summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | launch_editor: propagate signals from editor to gitJeff King2012-12-021-1/+4
| * | | | | | | | run-command: do not warn about child death from terminalJeff King2012-12-021-1/+2
| * | | | | | | | launch_editor: ignore terminal signals while editor has controlPaul Fox2012-12-021-1/+8
| * | | | | | | | launch_editor: refactor to use start/finish_commandJeff King2012-12-021-1/+9
| * | | | | | | | run-command: drop silent_exec_failure arg from wait_or_whineJeff King2012-12-021-4/+3
* | | | | | | | | Merge branch 'mh/pthreads-autoconf'Junio C Hamano2013-01-031-1/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | configure.ac: fix pthreads detection on Mac OS XMax Horn2012-11-271-1/+11
* | | | | | | | | | Merge branch 'mk/qnx'Junio C Hamano2013-01-033-3/+27
|\ \ \ \ \ \ \ \ \ \