summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-09unpack-trees: refuse to remove startup_info->original_cwdElijah Newren3-17/+21
2021-12-09setup: introduce startup_info->original_cwdElijah Newren3-0/+71
2021-12-09t2501: add various tests for removing the current working directoryElijah Newren1-0/+342
2021-12-09diff --color-moved: intern stringsPhillip Wood1-78/+96
2021-12-09diff: use designated initializers for emitted_diff_symbolPhillip Wood1-1/+3
2021-12-09diff --color-moved-ws=allow-indentation-change: improve hash lookupsPhillip Wood2-56/+29
2021-12-09diff --color-moved: stop clearing potential moved blocksPhillip Wood1-11/+0
2021-12-09diff --color-moved: shrink potential moved blocks as we goPhillip Wood1-36/+8
2021-12-09diff --color-moved: unify moved block growth functionsPhillip Wood1-29/+12
2021-12-09diff --color-moved: call comparison function directlyPhillip Wood1-4/+7
2021-12-09diff --color-moved-ws=allow-indentation-change: simplify and optimizePhillip Wood1-49/+19
2021-12-09diff: simplify allow-indentation-change delta calculationPhillip Wood1-11/+2
2021-12-09diff --color-moved: avoid false short line matches and bad zebra coloringPhillip Wood2-6/+76
2021-12-09diff --color-moved=zebra: fix alternate coloringPhillip Wood2-2/+74
2021-12-09diff --color-moved: rewind when discarding pmbPhillip Wood2-5/+69
2021-12-09diff --color-moved: factor out functionPhillip Wood1-17/+34
2021-12-09diff --color-moved: clear all flags on blocks that are too shortPhillip Wood1-3/+3
2021-12-09diff --color-moved: add perf testsPhillip Wood1-0/+57
2021-12-08flex-array: simplify compiler-specific workaroundJunio C Hamano1-2/+11
2021-12-08tmp-objdir: disable ref updates when replacing the primary odbNeeraj Singh6-1/+21
2021-12-08tmp-objdir: new API for creating temporary writable databasesNeeraj Singh8-14/+162
2021-12-08config.mak.dev: specify -std=gnu99 for gcc/clangJeff King1-0/+5
2021-12-08Merge branch 'bc/require-c99' into jk/limit-developers-to-gnu99Junio C Hamano3-2/+15
2021-12-07pull, fetch: fix segfault in --set-upstream optionÆvar Arnfjörð Bjarmason2-0/+32
2021-12-07cbtree: remove broken and unused cb_unlinkEric Wong2-33/+0
2021-12-07config API: use get_error_routine(), not vreportf()Ævar Arnfjörð Bjarmason3-3/+3
2021-12-07usage.c + gc: add and use a die_message_errno()Ævar Arnfjörð Bjarmason3-6/+20
2021-12-07gc: return from cmd_gc(), don't call exit()Ævar Arnfjörð Bjarmason1-1/+2
2021-12-07usage.c API users: use die_message() for error() + exit 128Ævar Arnfjörð Bjarmason1-4/+5
2021-12-07usage.c API users: use die_message() for "fatal :" + exit 128Ævar Arnfjörð Bjarmason4-18/+15
2021-12-07usage.c: add a die_message() routineÆvar Arnfjörð Bjarmason2-3/+27
2021-12-07t1430: create valid symrefs using test-helperHan-Wen Nienhuys1-8/+6
2021-12-07t1430: remove refs using test-toolHan-Wen Nienhuys1-12/+12
2021-12-07refs: introduce REF_SKIP_REFNAME_VERIFICATION flagHan-Wen Nienhuys4-32/+45
2021-12-07refs: introduce REF_SKIP_OID_VERIFICATION flagHan-Wen Nienhuys5-27/+43
2021-12-07refs: update comment.Han-Wen Nienhuys1-2/+1
2021-12-07test-ref-store: plug memory leak in cmd_delete_refsHan-Wen Nienhuys1-1/+4
2021-12-07test-ref-store: parse symbolic flag constantsHan-Wen Nienhuys2-9/+60
2021-12-07test-ref-store: remove force-create argument for create-reflogHan-Wen Nienhuys3-5/+4
2021-12-07Merge branch 'hn/create-reflog-simplify' into hn/reftable-coverity-fixesJunio C Hamano10-21/+16
2021-12-07Merge branch 'hn/reftable' into hn/reftable-coverity-fixesJunio C Hamano69-12/+11125
2021-12-07object.c: use BUG(...) no die("BUG: ...") in lookup_object_by_type()Ævar Arnfjörð Bjarmason1-1/+1
2021-12-07pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>)Ævar Arnfjörð Bjarmason2-4/+2
2021-12-07strbuf.h: use BUG(...) not die("BUG: ...")Ævar Arnfjörð Bjarmason1-1/+1
2021-12-07pack-objects: use BUG(...) not die("BUG: ...")Ævar Arnfjörð Bjarmason1-1/+1
2021-12-07common-main.c: call exit(), don't returnÆvar Arnfjörð Bjarmason2-5/+9
2021-12-06blame: enable and test the sparse indexLessley Dennington3-11/+43
2021-12-06diff: enable and test the sparse indexLessley Dennington3-0/+53
2021-12-06diff: replace --staged with --cached in t1092 testsLessley Dennington1-7/+7
2021-12-06repo-settings: prepare_repo_settings only in git reposLessley Dennington1-0/+3