summaryrefslogtreecommitdiff
path: root/imap-send.c
Commit message (Expand)AuthorAgeFilesLines
* remove superfluous newlines in error messagesPete Wyckoff2012-04-301-1/+1
* Sync with 1.7.6.6Junio C Hamano2012-02-051-23/+0
|\
| * Sync with 1.7.6.6Junio C Hamano2012-02-051-23/+0
| |\
| | * imap-send: remove dead codeJeff King2012-02-051-23/+0
* | | Merge branch 'jk/git-prompt'Junio C Hamano2011-12-221-7/+5
|\ \ \
| * | | move git_getpass to its own source fileJeff King2011-12-121-0/+1
| * | | imap-send: don't check return value of git_getpassJeff King2011-12-121-4/+0
| * | | imap-send: avoid buffer overflowJeff King2011-12-121-3/+4
| | |/ | |/|
* | | Merge branch 'ab/enable-i18n'Junio C Hamano2011-12-191-0/+2
|\ \ \ | |_|/ |/| |
| * | i18n: add infrastructure for translating Git with gettextab/enable-i18nÆvar Arnfjörð Bjarmason2011-12-051-0/+2
| |/
* | Merge branch 'maint' into tj/imap-send-remove-unusedtj/maint-imap-send-remove-unusedJunio C Hamano2011-11-231-633/+876
|\ \ | |/
| * sparse: Fix some "Using plain integer as NULL pointer" warningsRamsay Jones2011-04-111-2/+2
| * Fix sparse warningsStephen Boyd2011-03-221-1/+1
| * imap-send: Fix sprintf usageÆvar Arnfjörð Bjarmason2010-08-091-4/+8
| * enums: omit trailing comma for portabilityGary V. Vaughan2010-05-311-1/+1
| * Merge branch 'rr/imap-send-unconfuse-from-line'Junio C Hamano2010-04-031-1/+7
| |\
| | * imap-send: Remove limitation on message bodyRamkumar Ramachandra2010-03-241-1/+7
| | * Merge branch 'hm/maint-imap-send-crlf' into maintJunio C Hamano2010-03-021-1/+39
| | |\
| * | | imap-send: suppress warning about cleartext password with CRAM-MD5Chris Webb2010-03-281-3/+3
| * | | Merge branch 'fl/askpass'Junio C Hamano2010-03-201-1/+1
| |\ \ \
| | * | | git-core: Support retrieving passwords with GIT_ASKPASSFrank Li2010-03-041-1/+1
| * | | | Merge branch 'hm/imap-send-cram-md5'Junio C Hamano2010-03-021-15/+131
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | imap-send: support CRAM-MD5 authenticationHitoshi Mitake2010-02-171-15/+131
| | |/ /
| * | | Merge branch 'hm/maint-imap-send-crlf'Junio C Hamano2010-02-211-1/+39
| |\ \ \ | | |/ / | |/| / | | |/
| | * git-imap-send: Convert LF to CRLF before storing patch to draft boxHitoshi Mitake2010-02-121-1/+39
| * | Merge branch 'maint'Junio C Hamano2010-02-081-7/+8
| |\ \
| | * \ Merge branch 'jc/maint-imap-config-parse' into maintJunio C Hamano2010-02-081-7/+8
| | |\ \ | | | |/ | | |/|
| | | * Fix parsing of imap.preformattedHTML and imap.sslverifyJunio C Hamano2010-02-081-7/+8
| * | | run-command: convert simple callsites to use_shellJeff King2010-01-051-6/+2
| |/ /
| * | Merge branch 'tc/format-attribute'Junio C Hamano2009-11-221-1/+7
| |\ \
| | * | Check the format of more printf-type functionsTarmigan Casebolt2009-11-151-1/+7
| * | | Merge branch 'jn/help-everywhere'Junio C Hamano2009-11-201-0/+5
| |\ \ \
| | * | | Show usage string for 'git imap-send -h'Jonathan Nieder2009-11-101-0/+5
| * | | | Merge branch 'ef/msys-imap'Junio C Hamano2009-11-171-177/+49
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | imap-send: fix compilation-error on WindowsErik Faye-Lund2009-10-191-0/+1
| | * | | imap-send: use run-command API for tunnelingErik Faye-Lund2009-10-191-21/+16
| | * | | imap-send: use separate read and write fdsErik Faye-Lund2009-10-191-14/+23
| | * | | imap-send: remove useless uid codeJeff King2009-10-191-144/+11
| | |/ /
| * | | imap-send.c: fix compiler warnings for OpenSSL 1.0Vietor Liu2009-10-311-0/+4
| |/ /
| * | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-1/+1
| * | imap-send: add support for IPv6Benjamin Kramer2009-05-261-3/+51
| * | Remove unused assignmentsBenjamin Kramer2009-03-141-1/+1
| |/
| * imap.preformattedHTML to tell Thunderbird to send non-flowed textJeremy White2009-02-151-0/+53
| * Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska2009-01-261-0/+3
| * remove trailing LF in die() messagesAlexander Potashev2009-01-051-3/+3
| * Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
| * imap-send.c: more style fixesJunio C Hamano2008-07-251-114/+111
| * imap-send.c: style fixesRobert Shearman2008-07-251-329/+300
| * git-imap-send: Support SSLRobert Shearman2008-07-251-14/+146
| * git-imap-send: Allow the program to be run from subdirectories of a git treeRobert Shearman2008-07-251-0/+2