summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-12fsck: support comments & empty lines in skipListLibravatar Ævar Arnfjörð Bjarmason3-5/+33
2018-09-12fsck: use oidset instead of oid_array for skipListLibravatar René Scharfe3-29/+13
2018-09-12fsck: use strbuf_getline() to read skiplist fileLibravatar René Scharfe2-14/+13
2018-09-12fsck: add a performance test for skipListLibravatar René Scharfe1-0/+40
2018-09-12fsck: add a performance testLibravatar Ævar Arnfjörð Bjarmason1-0/+13
2018-09-12fsck: document that skipList input must be unabbreviatedLibravatar Ævar Arnfjörð Bjarmason2-1/+7
2018-09-12fsck: document and test commented & empty line skipList inputLibravatar Ævar Arnfjörð Bjarmason2-4/+28
2018-09-12fsck: document and test sorted skipList inputLibravatar Ævar Arnfjörð Bjarmason2-1/+28
2018-09-12fsck tests: add a test for no skipList inputLibravatar Ævar Arnfjörð Bjarmason1-0/+5
2018-09-12fsck tests: setup of bogus commit objectLibravatar Ævar Arnfjörð Bjarmason1-4/+4
2018-09-12update-ref: allow --no-deref with --stdinLibravatar Elijah Newren3-11/+45
2018-09-12update-ref: fix type of update_flags variable to match its usageLibravatar Elijah Newren1-1/+1
2018-09-12Make git_check_attr() a void functionLibravatar Torsten Bögershausen9-69/+57
2018-09-12t0090: disable GIT_TEST_SPLIT_INDEX for the test checking split indexLibravatar SZEDER Gábor1-7/+10
2018-09-12t1700-split-index: drop unnecessary 'grep'Libravatar SZEDER Gábor1-1/+1
2018-09-12config.txt: move submodule part out to a separate fileLibravatar Nguyễn Thái Ngọc Duy2-82/+83
2018-09-12config.txt: move sequence.editor out of "core" partLibravatar Nguyễn Thái Ngọc Duy1-6/+6
2018-09-12config.txt: move sendemail part out to a separate fileLibravatar Nguyễn Thái Ngọc Duy2-63/+64
2018-09-12config.txt: move receive part out to a separate fileLibravatar Nguyễn Thái Ngọc Duy2-123/+124
2018-09-12config.txt: move push part out to a separate fileLibravatar Nguyễn Thái Ngọc Duy2-113/+114
2018-09-12config.txt: move pull part out to a separate fileLibravatar Nguyễn Thái Ngọc Duy2-36/+37
2018-09-12config.txt: move gui part out to a separate fileLibravatar Nguyễn Thái Ngọc Duy2-57/+58
2018-09-12config.txt: move gitcvs part out to a separate fileLibravatar Nguyễn Thái Ngọc Duy2-67/+68
2018-09-12config.txt: move format part out to a separate fileLibravatar Nguyễn Thái Ngọc Duy2-87/+88
2018-09-12config.txt: move fetch part out to a separate fileLibravatar Nguyễn Thái Ngọc Duy2-65/+66
2018-09-12config.txt: follow camelCase namingLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-09-12t3206-range-diff.sh: cover single-patch caseLibravatar Derrick Stolee1-0/+5
2018-09-12git-mv: allow submodules and fsmonitor to work togetherLibravatar Ben Peart1-2/+1
2018-09-11http-backend test: make empty CONTENT_LENGTH test more realisticLibravatar Max Kirillov1-2/+2
2018-09-11mingw: fix mingw_open_append to work with named pipesLibravatar Jeff Hostetler2-4/+34
2018-09-11t0051: test GIT_TRACE to a windows named pipeLibravatar Jeff Hostetler5-0/+96
2018-09-11rerere: avoid buffer overrunLibravatar Elijah Newren2-2/+2
2018-09-11t4200: demonstrate rerere segfault on specially crafted mergeLibravatar Elijah Newren1-0/+29
2018-09-11diff: fix --color-moved-ws=allow-indentation-changeLibravatar Phillip Wood1-5/+6
2018-09-11t3701-add-interactive: tighten the check of trace outputLibravatar SZEDER Gábor1-1/+1
2018-09-11config.mak.dev: add -Wformat-securityLibravatar Jeff King1-0/+1
2018-09-11string-list: remove unused function print_string_listLibravatar Stefan Beller2-18/+0
2018-09-11Makefile: add a hint about TEST_BUILTINS_OBJSLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2018-09-11t/helper: merge test-dump-fsmonitor into test-toolLibravatar Nguyễn Thái Ngọc Duy5-7/+10
2018-09-11t/helper: merge test-parse-options into test-toolLibravatar Nguyễn Thái Ngọc Duy5-38/+41
2018-09-11t/helper: merge test-pkt-line into test-toolLibravatar Nguyễn Thái Ngọc Duy7-28/+31
2018-09-11t/helper: merge test-dump-untracked-cache into test-toolLibravatar Nguyễn Thái Ngọc Duy6-38/+41
2018-09-11t/helper: keep test-tool command list sortedLibravatar Nguyễn Thái Ngọc Duy3-3/+3
2018-09-10config: document value 2 for protocol.versionLibravatar Brandon Williams1-0/+2
2018-09-10Git 2.19Libravatar Junio C Hamano2-9/+1
2018-09-10Merge tag 'l10n-2.19.0-rnd2' of git://github.com/git-l10n/git-poLibravatar Junio C Hamano9-25222/+41448
2018-09-10Merge branch 'jn/submodule-core-worktree-revert'Libravatar Junio C Hamano6-55/+2
2018-09-10Merge branch 'mk/http-backend-content-length'Libravatar Junio C Hamano2-1/+12
2018-09-09l10n: zh_CN: for git v2.19.0 l10n round 1 to 2Libravatar Jiang Xin1-2821/+4584
2018-09-09Merge branch 'master' of git://github.com/alshopov/git-poLibravatar Jiang Xin1-2750/+4607