summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-21Merge branch 'ek/alt-odb-entry-fix'Junio C Hamano2-4/+33
2014-07-21Merge branch 'kb/hashmap-updates'Junio C Hamano12-61/+159
2014-07-21Merge branch 'jk/remote-curl-squelch-extra-errors'Junio C Hamano1-8/+6
2014-07-21Merge branch 'rs/ref-transaction-0'Junio C Hamano6-100/+199
2014-07-21Merge branch 'jl/submodule-tests'Junio C Hamano14-0/+974
2014-07-21Merge branch 'ak/profile-feedback-build'Junio C Hamano3-8/+34
2014-07-21Merge branch 'cc/for-each-mergetag'Junio C Hamano3-11/+22
2014-07-21Fix contrib/subtree Makefile to patch #! lineCharles Bailey1-1/+7
2014-07-21use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe6-19/+6
2014-07-21use xcalloc() to allocate zero-initialized memoryRené Scharfe4-8/+4
2014-07-21replace memset with string-list initializersTanay Abhra4-15/+6
2014-07-21string-list: add string_list initializer helper functionTanay Abhra3-0/+13
2014-07-21t800[12]: work around MSys limitationKarsten Blees1-0/+12
2014-07-21t9902: mingw-specific fix for gitfile link filesPat Thoyts1-4/+13
2014-07-21t4210: skip command-line encoding tests on mingwPat Thoyts1-2/+2
2014-07-21MinGW: disable legacy encoding testsKarsten Blees3-15/+18
2014-07-21t0110/MinGW: skip tests that pass arbitrary bytes on the command lineKarsten Blees1-2/+5
2014-07-21unix-socket: remove stale socket before calling chdir()René Scharfe1-1/+2
2014-07-21Win32: enable color output in Windows cmd.exeKarsten Blees1-0/+4
2014-07-21Win32: patch Windows environment on startupKarsten Blees1-13/+12
2014-07-21Win32: keep the environment sortedKarsten Blees1-38/+64
2014-07-21Win32: use low-level memory allocation during initializationKarsten Blees1-15/+28
2014-07-21Win32: reduce environment array reallocationsKarsten Blees1-27/+35
2014-07-21Win32: don't copy the environment twice when spawning child processesKarsten Blees3-64/+30
2014-07-21Win32: factor out environment block creationKarsten Blees1-23/+32
2014-07-21Win32: unify environment function namesKarsten Blees1-7/+7
2014-07-21Win32: unify environment case-sensitivityKarsten Blees1-2/+1
2014-07-21Win32: fix environment memory leaksKarsten Blees3-6/+7
2014-07-21Win32: Unicode environment (incoming)Karsten Blees2-0/+17
2014-07-21Win32: Unicode environment (outgoing)Karsten Blees1-11/+14
2014-07-18remote-testsvn: use internal argv_array of struct child_process in cmd_import()René Scharfe1-9/+7
2014-07-18bundle: use internal argv_array of struct child_process in create_bundle()René Scharfe1-10/+5
2014-07-18fast-import: use hashcmp() for SHA1 hash comparisonRené Scharfe1-1/+1
2014-07-18transport: simplify fetch_objs_via_rsync() using argv_arrayRené Scharfe1-20/+8
2014-07-17run-command: use internal argv_array of struct child_process in run_hook_ve()René Scharfe1-11/+4
2014-07-17MinGW: Skip test redirecting to fd 4Johannes Schindelin1-1/+1
2014-07-17use commit_list_count() to count the members of commit_listsRené Scharfe5-42/+6
2014-07-17strbuf: use strbuf_addstr() for adding C stringsRené Scharfe3-10/+10
2014-07-17use local cloning if insteadOf makes a local URLMichael Barabanov1-12/+13
2014-07-17Revert "Windows: teach getenv to do a case-sensitive search"Karsten Blees1-20/+3
2014-07-17.mailmap: map different names with the same email address togetherStefan Beller1-0/+3
2014-07-17tag: support configuring --sort via .gitconfigJacob Keller4-19/+95
2014-07-16rebase: omit patch-identical commits with --fork-pointJohn Keeping4-6/+32
2014-07-16refs.c: add a public is_branch functionRonnie Sahlberg3-6/+3
2014-07-16config: use chmod() instead of fchmod()Karsten Blees1-4/+4
2014-07-16Sync with 2.0.2Junio C Hamano3-8/+26
2014-07-16Eighth batch for 2.1Junio C Hamano1-1/+31
2014-07-16Merge branch 'ah/fix-http-push'Junio C Hamano1-1/+1
2014-07-16Merge branch 'rs/code-cleaning'Junio C Hamano10-36/+19
2014-07-16Merge branch 'jk/skip-prefix'Junio C Hamano1-9/+5