summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-12-06t1092: add deeper changes during a checkoutDerrick Stolee-1/+15
2021-12-05grep: clarify what `grep.patternType=default` meansJunio C Hamano-1/+2
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin-50/+0
2021-12-04sequencer: do not export GIT_DIR and GIT_WORK_TREE for 'exec'Elijah Newren-8/+24
2021-12-04name-rev: prefer shorter names over following mergesElijah Newren-4/+13
2021-12-04xdiff: drop unused flags parameter from recs_matchJeff King-9/+9
2021-12-04xdiff: drop xpparam_t parameter from histogram cmp_recs()Jeff King-3/+2
2021-12-04xdiff: drop CMP_ENV macro from xhistogramJeff King-3/+0
2021-12-04git-worktree.txt: add missing `-v` to synopsis for `worktree list`Eric Sunshine-1/+1
2021-12-04worktree: send "chatty" messages to stderrEric Sunshine-33/+27
2021-12-04packfile: make `close_pack_revindex()` staticTaylor Blau-2/+2
2021-12-04scalar: implement the `version` commandJohannes Schindelin-0/+39
2021-12-04scalar: implement the `delete` commandMatthew John Cheetham-0/+80
2021-12-04scalar: teach 'reconfigure' to optionally handle all registered enlistmentsJohannes Schindelin-6/+67
2021-12-04scalar: allow reconfiguring an existing enlistmentJohannes Schindelin-28/+67
2021-12-04scalar: implement the `run` commandDerrick Stolee-0/+83
2021-12-04scalar: teach 'clone' to support the --single-branch optionJohannes Schindelin-4/+23
2021-12-04scalar: implement the `clone` subcommandJohannes Schindelin-3/+262
2021-12-04scalar: implement 'scalar list'Derrick Stolee-1/+21
2021-12-04scalar: let 'unregister' handle a deleted enlistment directory gracefullyJohannes Schindelin-0/+61
2021-12-04scalar: 'unregister' stops background maintenanceDerrick Stolee-8/+50
2021-12-04scalar: 'register' sets recommended config and starts maintenanceDerrick Stolee-1/+266
2021-12-04scalar: create test infrastructureJohannes Schindelin-3/+109
2021-12-04scalar: start documenting the commandJohannes Schindelin-0/+38
2021-12-04scalar: create a rudimentary executableJohannes Schindelin-0/+81
2021-12-04scalar: add a README with a roadmapJohannes Schindelin-0/+82
2021-12-04CodingGuidelines: document which output goes to stdout vs. stderrEric Sunshine-0/+27
2021-12-03revision: use C99 declaration of variable in for() loopJunio C Hamano-3/+9
2021-12-02refs/debug: trim trailing LF from reflog messageHan-Wen Nienhuys-2/+5
2021-12-02test-ref-store: tweaks to for-each-reflog-ent formatHan-Wen Nienhuys-7/+11
2021-12-02t1405: check for_each_reflog_ent_reverse() more thoroughlyHan-Wen Nienhuys-0/+1
2021-12-02test-ref-store: don't add newline to reflog messageHan-Wen Nienhuys-8/+6
2021-12-02show-branch: show reflog messageHan-Wen Nienhuys-5/+22
2021-12-01log: load decorations with --simplify-by-decorationJeff King-2/+18
2021-12-01log: handle --decorate-refs with userformat "%d"Jeff King-2/+38
2021-12-01branch: protect branches checked out in all worktreesAnders Kaseorg-4/+16
2021-12-01receive-pack: protect current branch for bare repository worktreeAnders Kaseorg-5/+17
2021-12-01receive-pack: clean dead code from update_worktree()Anders Kaseorg-16/+7
2021-12-01fetch: protect branches checked out in all worktreesAnders Kaseorg-35/+58
2021-12-01worktree: simplify find_shared_symref() memory ownership modelAnders Kaseorg-38/+65
2021-12-01branch: lowercase error messagesAnders Kaseorg-13/+13
2021-12-01receive-pack: lowercase error messagesAnders Kaseorg-6/+6
2021-12-01fetch: lowercase error messagesAnders Kaseorg-24/+26
2021-12-01test-lib: make BAIL_OUT() work in tests and prereqFabian Stelzer-4/+10
2021-12-01git-compat-util: add a test balloon for C99 supportbrian m. carlson-2/+15
2021-12-01object-file.c: LLP64 compatibility, upcast unity for left shiftPhilip Oakley-1/+1
2021-12-01diffcore-delta.c: LLP64 compatibility, upcast unity for left shiftPhilip Oakley-3/+3
2021-12-01repack.c: LLP64 compatibility, upcast unity for left shiftPhilip Oakley-1/+1
2021-12-01update documentation for new zdiff3 conflictStyleElijah Newren-21/+50
2021-12-01xdiff: implement a zealous diff3, or "zdiff3"Phillip Wood-9/+155