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