aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-09diff: simplify allow-indentation-change delta calculationPhillip Wood
2021-12-09diff --color-moved: avoid false short line matches and bad zebra coloringPhillip Wood
2021-12-09diff --color-moved=zebra: fix alternate coloringPhillip Wood
2021-12-09diff --color-moved: rewind when discarding pmbPhillip Wood
2021-12-09diff --color-moved: factor out functionPhillip Wood
2021-12-09diff --color-moved: clear all flags on blocks that are too shortPhillip Wood
2021-12-09diff --color-moved: add perf testsPhillip Wood
2021-12-08flex-array: simplify compiler-specific workaroundJunio C Hamano
2021-12-08tmp-objdir: disable ref updates when replacing the primary odbNeeraj Singh
2021-12-08tmp-objdir: new API for creating temporary writable databasesNeeraj Singh
2021-12-08config.mak.dev: specify -std=gnu99 for gcc/clangJeff King
2021-12-08Merge branch 'bc/require-c99' into jk/limit-developers-to-gnu99Junio C Hamano
2021-12-07pull, fetch: fix segfault in --set-upstream optionÆvar Arnfjörð Bjarmason
2021-12-07cbtree: remove broken and unused cb_unlinkEric Wong
2021-12-07config API: use get_error_routine(), not vreportf()Ævar Arnfjörð Bjarmason
2021-12-07usage.c + gc: add and use a die_message_errno()Ævar Arnfjörð Bjarmason
2021-12-07gc: return from cmd_gc(), don't call exit()Ævar Arnfjörð Bjarmason
2021-12-07usage.c API users: use die_message() for error() + exit 128Ævar Arnfjörð Bjarmason
2021-12-07usage.c API users: use die_message() for "fatal :" + exit 128Ævar Arnfjörð Bjarmason
2021-12-07usage.c: add a die_message() routineÆvar Arnfjörð Bjarmason
2021-12-07t1430: create valid symrefs using test-helperHan-Wen Nienhuys
2021-12-07t1430: remove refs using test-toolHan-Wen Nienhuys
2021-12-07refs: introduce REF_SKIP_REFNAME_VERIFICATION flagHan-Wen Nienhuys
2021-12-07refs: introduce REF_SKIP_OID_VERIFICATION flagHan-Wen Nienhuys
2021-12-07refs: update comment.Han-Wen Nienhuys
2021-12-07test-ref-store: plug memory leak in cmd_delete_refsHan-Wen Nienhuys
2021-12-07test-ref-store: parse symbolic flag constantsHan-Wen Nienhuys
2021-12-07test-ref-store: remove force-create argument for create-reflogHan-Wen Nienhuys
2021-12-07object.c: use BUG(...) no die("BUG: ...") in lookup_object_by_type()Ævar Arnfjörð Bjarmason
2021-12-07pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>)Ævar Arnfjörð Bjarmason
2021-12-07strbuf.h: use BUG(...) not die("BUG: ...")Ævar Arnfjörð Bjarmason
2021-12-07pack-objects: use BUG(...) not die("BUG: ...")Ævar Arnfjörð Bjarmason
2021-12-07common-main.c: call exit(), don't returnÆvar Arnfjörð Bjarmason
2021-12-06blame: enable and test the sparse indexLessley Dennington
2021-12-06diff: enable and test the sparse indexLessley Dennington
2021-12-06diff: replace --staged with --cached in t1092 testsLessley Dennington
2021-12-06repo-settings: prepare_repo_settings only in git reposLessley Dennington
2021-12-06test-read-cache: set up repo after git directoryLessley Dennington
2021-12-06commit-graph: return if there is no git directoryLessley Dennington
2021-12-06git: ensure correct git directory setup with -hLessley Dennington
2021-12-06unpack-trees: use traverse_path instead of nameDerrick Stolee
2021-12-06t1092: add deeper changes during a checkoutDerrick Stolee
2021-12-05grep: clarify what `grep.patternType=default` meansJunio C Hamano
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin
2021-12-04sequencer: do not export GIT_DIR and GIT_WORK_TREE for 'exec'Elijah Newren
2021-12-04name-rev: prefer shorter names over following mergesElijah Newren
2021-12-04xdiff: drop unused flags parameter from recs_matchJeff King
2021-12-04xdiff: drop xpparam_t parameter from histogram cmp_recs()Jeff King
2021-12-04xdiff: drop CMP_ENV macro from xhistogramJeff King
2021-12-04git-worktree.txt: add missing `-v` to synopsis for `worktree list`Eric Sunshine