summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-06test-read-cache: set up repo after git directoryLessley Dennington1-2/+3
2021-12-06commit-graph: return if there is no git directoryLessley Dennington1-1/+4
2021-12-06git: ensure correct git directory setup with -hLessley Dennington1-17/+20
2021-12-06unpack-trees: use traverse_path instead of nameDerrick Stolee2-7/+9
2021-12-06t1092: add deeper changes during a checkoutDerrick Stolee1-1/+15
2021-12-05grep: clarify what `grep.patternType=default` meansJunio C Hamano1-1/+2
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin17-50/+0
2021-12-04sequencer: do not export GIT_DIR and GIT_WORK_TREE for 'exec'Elijah Newren2-8/+24
2021-12-04name-rev: prefer shorter names over following mergesElijah Newren1-4/+13
2021-12-04xdiff: drop unused flags parameter from recs_matchJeff King1-9/+9
2021-12-04xdiff: drop xpparam_t parameter from histogram cmp_recs()Jeff King1-3/+2
2021-12-04xdiff: drop CMP_ENV macro from xhistogramJeff King1-3/+0
2021-12-04git-worktree.txt: add missing `-v` to synopsis for `worktree list`Eric Sunshine1-1/+1
2021-12-04worktree: send "chatty" messages to stderrEric Sunshine4-33/+27
2021-12-04packfile: make `close_pack_revindex()` staticTaylor Blau2-2/+2
2021-12-04scalar: implement the `version` commandJohannes Schindelin1-0/+39
2021-12-04scalar: implement the `delete` commandMatthew John Cheetham3-0/+80
2021-12-04scalar: teach 'reconfigure' to optionally handle all registered enlistmentsJohannes Schindelin3-6/+67
2021-12-04scalar: allow reconfiguring an existing enlistmentJohannes Schindelin3-28/+67
2021-12-04scalar: implement the `run` commandDerrick Stolee2-0/+83
2021-12-04scalar: teach 'clone' to support the --single-branch optionJohannes Schindelin3-4/+23
2021-12-04scalar: implement the `clone` subcommandJohannes Schindelin3-3/+262
2021-12-04scalar: implement 'scalar list'Derrick Stolee2-1/+21
2021-12-04scalar: let 'unregister' handle a deleted enlistment directory gracefullyJohannes Schindelin2-0/+61
2021-12-04scalar: 'unregister' stops background maintenanceDerrick Stolee2-8/+50
2021-12-04scalar: 'register' sets recommended config and starts maintenanceDerrick Stolee2-1/+266
2021-12-04scalar: create test infrastructureJohannes Schindelin3-3/+109
2021-12-04scalar: start documenting the commandJohannes Schindelin1-0/+38
2021-12-04scalar: create a rudimentary executableJohannes Schindelin4-0/+81
2021-12-04scalar: add a README with a roadmapJohannes Schindelin1-0/+82
2021-12-04CodingGuidelines: document which output goes to stdout vs. stderrEric Sunshine1-0/+27
2021-12-03revision: use C99 declaration of variable in for() loopJunio C Hamano2-3/+9
2021-12-02refs/debug: trim trailing LF from reflog messageHan-Wen Nienhuys1-2/+5
2021-12-02test-ref-store: tweaks to for-each-reflog-ent formatHan-Wen Nienhuys2-7/+11
2021-12-02t1405: check for_each_reflog_ent_reverse() more thoroughlyHan-Wen Nienhuys1-0/+1
2021-12-02test-ref-store: don't add newline to reflog messageHan-Wen Nienhuys3-8/+6
2021-12-02show-branch: show reflog messageHan-Wen Nienhuys2-5/+22
2021-12-01log: load decorations with --simplify-by-decorationJeff King2-2/+18
2021-12-01log: handle --decorate-refs with userformat "%d"Jeff King2-2/+38
2021-12-01branch: protect branches checked out in all worktreesAnders Kaseorg2-4/+16
2021-12-01receive-pack: protect current branch for bare repository worktreeAnders Kaseorg2-5/+17
2021-12-01receive-pack: clean dead code from update_worktree()Anders Kaseorg1-16/+7
2021-12-01fetch: protect branches checked out in all worktreesAnders Kaseorg2-35/+58
2021-12-01worktree: simplify find_shared_symref() memory ownership modelAnders Kaseorg6-38/+65
2021-12-01branch: lowercase error messagesAnders Kaseorg3-13/+13
2021-12-01receive-pack: lowercase error messagesAnders Kaseorg2-6/+6
2021-12-01fetch: lowercase error messagesAnders Kaseorg1-24/+26
2021-12-01test-lib: make BAIL_OUT() work in tests and prereqFabian Stelzer1-4/+10
2021-12-01git-compat-util: add a test balloon for C99 supportbrian m. carlson3-2/+15
2021-12-01object-file.c: LLP64 compatibility, upcast unity for left shiftPhilip Oakley1-1/+1