summaryrefslogtreecommitdiff
path: root/imap-send.c
AgeCommit message (Expand)Author
2012-04-30remove superfluous newlines in error messagesPete Wyckoff
2012-02-06Sync with 1.7.6.6Junio C Hamano
2012-02-06Sync with 1.7.6.6Junio C Hamano
2012-02-06imap-send: remove dead codeJeff King
2011-12-22Merge branch 'jk/git-prompt'Junio C Hamano
2011-12-20Merge branch 'ab/enable-i18n'Junio C Hamano
2011-12-13move git_getpass to its own source fileJeff King
2011-12-13imap-send: don't check return value of git_getpassJeff King
2011-12-13imap-send: avoid buffer overflowJeff King
2011-12-06i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason
2011-11-23Merge branch 'maint' into tj/imap-send-remove-unusedJunio C Hamano
2011-11-23imap-send: Remove unused 'use_namespace' variableThomas Jarosch
2011-04-11sparse: Fix some "Using plain integer as NULL pointer" warningsRamsay Jones
2011-03-22Fix sparse warningsStephen Boyd
2010-08-09imap-send: Fix sprintf usageÆvar Arnfjörð Bjarmason
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-04-03Merge branch 'rr/imap-send-unconfuse-from-line'Junio C Hamano
2010-03-28imap-send: suppress warning about cleartext password with CRAM-MD5Chris Webb
2010-03-24imap-send: Remove limitation on message bodyRamkumar Ramachandra
2010-03-20Merge branch 'fl/askpass'Junio C Hamano
2010-03-05git-core: Support retrieving passwords with GIT_ASKPASSFrank Li
2010-03-03Merge branch 'hm/maint-imap-send-crlf' into maintJunio C Hamano
2010-03-02Merge branch 'hm/imap-send-cram-md5'Junio C Hamano
2010-02-21Merge branch 'hm/maint-imap-send-crlf'Junio C Hamano
2010-02-17imap-send: support CRAM-MD5 authenticationHitoshi Mitake
2010-02-12git-imap-send: Convert LF to CRLF before storing patch to draft boxHitoshi Mitake
2010-02-09Merge branch 'maint'Junio C Hamano
2010-02-08Merge branch 'jc/maint-imap-config-parse' into maintJunio C Hamano
2010-02-08Fix parsing of imap.preformattedHTML and imap.sslverifyJunio C Hamano
2010-01-06run-command: convert simple callsites to use_shellJeff King
2009-11-23Merge branch 'tc/format-attribute'Junio C Hamano
2009-11-21Merge branch 'jn/help-everywhere'Junio C Hamano
2009-11-18Merge branch 'ef/msys-imap'Junio C Hamano
2009-11-16Check the format of more printf-type functionsTarmigan Casebolt
2009-11-10Show usage string for 'git imap-send -h'Jonathan Nieder
2009-10-31imap-send.c: fix compiler warnings for OpenSSL 1.0Vietor Liu
2009-10-20imap-send: fix compilation-error on WindowsErik Faye-Lund
2009-10-20imap-send: use run-command API for tunnelingErik Faye-Lund
2009-10-20imap-send: use separate read and write fdsErik Faye-Lund
2009-10-20imap-send: remove useless uid codeJeff King
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-05-27imap-send: add support for IPv6Benjamin Kramer
2009-03-14Remove unused assignmentsBenjamin Kramer
2009-02-15imap.preformattedHTML to tell Thunderbird to send non-flowed textJeremy White
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska
2009-01-05remove trailing LF in die() messagesAlexander Potashev
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-07-26imap-send.c: more style fixesJunio C Hamano
2008-07-26imap-send.c: style fixesRobert Shearman
2008-07-26git-imap-send: Support SSLRobert Shearman