1. ded408f Merge branch 'jk/git-prompt' by Junio C Hamano · 13 years ago
  2. 2dccad3 Merge branch 'ab/enable-i18n' by Junio C Hamano · 13 years ago
  3. d3c58b8 move git_getpass to its own source file by Jeff King · 13 years ago
  4. 6c597ae imap-send: don't check return value of git_getpass by Jeff King · 13 years ago
  5. 50d0158 imap-send: avoid buffer overflow by Jeff King · 13 years ago
  6. 5e9637c i18n: add infrastructure for translating Git with gettext by Ævar Arnfjörð Bjarmason · 13 years ago
  7. 3686aa1 Merge branch 'maint' into tj/imap-send-remove-unused by Junio C Hamano · 13 years ago
  8. aa2577a imap-send: Remove unused 'use_namespace' variable by Thomas Jarosch · 13 years ago
  9. d27da38 sparse: Fix some "Using plain integer as NULL pointer" warnings by Ramsay Jones · 14 years ago
  10. c2e86ad Fix sparse warnings by Stephen Boyd · 14 years ago
  11. 1702b13 imap-send: Fix sprintf usage by Ævar Arnfjörð Bjarmason · 15 years ago
  12. 4b05548 enums: omit trailing comma for portability by Gary V. Vaughan · 15 years ago
  13. 9b5a7c4 Merge branch 'rr/imap-send-unconfuse-from-line' by Junio C Hamano · 15 years ago
  14. 10439d8 imap-send: suppress warning about cleartext password with CRAM-MD5 by Chris Webb · 15 years ago
  15. 4916c8f imap-send: Remove limitation on message body by Ramkumar Ramachandra · 15 years ago
  16. 2e5b98d Merge branch 'fl/askpass' by Junio C Hamano · 15 years ago
  17. f206063 git-core: Support retrieving passwords with GIT_ASKPASS by Frank Li · 15 years ago
  18. be8198b Merge branch 'hm/maint-imap-send-crlf' into maint by Junio C Hamano · 15 years ago
  19. 39914cb Merge branch 'hm/imap-send-cram-md5' by Junio C Hamano · 15 years ago
  20. db3df36 Merge branch 'hm/maint-imap-send-crlf' by Junio C Hamano · 15 years ago
  21. ae9c606 imap-send: support CRAM-MD5 authentication by Hitoshi Mitake · 15 years ago
  22. 67d1763 git-imap-send: Convert LF to CRLF before storing patch to draft box by Hitoshi Mitake · 15 years ago
  23. 105a633 Merge branch 'maint' by Junio C Hamano · 15 years ago
  24. 0c15da6 Merge branch 'jc/maint-imap-config-parse' into maint by Junio C Hamano · 15 years ago
  25. ace706e Fix parsing of imap.preformattedHTML and imap.sslverify by Junio C Hamano · 15 years ago
  26. ac0ba18 run-command: convert simple callsites to use_shell by Jeff King · 15 years ago
  27. 82f05d5 Merge branch 'tc/format-attribute' by Junio C Hamano · 15 years ago
  28. 750054c Merge branch 'jn/help-everywhere' by Junio C Hamano · 15 years ago
  29. a62e733 Merge branch 'ef/msys-imap' by Junio C Hamano · 15 years ago
  30. 28bea9e Check the format of more printf-type functions by Tarmigan Casebolt · 15 years ago
  31. 9a2861e Show usage string for 'git imap-send -h' by Jonathan Nieder · 15 years ago
  32. 1e380dd imap-send.c: fix compiler warnings for OpenSSL 1.0 by Vietor Liu · 15 years ago
  33. d23b1ec imap-send: fix compilation-error on Windows by Erik Faye-Lund · 15 years ago
  34. c94d2dd imap-send: use run-command API for tunneling by Erik Faye-Lund · 15 years ago
  35. 7a7796e imap-send: use separate read and write fds by Erik Faye-Lund · 15 years ago
  36. 3a7cba9 imap-send: remove useless uid code by Jeff King · 15 years ago
  37. 2af202b Fix various sparse warnings in the git source code by Linus Torvalds · 16 years ago
  38. 94ad243 imap-send: add support for IPv6 by Benjamin Kramer · 16 years ago
  39. 8e76bf3 Remove unused assignments by Benjamin Kramer · 16 years ago
  40. c64d84f imap.preformattedHTML to tell Thunderbird to send non-flowed text by Jeremy White · 16 years ago
  41. 2fb3f6d Add calls to git_extract_argv0_path() in programs that call git_config_* by Steffen Prohaska · 16 years ago
  42. d753070 remove trailing LF in die() messages by Alexander Potashev · 16 years ago
  43. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  44. 9f1ad54 imap-send.c: more style fixes by Junio C Hamano · 17 years ago
  45. 95c5390 imap-send.c: style fixes by Robert Shearman · 17 years ago
  46. 684ec6c git-imap-send: Support SSL by Robert Shearman · 17 years ago
  47. a0406b9 git-imap-send: Allow the program to be run from subdirectories of a git tree by Robert Shearman · 17 years ago
  48. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  49. 34b5cd1 Don't force imap.host to be set when imap.tunnel is set by Jeff King · 17 years ago
  50. 5b67b8e imap-send: properly error out if imap.host is not set in config by Gerrit Pape · 17 years ago
  51. 8e0f700 Avoid unnecessary "if-before-free" tests. by Jim Meyering · 17 years ago
  52. 3c17c34 imap-send.c: guard config parser from value=NULL by Junio C Hamano · 17 years ago
  53. b315c5c strbuf change: be sure ->buf is never ever NULL. by Pierre Habouzit · 17 years ago
  54. 19247e5 nfv?asprintf are broken without va_copy, workaround them. by Pierre Habouzit · 17 years ago
  55. 182af83 Use xmemdupz() in many places. by Pierre Habouzit · 17 years ago
  56. ba3ed09 Now that cache.h needs strbuf.h, remove useless includes. by Pierre Habouzit · 18 years ago
  57. 635d043 Use strbufs to in read_message (imap-send.c), custom buffer--. by Pierre Habouzit · 18 years ago
  58. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  59. 8a912bc Ensure return value from xread() is always stored into an ssize_t by Johan Herland · 18 years ago
  60. 1968d77 prefixcmp(): fix-up leftover strncmp(). by Junio C Hamano · 18 years ago
  61. 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
  62. 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
  63. 51dcaa9 Rename imap-send's internal info/warn functions. by Shawn O. Pearce · 18 years ago
  64. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  65. 173a9cb Use memmove instead of memcpy for overlapping areas by Edgar Toernig · 18 years ago
  66. e0b0830 git-imap-send: Strip smtp From_ header from imap message. by Markus Amsler · 18 years ago v1.4.3
  67. 6ce4e61 Trace into a file or an open fd and refactor tracing code. by Christian Couder · 19 years ago
  68. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  69. 554fe20 Make some strings const by Timo Hirvonen · 19 years ago
  70. 2bda77e Change types used in bitfields to be `int's. by Florian Forster · 19 years ago
  71. c9bc159 check for error return from fork() by Paul T Darga · 19 years ago
  72. 34c5a9e Avoid a crash if realloc returns a different pointer. by Mike McCormack · 19 years ago
  73. 1cd88cc Avoid a divide by zero if there's no messages to send. by Mike McCormack · 19 years ago
  74. 5142db6 Fix sparse warnings about usage of 0 instead of NULL by Rene Scharfe · 19 years ago
  75. 6169858 fix imap-send for OSX by Randal L. Schwartz · 19 years ago
  76. 2d33501 imap-send: Add missing #include for macosx by Johannes Schindelin · 19 years ago
  77. 8e7f903 imap-send: cleanup execl() call to use NULL sentinel instead of 0 by Marco Roeland · 19 years ago
  78. f2561fd Add git-imap-send, derived from isync 1.0.1. by Mike McCormack · 19 years ago