summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-14Merge branch 'md/list-lazy-objects-fix'Libravatar Junio C Hamano2-2/+16
2019-01-14Merge branch 'ms/packet-err-check' into jt/fetch-v2-sidebandLibravatar Junio C Hamano15-133/+174
2019-01-14partial-clone: add missing 'is' in docLibravatar Christian Couder1-1/+1
2019-01-14fetch: fix extensions.partialclone name in error messageLibravatar Christian Couder1-2/+4
2019-01-11builtin_diff(): read $GIT_DIFF_OPTS closer to useLibravatar Jeff King1-1/+4
2019-01-11merge-recursive: copy $GITHEAD stringsLibravatar Jeff King1-5/+10
2019-01-11init: make a copy of $GIT_DIR stringLibravatar Jeff King1-2/+4
2019-01-11config: make a copy of $GIT_CONFIG stringLibravatar Jeff King1-1/+1
2019-01-11commit: copy saved getenv() resultLibravatar Jeff King1-1/+2
2019-01-11get_super_prefix(): copy getenv() resultLibravatar Jeff King1-2/+2
2019-01-11remote: check config validity before creating rewrite structLibravatar Jeff King1-2/+2
2019-01-11diff: ensure correct lifetime of external_diff_cmdLibravatar Kim Gybels1-1/+1
2019-01-11log: add %S option (like --source) to log --formatLibravatar Issac Trotts7-1/+71
2019-01-11gc/repack: release packs when neededLibravatar Johannes Schindelin2-1/+5
2019-01-10test: test GIT_CURL_VERBOSE=1 shows an errorLibravatar Masaya Suzuki2-0/+29
2019-01-10remote-curl: unset CURLOPT_FAILONERRORLibravatar Masaya Suzuki1-0/+10
2019-01-10remote-curl: define struct for CURLOPT_WRITEFUNCTIONLibravatar Masaya Suzuki1-4/+14
2019-01-10http: enable keep_error for HTTP requestsLibravatar Masaya Suzuki3-25/+19
2019-01-10http: support file handles for HTTP_KEEP_ERRORLibravatar Masaya Suzuki1-3/+13
2019-01-10upload-pack: teach deepen-relative in protocol v2Libravatar Jonathan Tan3-2/+46
2019-01-10fetch-pack: do not take shallow lock unnecessarilyLibravatar Jonathan Tan3-2/+34
2019-01-10fetch-pack: support protocol version 2Libravatar Jonathan Tan2-10/+21
2019-01-10upload-pack: support hidden refs with protocol v2Libravatar Jeff King2-0/+22
2019-01-10diff --color-moved-ws: handle blank linesLibravatar Phillip Wood2-7/+68
2019-01-10diff --color-moved-ws: modify allow-indentation-changeLibravatar Phillip Wood2-58/+130
2019-01-10diff --color-moved-ws: optimize allow-indentation-changeLibravatar Phillip Wood1-8/+11
2019-01-10diff --color-moved=zebra: be stricter with color alternationLibravatar Phillip Wood2-11/+22
2019-01-10diff --color-moved-ws: fix false positivesLibravatar Phillip Wood1-6/+9
2019-01-10diff --color-moved-ws: demonstrate false positivesLibravatar Phillip Wood1-2/+6
2019-01-10diff: allow --no-color-moved-wsLibravatar Phillip Wood2-1/+12
2019-01-10Use "whitespace" consistentlyLibravatar Phillip Wood3-7/+7
2019-01-10diff: document --no-color-movedLibravatar Phillip Wood1-0/+4
2019-01-10git-show-ref.txt: fix order of flagsLibravatar Elijah Newren1-1/+1
2019-01-10ref-filter: give uintmax_t to format with %PRIuMAXLibravatar Junio C Hamano1-1/+1
2019-01-08git-gc.txt: fix typo about gc.writeCommitGraphLibravatar Derrick Stolee1-1/+1
2019-01-08object-store: retire odb_load_loose_cache()Libravatar René Scharfe2-14/+2
2019-01-08object-store: use one oid_array per subdirectory for loose cacheLibravatar René Scharfe2-4/+7
2019-01-08object-store: factor out odb_clear_loose_cache()Libravatar René Scharfe4-6/+13
2019-01-08object-store: factor out odb_loose_cache()Libravatar René Scharfe3-8/+21
2019-01-07git-quiltimport: add --keep-non-patch optionLibravatar Laura Abbott2-2/+9
2019-01-07git-p4: fix problem when p4 login is not necessaryLibravatar Peter Osterlund1-0/+2
2019-01-07Documentation/Makefile add optional targets for l10nLibravatar Jean-Noel Avila1-5/+17
2019-01-07git-multimail: update to release 1.5.0Libravatar Matthieu Moy8-57/+281
2019-01-07worktree: allow to (re)move worktrees with uninitialized submodulesLibravatar Nguyễn Thái Ngọc Duy2-6/+60
2019-01-07test-lib: add the '--stress' option to run a test repeatedly under loadLibravatar SZEDER Gábor3-5/+130
2019-01-07test-lib-functions: introduce the 'test_set_port' helper functionLibravatar SZEDER Gábor7-13/+41
2019-01-07test-lib: set $TRASH_DIRECTORY earlierLibravatar SZEDER Gábor1-6/+6
2019-01-07test-lib: consolidate naming of test-results pathsLibravatar SZEDER Gábor1-11/+11
2019-01-07test-lib: parse command line options earlierLibravatar SZEDER Gábor1-109/+124
2019-01-07test-lib: parse options in a for loop to keep $@ intactLibravatar SZEDER Gábor1-36/+42