summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-09-13builtin/repack.c: avoid directly inspecting "util"Taylor Blau-4/+14
2023-09-13builtin/repack.c: store existing cruft packs separatelyTaylor Blau-16/+23
2023-09-13builtin/repack.c: extract `has_existing_non_kept_packs()`Taylor Blau-1/+7
2023-09-13builtin/repack.c: extract redundant pack cleanup for existing packsTaylor Blau-17/+28
2023-09-13builtin/repack.c: extract redundant pack cleanup for --geometricTaylor Blau-23/+29
2023-09-13builtin/repack.c: extract marking packs for deletionTaylor Blau-18/+32
2023-09-13builtin/repack.c: extract structure to store existing packsTaylor Blau-41/+49
2023-09-13The eighth batchJunio C Hamano-0/+2
2023-09-13Merge branch 'ob/sequencer-reword-error-message'Junio C Hamano-1/+1
2023-09-13Merge branch 'bc/more-git-var'Junio C Hamano-1/+10
2023-09-13Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano-3/+11
2023-09-13Merge branch 'jk/unused-post-2.42-part2'Junio C Hamano-106/+116
2023-09-12completion: improve doc for complex aliasesPhilippe Blain-0/+1
2023-09-12completion: commit: complete trailers tokens more robustlyPhilippe Blain-1/+1
2023-09-12sequencer: remove unreachable exit condition in pick_commits()Oswald Buddenhagen-4/+0
2023-09-12t3404-rebase-interactive.sh: fix typos in title of a rewording testOswald Buddenhagen-1/+1
2023-09-12test-tool: retire "index-version"Junio C Hamano-23/+5
2023-09-12update-index: add --show-index-versionJunio C Hamano-7/+49
2023-09-12update-index doc: v4 is OK with JGit and libgit2Junio C Hamano-3/+5
2023-09-11diff-lib: fix check_removed when fsmonitor is onJosip Sokcevic-6/+11
2023-09-11maintenance(systemd): support the Windows Subsystem for LinuxJohannes Schindelin-1/+1
2023-09-11diff --no-index: fix -R with stdinRené Scharfe-0/+20
2023-09-11trailer: split process_command_line_args into separate functionsLinus Arver-13/+21
2023-09-11trailer: split process_input_file into separate piecesLinus Arver-20/+22
2023-09-11trailer: separate public from internal portion of trailer_iteratorLinus Arver-7/+9
2023-09-08completion(switch/checkout): treat --track and -t the sameJohannes Schindelin-4/+12
2023-09-07trailer doc: <token> is a <key> or <keyAlias>, not bothLinus Arver-61/+77
2023-09-07trailer doc: separator within key suppresses default separatorLinus Arver-2/+2
2023-09-07trailer doc: emphasize the effect of configuration variablesLinus Arver-3/+6
2023-09-07trailer --unfold help: prefer "reformat" over "join"Linus Arver-3/+3
2023-09-07trailer --parse docs: add explanation for its usefulnessLinus Arver-2/+7
2023-09-07trailer --only-input: prefer "configuration variables" over "rules"Linus Arver-3/+3
2023-09-07trailer --parse help: expose aliased optionsLinus Arver-1/+1
2023-09-07trailer --no-divider help: describe usual "---" meaningLinus Arver-1/+1
2023-09-07trailer: trailer location is a place, not an actionLinus Arver-2/+2
2023-09-07trailer doc: narrow down scope of --where and related flagsLinus Arver-3/+6
2023-09-07trailer: add tests to check defaulting behavior with --no-* flagsLinus Arver-4/+140
2023-09-07trailer test description: this tests --where=after, not --where=beforeLinus Arver-1/+1
2023-09-07trailer tests: make test cases self-containedLinus Arver-74/+300
2023-09-07The seventh batchJunio C Hamano-0/+23
2023-09-07Merge branch 'dd/format-patch-rfc-updates'Junio C Hamano-23/+48
2023-09-07Merge branch 'jk/ci-retire-allow-ref'Junio C Hamano-30/+21
2023-09-07Merge branch 'ws/git-svn-retire-faketerm'Junio C Hamano-18/+2
2023-09-07Merge branch 'jk/unused-post-2.42'Junio C Hamano-84/+110
2023-09-07Merge branch 'tb/multi-cruft-pack'Junio C Hamano-53/+49
2023-09-07grep: reject --no-orRené Scharfe-1/+1
2023-09-07completion: commit: complete configured trailer tokensPhilippe Blain-0/+9
2023-09-06rebase -i: fix adding failed command to the todo listPhillip Wood-23/+40
2023-09-06rebase --continue: refuse to commit after failed commandPhillip Wood-1/+26
2023-09-06rebase: fix rewritten list for failed pickPhillip Wood-14/+63