| Commit message (Expand) | Author | Age |
* | imap-send: Fix sprintf usage | Ævar Arnfjörð Bjarmason | 2010-08-09 |
* | enums: omit trailing comma for portability | Gary V. Vaughan | 2010-05-31 |
* | Merge branch 'rr/imap-send-unconfuse-from-line' | Junio C Hamano | 2010-04-03 |
|\ |
|
| * | imap-send: Remove limitation on message body | Ramkumar Ramachandra | 2010-03-24 |
| * | Merge branch 'hm/maint-imap-send-crlf' into maint | Junio C Hamano | 2010-03-02 |
| |\ |
|
* | | | imap-send: suppress warning about cleartext password with CRAM-MD5 | Chris Webb | 2010-03-28 |
* | | | Merge branch 'fl/askpass' | Junio C Hamano | 2010-03-20 |
|\ \ \ |
|
| * | | | git-core: Support retrieving passwords with GIT_ASKPASS | Frank Li | 2010-03-04 |
* | | | | Merge branch 'hm/imap-send-cram-md5' | Junio C Hamano | 2010-03-02 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | imap-send: support CRAM-MD5 authentication | Hitoshi Mitake | 2010-02-17 |
| |/ / |
|
* | | | Merge branch 'hm/maint-imap-send-crlf' | Junio C Hamano | 2010-02-21 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | git-imap-send: Convert LF to CRLF before storing patch to draft box | Hitoshi Mitake | 2010-02-12 |
* | | Merge branch 'maint' | Junio C Hamano | 2010-02-08 |
|\ \ |
|
| * \ | Merge branch 'jc/maint-imap-config-parse' into maint | Junio C Hamano | 2010-02-08 |
| |\ \
| | |/
| |/| |
|
| | * | Fix parsing of imap.preformattedHTML and imap.sslverify | Junio C Hamano | 2010-02-08 |
* | | | run-command: convert simple callsites to use_shell | Jeff King | 2010-01-05 |
|/ / |
|
* | | Merge branch 'tc/format-attribute' | Junio C Hamano | 2009-11-22 |
|\ \ |
|
| * | | Check the format of more printf-type functions | Tarmigan Casebolt | 2009-11-15 |
* | | | Merge branch 'jn/help-everywhere' | Junio C Hamano | 2009-11-20 |
|\ \ \ |
|
| * | | | Show usage string for 'git imap-send -h' | Jonathan Nieder | 2009-11-10 |
* | | | | Merge branch 'ef/msys-imap' | Junio C Hamano | 2009-11-17 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | imap-send: fix compilation-error on Windows | Erik Faye-Lund | 2009-10-19 |
| * | | | imap-send: use run-command API for tunneling | Erik Faye-Lund | 2009-10-19 |
| * | | | imap-send: use separate read and write fds | Erik Faye-Lund | 2009-10-19 |
| * | | | imap-send: remove useless uid code | Jeff King | 2009-10-19 |
| |/ / |
|
* | | | imap-send.c: fix compiler warnings for OpenSSL 1.0 | Vietor Liu | 2009-10-31 |
|/ / |
|
* | | Fix various sparse warnings in the git source code | Linus Torvalds | 2009-06-20 |
* | | imap-send: add support for IPv6 | Benjamin Kramer | 2009-05-26 |
* | | Remove unused assignments | Benjamin Kramer | 2009-03-14 |
|/ |
|
* | imap.preformattedHTML to tell Thunderbird to send non-flowed text | Jeremy White | 2009-02-15 |
* | Add calls to git_extract_argv0_path() in programs that call git_config_* | Steffen Prohaska | 2009-01-26 |
* | remove trailing LF in die() messages | Alexander Potashev | 2009-01-05 |
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 |
* | imap-send.c: more style fixes | Junio C Hamano | 2008-07-25 |
* | imap-send.c: style fixes | Robert Shearman | 2008-07-25 |
* | git-imap-send: Support SSL | Robert Shearman | 2008-07-25 |
* | git-imap-send: Allow the program to be run from subdirectories of a git tree | Robert Shearman | 2008-07-25 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
* | Don't force imap.host to be set when imap.tunnel is set | Jeff King | 2008-04-22 |
* | imap-send: properly error out if imap.host is not set in config | Gerrit Pape | 2008-03-26 |
* | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 2008-02-22 |
* | imap-send.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 |
* | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 2007-09-29 |
* | nfv?asprintf are broken without va_copy, workaround them. | Pierre Habouzit | 2007-09-20 |
* | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 |
* | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 2007-09-16 |
* | Use strbufs to in read_message (imap-send.c), custom buffer--. | Pierre Habouzit | 2007-09-10 |
* | War on whitespace | Junio C Hamano | 2007-06-07 |
* | Ensure return value from xread() is always stored into an ssize_t | Johan Herland | 2007-05-15 |
* | prefixcmp(): fix-up leftover strncmp(). | Junio C Hamano | 2007-02-20 |