git imap-send: International folder names don't work

2015-06-01 Thread Andreas Grünbacher
Hello, the imap.folder config option specifies the folder name to use on the imap server. At the protocol level, according to RFC 3501 Section "Mailbox International Naming Convention", folder names use a modified UTF-7 encoding. The git-imap-send command doesn't encode the folder name though; fo

GNU patch version 2.7 released

2012-09-12 Thread Andreas Grünbacher
I am pleased to announce that version 2.7 of GNU patch has been released. The following significant changes have happened since the last stable release in December 2009: * Support for most features of the "diff --git" format, including renames and copies, permission changes, and symlink diffs.

Re: GNU patch close to next stable release (2)

2012-08-02 Thread Andreas Grünbacher
Junio, 2012/8/1 Junio C Hamano : > Andreas Grünbacher writes: > >> * Support for double-quoted filenames in the "diff --git" format: when a >> filename starts with a double quote, it is interpreted as a C string >> literal. The escape sequences \\, \"

GNU patch close to next stable release (2)

2012-08-01 Thread Andreas Grünbacher
After another improvement in git-style diff support to better handle concatenated diffs, here is a last call for testing to ensure that the code works well enough to become the next stable release. Please find the latest development snapshots here: ftp://alpha.gnu.org/gnu/patch/ The following s