summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-12-09diff: use designated initializers for emitted_diff_symbolPhillip Wood-1/+3
2021-12-09diff --color-moved-ws=allow-indentation-change: improve hash lookupsPhillip Wood-57/+30
2021-12-09diff --color-moved: stop clearing potential moved blocksPhillip Wood-11/+0
2021-12-09diff --color-moved: shrink potential moved blocks as we goPhillip Wood-36/+8
2021-12-09diff --color-moved: unify moved block growth functionsPhillip Wood-29/+12
2021-12-09diff --color-moved: call comparison function directlyPhillip Wood-4/+7
2021-12-09diff --color-moved-ws=allow-indentation-change: simplify and optimizePhillip Wood-50/+20
2021-12-09diff: simplify allow-indentation-change delta calculationPhillip Wood-11/+2
2021-12-09diff --color-moved: avoid false short line matches and bad zebra coloringPhillip Wood-6/+76
2021-12-09diff --color-moved=zebra: fix alternate coloringPhillip Wood-2/+74
2021-12-09diff --color-moved: rewind when discarding pmbPhillip Wood-5/+69
2021-12-09diff --color-moved: factor out functionPhillip Wood-17/+34
2021-12-09diff --color-moved: clear all flags on blocks that are too shortPhillip Wood-3/+3
2021-12-09diff --color-moved: add perf testsPhillip Wood-0/+57
2021-12-08flex-array: simplify compiler-specific workaroundJunio C Hamano-2/+11
2021-12-08tmp-objdir: disable ref updates when replacing the primary odbNeeraj Singh-1/+21
2021-12-08tmp-objdir: new API for creating temporary writable databasesNeeraj Singh-14/+162
2021-12-08config.mak.dev: specify -std=gnu99 for gcc/clangJeff King-0/+5
2021-12-08Merge branch 'bc/require-c99' into jk/limit-developers-to-gnu99Junio C Hamano-2/+15
2021-12-07pull, fetch: fix segfault in --set-upstream optionÆvar Arnfjörð Bjarmason-0/+32
2021-12-07cbtree: remove broken and unused cb_unlinkEric Wong-33/+0
2021-12-07config API: use get_error_routine(), not vreportf()Ævar Arnfjörð Bjarmason-3/+3
2021-12-07usage.c + gc: add and use a die_message_errno()Ævar Arnfjörð Bjarmason-6/+20
2021-12-07gc: return from cmd_gc(), don't call exit()Ævar Arnfjörð Bjarmason-1/+2
2021-12-07usage.c API users: use die_message() for error() + exit 128Ævar Arnfjörð Bjarmason-4/+5
2021-12-07usage.c API users: use die_message() for "fatal :" + exit 128Ævar Arnfjörð Bjarmason-18/+15
2021-12-07usage.c: add a die_message() routineÆvar Arnfjörð Bjarmason-3/+27
2021-12-07t1430: create valid symrefs using test-helperHan-Wen Nienhuys-8/+6
2021-12-07t1430: remove refs using test-toolHan-Wen Nienhuys-12/+12
2021-12-07refs: introduce REF_SKIP_REFNAME_VERIFICATION flagHan-Wen Nienhuys-32/+45
2021-12-07refs: introduce REF_SKIP_OID_VERIFICATION flagHan-Wen Nienhuys-27/+43
2021-12-07refs: update comment.Han-Wen Nienhuys-2/+1
2021-12-07test-ref-store: plug memory leak in cmd_delete_refsHan-Wen Nienhuys-1/+4
2021-12-07test-ref-store: parse symbolic flag constantsHan-Wen Nienhuys-9/+60
2021-12-07test-ref-store: remove force-create argument for create-reflogHan-Wen Nienhuys-5/+4
2021-12-07Merge branch 'hn/create-reflog-simplify' into hn/reftable-coverity-fixesJunio C Hamano-21/+16
2021-12-07Merge branch 'hn/reftable' into hn/reftable-coverity-fixesJunio C Hamano-12/+11125
2021-12-07object.c: use BUG(...) no die("BUG: ...") in lookup_object_by_type()Ævar Arnfjörð Bjarmason-1/+1
2021-12-07pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>)Ævar Arnfjörð Bjarmason-4/+2
2021-12-07strbuf.h: use BUG(...) not die("BUG: ...")Ævar Arnfjörð Bjarmason-1/+1
2021-12-07pack-objects: use BUG(...) not die("BUG: ...")Ævar Arnfjörð Bjarmason-1/+1
2021-12-07common-main.c: call exit(), don't returnÆvar Arnfjörð Bjarmason-5/+9
2021-12-06blame: enable and test the sparse indexLessley Dennington-11/+43
2021-12-06diff: enable and test the sparse indexLessley Dennington-0/+53
2021-12-06diff: replace --staged with --cached in t1092 testsLessley Dennington-7/+7
2021-12-06repo-settings: prepare_repo_settings only in git reposLessley Dennington-0/+3
2021-12-06test-read-cache: set up repo after git directoryLessley Dennington-2/+3
2021-12-06commit-graph: return if there is no git directoryLessley Dennington-1/+4
2021-12-06git: ensure correct git directory setup with -hLessley Dennington-18/+21
2021-12-06unpack-trees: use traverse_path instead of nameDerrick Stolee-7/+9