strbuf.h: use BUG(...) not die("BUG: ...")
Ævar Arnfjörð Bjarmason committed over 4 years ago
pack-objects: use BUG(...) not die("BUG: ...")
Ævar Arnfjörð Bjarmason committed over 4 years ago
common-main.c: call exit(), don't return
Ævar Arnfjörð Bjarmason committed over 4 years ago
blame: enable and test the sparse index
Lessley Dennington committed over 4 years ago
diff: enable and test the sparse index
Lessley Dennington committed over 4 years ago
diff: replace --staged with --cached in t1092 tests
Lessley Dennington committed over 4 years ago
repo-settings: prepare_repo_settings only in git repos
Lessley Dennington committed over 4 years ago
test-read-cache: set up repo after git directory
Lessley Dennington committed over 4 years ago
commit-graph: return if there is no git directory
Lessley Dennington committed over 4 years ago
git: ensure correct git directory setup with -h
Lessley Dennington committed over 4 years ago
unpack-trees: use traverse_path instead of name
Derrick Stolee committed over 4 years ago
t1092: add deeper changes during a checkout
Derrick Stolee committed over 4 years ago
grep: clarify what `grep.patternType=default` means
Junio C Hamano committed over 4 years ago
tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when needed
Johannes Schindelin committed over 4 years ago
sequencer: do not export GIT_DIR and GIT_WORK_TREE for 'exec'
Elijah Newren committed over 4 years ago
name-rev: prefer shorter names over following merges
Elijah Newren committed over 4 years ago
xdiff: drop unused flags parameter from recs_match
Jeff King committed over 4 years ago
xdiff: drop xpparam_t parameter from histogram cmp_recs()
Jeff King committed over 4 years ago
xdiff: drop CMP_ENV macro from xhistogram
Jeff King committed over 4 years ago
git-worktree.txt: add missing `-v` to synopsis for `worktree list`
Eric Sunshine committed over 4 years ago