summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* imap-send.c: simplify logic in lf_to_crlf()Michael Haggerty2013-01-151-29/+23
* imap-send.c: fold struct store into struct imap_storeMichael Haggerty2013-01-151-11/+7
* imap-send.c: remove unused field imap_store::uidvalidityMichael Haggerty2013-01-151-1/+0
* imap-send.c: use struct imap_store instead of struct storeMichael Haggerty2013-01-151-10/+9
* imap-send.c: remove unused field imap_store::trashncMichael Haggerty2013-01-151-2/+0
* imap-send.c: remove namespace fields from struct imapMichael Haggerty2013-01-151-66/+9
* imap-send.c: remove struct imap argument to parse_imap_list_l()Michael Haggerty2013-01-151-36/+3
* imap-send.c: inline parse_imap_list() in parse_list()Michael Haggerty2013-01-151-7/+2
* imap-send.c: remove some unused fields from struct storeMichael Haggerty2013-01-151-12/+13
* imap-send.c: remove struct messageMichael Haggerty2013-01-151-26/+0
* imap-send.c: remove struct store_confMichael Haggerty2013-01-151-11/+0
* iamp-send.c: remove unused struct imap_store_confMichael Haggerty2013-01-151-5/+0
* imap-send.c: remove struct msg_dataMichael Haggerty2013-01-151-11/+7
* imap-send.c: remove msg_data::flags, which was always zeroMichael Haggerty2013-01-151-37/+3
* Merge branch 'mh/unify-xml-in-imap-send-and-http-push'Junio C Hamano2013-01-054-108/+104
|\
| * wrap_in_html(): process message in bulk rather than line-by-lineMichael Haggerty2012-12-021-20/+13
| * wrap_in_html(): use strbuf_addstr_xml_quoted()Michael Haggerty2012-11-291-19/+4
| * imap-send: change msg_data from storing (ptr, len) to storing strbufMichael Haggerty2012-11-291-45/+47
| * imap-send: correctly report errors reading from stdinMichael Haggerty2012-11-261-2/+7
| * imap-send: store all_msgs as a strbufMichael Haggerty2012-11-261-14/+9
| * lf_to_crlf(): NUL-terminate msg_data::dataMichael Haggerty2012-11-261-1/+6
| * xml_entities(): use function strbuf_addstr_xml_quoted()Michael Haggerty2012-11-261-22/+1
| * Add new function strbuf_add_xml_quoted()Michael Haggerty2012-11-262-0/+32
* | Merge branch 'nd/pathspec-wildcard'Junio C Hamano2013-01-056-11/+120
|\ \
| * | tree_entry_interesting: do basedir compare on wildcard patterns when possibleNguyễn Thái Ngọc Duy2012-11-261-1/+64
| * | pathspec: apply "*.c" optimization from excludeNguyễn Thái Ngọc Duy2012-11-264-4/+24
| * | pathspec: do exact comparison on the leading non-wildcard partNguyễn Thái Ngọc Duy2012-11-263-3/+29
| * | pathspec: save the non-wildcard length partNguyễn Thái Ngọc Duy2012-11-195-8/+8
* | | Merge branch 'jk/fsck-dot-in-trees'Junio C Hamano2013-01-052-0/+46
|\ \ \
| * | | fsck: warn about ".git" in treesJeff King2012-11-282-0/+20
| * | | fsck: warn about '.' and '..' in treesJeff King2012-11-282-0/+26
* | | | Merge branch 'pf/editor-ignore-sigint'Junio C Hamano2013-01-051-1/+1
|\ \ \ \
| * | | | fix compilation with NO_PTHREADSJeff King2013-01-051-1/+1
* | | | | Update draft release notes to 1.8.2Junio C Hamano2013-01-031-1/+10
* | | | | Merge branch 'da/p4merge-mktemp'Junio C Hamano2013-01-031-14/+13
|\ \ \ \ \
| * | | | | mergetools/p4merge: Honor $TMPDIR for the /dev/null placeholderDavid Aguilar2012-12-261-14/+13
* | | | | | Merge branch 'ms/subtree-fixlets'Junio C Hamano2013-01-032-1/+2
|\ \ \ \ \ \
| * | | | | | git-subtree: fix typo in manpageMichael Schubert2012-12-221-1/+1
| * | | | | | git-subtree: ignore git-subtree executableMichael Schubert2012-12-221-0/+1
* | | | | | | Merge branch 'as/test-tweaks'Junio C Hamano2013-01-032-59/+184
|\ \ \ \ \ \ \
| * | | | | | | tests: paint unexpectedly fixed known breakages in bold redAdam Spiers2012-12-202-10/+33
| * | | | | | | tests: test the test framework more thoroughlyAdam Spiers2012-12-201-0/+105
| * | | | | | | tests: refactor mechanics of testing in a sub test-libAdam Spiers2012-12-201-45/+40
| * | | | | | | tests: change info messages from yellow/brown to cyanAdam Spiers2012-12-201-3/+3
| * | | | | | | tests: paint skipped tests in blueAdam Spiers2012-12-201-1/+1
| * | | | | | | tests: paint known breakages in yellowAdam Spiers2012-12-201-2/+4
| * | | | | | | tests: test number comes first in 'not ok $count - $message'Adam Spiers2012-12-162-3/+3
* | | | | | | | Merge branch 'jc/same-encoding'Junio C Hamano2013-01-031-12/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | format_commit_message(): simplify calls to logmsg_reencode()Junio C Hamano2012-12-101-12/+4
* | | | | | | | | Merge branch 'pf/editor-ignore-sigint'Junio C Hamano2013-01-032-6/+24
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |