summaryrefslogtreecommitdiffstats
path: root/trace2 (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-01pack-bitmap-write: remove unused bitmap_reset() functionÆvar Arnfjörð Bjarmason2-6/+0
2022-04-01xdiff/xmacros.h: remove unused XDL_PTRFREEÆvar Arnfjörð Bjarmason1-1/+0
2022-04-01configure.ac: remove USE_PIC commentÆvar Arnfjörð Bjarmason1-3/+0
2022-04-01run-command.h: remove always unused "clean_on_exit_handler_cbdata"Ævar Arnfjörð Bjarmason1-1/+0
2022-03-31The 17th batchJunio C Hamano1-0/+4
2022-03-29The 16th batchJunio C Hamano1-0/+7
2022-03-26The 15th batchJunio C Hamano1-0/+12
2022-03-24test-lib: have --immediate emit valid TAP on failureÆvar Arnfjörð Bjarmason2-1/+18
2022-03-24reset: show --no-refresh in the short-helpJunio C Hamano1-3/+3
2022-03-23reset: remove 'reset.refresh' config optionVictoria Dye3-18/+4
2022-03-23reset: remove 'reset.quiet' config optionVictoria Dye6-12/+2
2022-03-23reset: do not make '--quiet' disable index refreshVictoria Dye3-39/+7
2022-03-23The 14th batchJunio C Hamano1-0/+13
2022-03-23git-prompt: put upstream comments togetherJustin Donnelly1-5/+5
2022-03-23git-prompt: make long upstream state indicator consistentJustin Donnelly1-5/+5
2022-03-23git-prompt: make upstream state indicator location consistentJustin Donnelly1-12/+13
2022-03-23git-prompt: rename `upstream` to `upstream_type`Justin Donnelly1-13/+13
2022-03-23hooks: fix "invoked hook" regression in a8cc5943338Ævar Arnfjörð Bjarmason1-0/+1
2022-03-21The thirteenth batchJunio C Hamano1-0/+15
2022-03-21Makefile: use ' ', not non-existing $(wspfx_SQ)Ævar Arnfjörð Bjarmason1-1/+1
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-18shallow: 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-78/+78
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-103/+88
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-25/+10
2022-03-17test-lib-functions: add and use a "test_hook" wrapperÆvar Arnfjörð Bjarmason13-43/+97
2022-03-17The twelfth batchJunio C Hamano1-0/+21
2022-03-17submodule: fix latent check_has_commit() bugGlen Choo2-38/+6
2022-03-17fetch: fetch unpopulated, changed submodulesGlen Choo6-46/+477
2022-03-16terminal: restore settings on SIGTSTPPhillip Wood1-3/+129