summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-01object-file.c: LLP64 compatibility, upcast unity for left shiftLibravatar Philip Oakley1-1/+1
2021-12-01diffcore-delta.c: LLP64 compatibility, upcast unity for left shiftLibravatar Philip Oakley1-3/+3
2021-12-01repack.c: LLP64 compatibility, upcast unity for left shiftLibravatar Philip Oakley1-1/+1
2021-12-01update documentation for new zdiff3 conflictStyleLibravatar Elijah Newren9-21/+50
2021-12-01xdiff: implement a zealous diff3, or "zdiff3"Libravatar Phillip Wood6-9/+155
2021-11-29sequencer: avoid adding exec commands for non-commit creating commandsLibravatar Elijah Newren2-2/+7
2021-11-29The first batch to start the current cycleLibravatar Junio C Hamano1-4/+35
2021-11-29Merge branch 'mc/clean-smudge-with-llp64'Libravatar Junio C Hamano11-19/+89
2021-11-29Merge branch 'ab/sh-retire-helper-functions'Libravatar Junio C Hamano7-41/+14
2021-11-29Merge branch 'tb/plug-pack-bitmap-leaks'Libravatar Junio C Hamano8-45/+84
2021-11-29Merge branch 'tp/send-email-completion'Libravatar Junio C Hamano4-22/+54
2021-11-29Merge branch 'jc/unsetenv-returns-an-int'Libravatar Junio C Hamano2-2/+4
2021-11-29Merge branch 'jc/fix-ref-sorting-parse'Libravatar Junio C Hamano8-52/+95
2021-11-29Merge branch 'so/stash-staged'Libravatar Junio C Hamano3-12/+113
2021-11-29Merge branch 'jc/tutorial-format-patch-base'Libravatar Junio C Hamano1-13/+28
2021-11-29Merge branch 'ab/refs-errno-cleanup'Libravatar Junio C Hamano10-143/+294
2021-11-29Merge branch 'ow/stash-count-in-status-porcelain-output'Libravatar Junio C Hamano3-2/+46