summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-07refs: introduce REF_SKIP_OID_VERIFICATION flagLibravatar Han-Wen Nienhuys5-27/+43
2021-12-07refs: update comment.Libravatar Han-Wen Nienhuys1-2/+1
2021-12-07test-ref-store: plug memory leak in cmd_delete_refsLibravatar Han-Wen Nienhuys1-1/+4
2021-12-07test-ref-store: parse symbolic flag constantsLibravatar Han-Wen Nienhuys2-9/+60
2021-12-07test-ref-store: remove force-create argument for create-reflogLibravatar Han-Wen Nienhuys3-5/+4
2021-12-07object.c: use BUG(...) no die("BUG: ...") in lookup_object_by_type()Libravatar Ævar Arnfjörð Bjarmason1-1/+1
2021-12-07pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>)Libravatar Ævar Arnfjörð Bjarmason2-4/+2
2021-12-07strbuf.h: use BUG(...) not die("BUG: ...")Libravatar Ævar Arnfjörð Bjarmason1-1/+1
2021-12-07pack-objects: use BUG(...) not die("BUG: ...")Libravatar Ævar Arnfjörð Bjarmason1-1/+1
2021-12-07common-main.c: call exit(), don't returnLibravatar Ævar Arnfjörð Bjarmason2-5/+9
2021-12-06blame: enable and test the sparse indexLibravatar Lessley Dennington3-11/+43
2021-12-06diff: enable and test the sparse indexLibravatar Lessley Dennington3-0/+53
2021-12-06diff: replace --staged with --cached in t1092 testsLibravatar Lessley Dennington1-7/+7
2021-12-06repo-settings: prepare_repo_settings only in git reposLibravatar Lessley Dennington1-0/+3
2021-12-06test-read-cache: set up repo after git directoryLibravatar Lessley Dennington1-2/+3
2021-12-06commit-graph: return if there is no git directoryLibravatar Lessley Dennington1-1/+4
2021-12-06git: ensure correct git directory setup with -hLibravatar Lessley Dennington1-18/+21
2021-12-06unpack-trees: use traverse_path instead of nameLibravatar Derrick Stolee2-7/+9
2021-12-06t1092: add deeper changes during a checkoutLibravatar Derrick Stolee1-1/+15
2021-12-05grep: clarify what `grep.patternType=default` meansLibravatar Junio C Hamano1-1/+2
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededLibravatar Johannes Schindelin17-50/+0
2021-12-04sequencer: do not export GIT_DIR and GIT_WORK_TREE for 'exec'Libravatar Elijah Newren2-8/+24
2021-12-04name-rev: prefer shorter names over following mergesLibravatar Elijah Newren1-4/+13
2021-12-04xdiff: drop unused flags parameter from recs_matchLibravatar Jeff King1-9/+9
2021-12-04xdiff: drop xpparam_t parameter from histogram cmp_recs()Libravatar Jeff King1-3/+2
2021-12-04xdiff: drop CMP_ENV macro from xhistogramLibravatar Jeff King1-3/+0
2021-12-04git-worktree.txt: add missing `-v` to synopsis for `worktree list`Libravatar Eric Sunshine1-1/+1
2021-12-04worktree: send "chatty" messages to stderrLibravatar Eric Sunshine4-33/+27
2021-12-04packfile: make `close_pack_revindex()` staticLibravatar Taylor Blau2-2/+2
2021-12-04scalar: implement the `version` commandLibravatar Johannes Schindelin1-0/+39
2021-12-04scalar: implement the `delete` commandLibravatar Matthew John Cheetham3-0/+80
2021-12-04scalar: teach 'reconfigure' to optionally handle all registered enlistmentsLibravatar Johannes Schindelin3-6/+67
2021-12-04scalar: allow reconfiguring an existing enlistmentLibravatar Johannes Schindelin3-28/+67
2021-12-04scalar: implement the `run` commandLibravatar Derrick Stolee2-0/+83
2021-12-04scalar: teach 'clone' to support the --single-branch optionLibravatar Johannes Schindelin3-4/+23
2021-12-04scalar: implement the `clone` subcommandLibravatar Johannes Schindelin3-3/+262
2021-12-04scalar: implement 'scalar list'Libravatar Derrick Stolee2-1/+21
2021-12-04scalar: let 'unregister' handle a deleted enlistment directory gracefullyLibravatar Johannes Schindelin2-0/+61
2021-12-04scalar: 'unregister' stops background maintenanceLibravatar Derrick Stolee2-8/+50
2021-12-04scalar: 'register' sets recommended config and starts maintenanceLibravatar Derrick Stolee2-1/+266
2021-12-04scalar: create test infrastructureLibravatar Johannes Schindelin3-3/+109
2021-12-04scalar: start documenting the commandLibravatar Johannes Schindelin1-0/+38
2021-12-04scalar: create a rudimentary executableLibravatar Johannes Schindelin4-0/+81
2021-12-04scalar: add a README with a roadmapLibravatar Johannes Schindelin1-0/+82
2021-12-04CodingGuidelines: document which output goes to stdout vs. stderrLibravatar Eric Sunshine1-0/+27
2021-12-03revision: use C99 declaration of variable in for() loopLibravatar Junio C Hamano2-3/+9
2021-12-02refs/debug: trim trailing LF from reflog messageLibravatar Han-Wen Nienhuys1-2/+5
2021-12-02test-ref-store: tweaks to for-each-reflog-ent formatLibravatar Han-Wen Nienhuys2-7/+11
2021-12-02t1405: check for_each_reflog_ent_reverse() more thoroughlyLibravatar Han-Wen Nienhuys1-0/+1
2021-12-02test-ref-store: don't add newline to reflog messageLibravatar Han-Wen Nienhuys3-8/+6