summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Merge branch 'pw/single-key-interactive'Junio C Hamano3-6/+33
2022-03-21Merge branch 'ds/partial-bundles'Junio C Hamano20-133/+317
2022-03-21Merge branch 'ep/test-malloc-check-with-glibc-2.34'Junio C Hamano1-0/+18
2022-03-21Merge branch 'sm/no-git-in-upstream-of-pipe-in-tests'Junio C Hamano7-45/+72
2022-03-21git-p4: fix issue with multiple perforce remotesKirill Frolov1-1/+9
2022-03-21Makefile: use ' ', not non-existing $(wspfx_SQ)Ævar Arnfjörð Bjarmason1-1/+1
2022-03-21setup_git_directory(): add an owner check for the top-level directoryJohannes Schindelin3-1/+79
2022-03-21Add a function to determine whether a path is owned by the current userJohannes Schindelin3-0/+106
2022-03-18rebase: set REF_HEAD_DETACH in checkout_up_to_date()John Cai2-0/+11
2022-03-18rebase: use test_commit helper in setupJohn Cai1-7/+2
2022-03-17reflog exists: use parse_options() APIÆvar Arnfjörð Bjarmason2-22/+21
2022-03-17git reflog [expire|delete]: make -h output consistent with SYNOPSISÆvar Arnfjörð Bjarmason1-6/+5
2022-03-17reflog: move "usage" variables and use macrosÆvar Arnfjörð Bjarmason1-15/+24
2022-03-17reflog tests: add missing "git reflog exists" testsÆvar Arnfjörð Bjarmason2-5/+32
2022-03-17reflog: refactor cmd_reflog() to "if" branchesÆvar Arnfjörð Bjarmason1-6/+3
2022-03-17reflog.c: indent argument listsÆvar Arnfjörð Bjarmason1-10/+10
2022-03-17shallow: reset commit grafts when shallow is resetJonathan Tan5-0/+22
2022-03-17http tests: use "test_hook" for "smart" and "dumb" http testsÆvar Arnfjörð Bjarmason2-21/+14
2022-03-17proc-receive hook tests: use "test_hook" instead of "write_script"Ævar Arnfjörð Bjarmason26-67/+67
2022-03-17tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK"Ævar Arnfjörð Bjarmason8-163/+165
2022-03-17refs debug: add a wrapper for "read_symbolic_ref"Ævar Arnfjörð Bjarmason2-13/+27
2022-03-17packed-backend: remove stub BUG(...) functionsÆvar Arnfjörð Bjarmason1-79/+9
2022-03-17misc *.c: use designated initializers for struct assignmentsÆvar Arnfjörð Bjarmason3-5/+7
2022-03-17refs: use designated initializers for "struct ref_iterator_vtable"Ævar Arnfjörð Bjarmason5-23/+24
2022-03-17refs: use designated initializers for "struct ref_storage_be"Ævar Arnfjörð Bjarmason3-69/+69
2022-03-17Revert "unpack-trees: improve performance of next_cache_entry"Victoria Dye1-17/+6
2022-03-17unpack-trees: increment cache_bottom for sparse directoriesVictoria Dye2-11/+11
2022-03-17t1092: add sparse directory before cone in test repoVictoria Dye1-4/+9
2022-03-17diff.c: fix a double-free regression in a18d66cefbÆvar Arnfjörð Bjarmason2-4/+13
2022-03-17tests: demonstrate "show --word-diff --color-moved" regressionMichael J Gruber1-1/+7
2022-03-17tests: use "test_hook" for misc "mkdir -p" and "chmod" casesÆvar Arnfjörð Bjarmason5-78/+56
2022-03-17tests: change "mkdir -p && write_script" to use "test_hook"Ævar Arnfjörð Bjarmason9-60/+27
2022-03-17tests: change "cat && chmod +x" to use "test_hook"Ævar Arnfjörð Bjarmason2-10/+10
2022-03-17gc + p4 tests: use "test_hook", remove sub-shellsÆvar Arnfjörð Bjarmason2-21/+24
2022-03-17fetch+push tests: use "test_hook" and "test_when_finished" patternÆvar Arnfjörð Bjarmason1-98/+83
2022-03-17bugreport tests: tighten up "git bugreport -s hooks" testÆvar Arnfjörð Bjarmason1-11/+15
2022-03-17tests: assume the hooks are disabled by defaultÆvar Arnfjörð Bjarmason3-5/+1
2022-03-17http tests: don't rely on "hook/post-update.sample"Ævar Arnfjörð Bjarmason1-1/+3
2022-03-17hook tests: turn exit code assertions into a loopÆvar Arnfjörð Bjarmason1-24/+9
2022-03-17test-lib-functions: add and use a "test_hook" wrapperÆvar Arnfjörð Bjarmason13-43/+97
2022-03-17Merge branch 'cb/mingw-gmtime-r'Johannes Schindelin2-1/+5
2022-03-17mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2-1/+5
2022-03-17GIT-VERSION-GEN: bump to v2.33.1Johannes Schindelin1-1/+1
2022-03-16The twelfth batchJunio C Hamano1-0/+21
2022-03-16Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano12-35/+39
2022-03-16Merge branch 'ab/racy-hooks'Junio C Hamano8-25/+57
2022-03-16Merge branch 'ab/keep-git-exit-codes-in-tests'Junio C Hamano19-218/+245
2022-03-16Merge branch 'tk/t7063-chmtime-dirs-too'Junio C Hamano2-16/+28
2022-03-16Merge branch 'ds/commit-graph-gen-v2-fixes'Junio C Hamano8-58/+176
2022-03-16Merge branch 'jc/stash-drop'Junio C Hamano7-467/+527