summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-02show-branch: show reflog messageLibravatar Han-Wen Nienhuys2-5/+22
2021-12-01log: load decorations with --simplify-by-decorationLibravatar Jeff King2-2/+18
2021-12-01log: handle --decorate-refs with userformat "%d"Libravatar Jeff King2-2/+38
2021-12-01branch: protect branches checked out in all worktreesLibravatar Anders Kaseorg2-4/+16
2021-12-01receive-pack: protect current branch for bare repository worktreeLibravatar Anders Kaseorg2-5/+17
2021-12-01receive-pack: clean dead code from update_worktree()Libravatar Anders Kaseorg1-16/+7
2021-12-01fetch: protect branches checked out in all worktreesLibravatar Anders Kaseorg2-35/+58
2021-12-01worktree: simplify find_shared_symref() memory ownership modelLibravatar Anders Kaseorg6-38/+65
2021-12-01branch: lowercase error messagesLibravatar Anders Kaseorg3-13/+13
2021-12-01receive-pack: lowercase error messagesLibravatar Anders Kaseorg2-6/+6
2021-12-01fetch: lowercase error messagesLibravatar Anders Kaseorg1-24/+26
2021-12-01test-lib: make BAIL_OUT() work in tests and prereqLibravatar Fabian Stelzer1-4/+10
2021-12-01git-compat-util: add a test balloon for C99 supportLibravatar brian m. carlson3-2/+15