| Commit message (Expand) | Author | Age | Files | Lines |
* | Add calls to git_extract_argv0_path() in programs that call git_config_* | Steffen Prohaska | 2009-01-26 | 1 | -0/+3 |
* | remove trailing LF in die() messages | Alexander Potashev | 2009-01-05 | 1 | -3/+3 |
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 | 1 | -2/+1 |
* | imap-send.c: more style fixes | Junio C Hamano | 2008-07-25 | 1 | -114/+111 |
* | imap-send.c: style fixes | Robert Shearman | 2008-07-25 | 1 | -329/+300 |
* | git-imap-send: Support SSL | Robert Shearman | 2008-07-25 | 1 | -14/+146 |
* | git-imap-send: Allow the program to be run from subdirectories of a git tree | Robert Shearman | 2008-07-25 | 1 | -0/+2 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -2/+2 |
* | Don't force imap.host to be set when imap.tunnel is set | Jeff King | 2008-04-22 | 1 | -2/+5 |
* | imap-send: properly error out if imap.host is not set in config | Gerrit Pape | 2008-03-26 | 1 | -0/+4 |
* | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 2008-02-22 | 1 | -3/+2 |
* | imap-send.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 | 1 | -0/+4 |
* | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 2007-09-29 | 1 | -1/+1 |
* | nfv?asprintf are broken without va_copy, workaround them. | Pierre Habouzit | 2007-09-20 | 1 | -0/+13 |
* | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 | 1 | -15/+5 |
* | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 2007-09-16 | 1 | -1/+0 |
* | Use strbufs to in read_message (imap-send.c), custom buffer--. | Pierre Habouzit | 2007-09-10 | 1 | -20/+11 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+1 |
* | Ensure return value from xread() is always stored into an ssize_t | Johan Herland | 2007-05-15 | 1 | -1/+1 |
* | prefixcmp(): fix-up leftover strncmp(). | Junio C Hamano | 2007-02-20 | 1 | -4/+4 |
* | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 2007-01-08 | 1 | -1/+1 |
* | short i/o: fix calls to read to use xread or read_in_full | Andy Whitcroft | 2007-01-08 | 1 | -2/+2 |
* | Rename imap-send's internal info/warn functions. | Shawn O. Pearce | 2006-12-21 | 1 | -12/+12 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -7/+0 |
* | Use memmove instead of memcpy for overlapping areas | Edgar Toernig | 2006-10-30 | 1 | -1/+1 |
* | git-imap-send: Strip smtp From_ header from imap message.v1.4.3 | Markus Amsler | 2006-10-18 | 1 | -0/+8 |
* | Trace into a file or an open fd and refactor tracing code. | Christian Couder | 2006-09-02 | 1 | -25/+0 |
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 1 | -6/+6 |
* | Make some strings const | Timo Hirvonen | 2006-06-28 | 1 | -1/+1 |
* | Change types used in bitfields to be `int's. | Florian Forster | 2006-06-18 | 1 | -1/+1 |
* | check for error return from fork() | Paul T Darga | 2006-06-08 | 1 | -1/+5 |
* | Avoid a crash if realloc returns a different pointer. | Mike McCormack | 2006-04-05 | 1 | -0/+1 |
* | Avoid a divide by zero if there's no messages to send. | Mike McCormack | 2006-04-05 | 1 | -1/+6 |
* | Fix sparse warnings about usage of 0 instead of NULL | Rene Scharfe | 2006-04-02 | 1 | -20/+20 |
* | fix imap-send for OSX | Randal L. Schwartz | 2006-03-15 | 1 | -2/+2 |
* | imap-send: Add missing #include for macosx | Johannes Schindelin | 2006-03-12 | 1 | -0/+1 |
* | imap-send: cleanup execl() call to use NULL sentinel instead of 0 | Marco Roeland | 2006-03-11 | 1 | -1/+1 |
* | Add git-imap-send, derived from isync 1.0.1. | Mike McCormack | 2006-03-10 | 1 | -0/+1358 |