test-ref-store: remove force-create argument for create-reflog
Han-Wen Nienhuys committed over 4 years ago
Merge branch 'hn/create-reflog-simplify' into hn/reftable-coverity-fixes
Junio C Hamano committed over 4 years ago
Merge branch 'hn/reftable' into hn/reftable-coverity-fixes
Junio C Hamano committed over 4 years ago
object.c: use BUG(...) no die("BUG: ...") in lookup_object_by_type()
Ævar Arnfjörð Bjarmason committed over 4 years ago
pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>)
Ævar Arnfjörð Bjarmason committed over 4 years ago
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