summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remote-testsvn: use internal argv_array of struct child_process in cmd_import()rs/code-cleaningRené Scharfe2014-07-181-9/+7
* bundle: use internal argv_array of struct child_process in create_bundle()René Scharfe2014-07-181-10/+5
* fast-import: use hashcmp() for SHA1 hash comparisonRené Scharfe2014-07-181-1/+1
* transport: simplify fetch_objs_via_rsync() using argv_arrayRené Scharfe2014-07-181-20/+8
* run-command: use internal argv_array of struct child_process in run_hook_ve()René Scharfe2014-07-171-11/+4
* use commit_list_count() to count the members of commit_listsRené Scharfe2014-07-175-42/+6
* strbuf: use strbuf_addstr() for adding C stringsRené Scharfe2014-07-173-10/+10
* fsck: simplify fsck_commit_buffer() by using commit_list_count()René Scharfe2014-07-101-16/+6
* commit: use commit_list_append() instead of duplicating its codeRené Scharfe2014-07-101-6/+1
* merge: simplify merge_trivial() by using commit_list_append()René Scharfe2014-07-101-6/+4
* use strbuf_addch for adding single charactersRené Scharfe2014-07-103-3/+3
* use strbuf_addbuf for adding strbufsRené Scharfe2014-07-104-5/+5
* Sixth batch for 2.1Junio C Hamano2014-07-091-0/+18
* Merge branch 'sk/mingw-unicode-spawn-args'Junio C Hamano2014-07-091-23/+71
|\
| * Win32: Unicode arguments (incoming)sk/mingw-unicode-spawn-argsKarsten Blees2014-06-161-2/+40
| * Win32: Unicode arguments (outgoing)Karsten Blees2014-06-161-4/+14
| * MinGW: disable CRT command line globbingKarsten Blees2014-06-161-0/+6
| * Win32: fix potential multi-threading issueKarsten Blees2014-06-161-1/+1
| * Win32: simplify internal mingw_spawn* APIsKarsten Blees2014-06-161-15/+8
| * Win32: let mingw_execve() return an intJohannes Schindelin2014-06-161-2/+3
* | Merge branch 'sk/mingw-dirent'Junio C Hamano2014-07-093-67/+59
|\ \
| * | Win32 dirent: improve dirent implementationsk/mingw-direntKarsten Blees2014-06-091-59/+54
| * | Win32 dirent: clarify #include directivesKarsten Blees2014-06-091-2/+1
| * | Win32 dirent: change FILENAME_MAX to MAX_PATHKarsten Blees2014-06-091-1/+1
| * | Win32 dirent: remove unused dirent.d_reclen memberKarsten Blees2014-06-091-4/+1
| * | Win32 dirent: remove unused dirent.d_ino memberKarsten Blees2014-06-092-1/+2
* | | Merge branch 'sk/mingw-uni-console'Junio C Hamano2014-07-093-123/+533
|\ \ \ | | |/ | |/|
| * | Win32: reliably detect console pipe handlessk/mingw-uni-consoleKarsten Blees2014-06-161-18/+7
| * | Win32: fix broken pipe detectionKarsten Blees2014-06-102-46/+70
| * | Win32: Thread-safe windows console outputKarsten Blees2014-06-103-149/+273
| * | Win32: add Unicode conversion functionsKarsten Blees2014-06-102-0/+189
| * | Win32: warn if the console font doesn't support UnicodeKarsten Blees2014-06-101-0/+66
| * | Win32: detect console streams more reliablyKarsten Blees2014-06-101-24/+26
| * | Win32: support Unicode console outputKarsten Blees2014-06-102-6/+22
* | | Merge branch 'sk/mingw-main'Junio C Hamano2014-07-092-10/+19
|\ \ \ | |/ /
| * | mingw: avoid const warningsk/mingw-mainStepan Kasal2014-06-101-1/+1
| * | Win32: move main macro to a functionKarsten Blees2014-06-102-10/+19
* | | Merge branch 'jk/pretty-G-format-fixes'Junio C Hamano2014-07-093-9/+70
|\ \ \
| * | | move "%G" format test from t7510 to t6006jk/pretty-G-format-fixesJeff King2014-06-252-6/+6
| * | | pretty: avoid reading past end-of-string with "%G"Jeff King2014-06-172-0/+8
| * | | t7510: check %G* pretty-format outputJeff King2014-06-171-0/+40
| * | | t7510: test a commit signed by an unknown keyJeff King2014-06-171-0/+13
| * | | t7510: use consistent &&-chains in loopMichael J Gruber2014-06-171-6/+6
| * | | t7510: stop referring to master in later testsJeff King2014-06-171-3/+3
* | | | Merge branch 'jk/xstrfmt'Junio C Hamano2014-07-0920-163/+122
|\ \ \ \
| * | | | setup_git_env(): introduce git_path_from_env() helperjk/xstrfmtJeff King2014-06-251-9/+9
| * | | | unique_path: fix unlikely heap overflowJeff King2014-06-191-15/+26
| * | | | walker_fetch: fix minor memory leakJeff King2014-06-191-9/+9
| * | | | merge: use argv_array when spawning merge strategyJeff King2014-06-191-29/+13
| * | | | sequencer: use argv_array_pushfJeff King2014-06-191-7/+2