summaryrefslogtreecommitdiffstats
path: root/diff.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-28commit-graph: tighten chain size checkJeff King2-2/+20
2023-09-28commit-graph: detect read errors when verifying graph chainJeff King2-9/+18
2023-09-28t5324: harmonize sha1/sha256 graph chain corruptionJeff King1-5/+20
2023-09-28commit-graph: check mixed generation validation when loading chain fileJeff King1-27/+27
2023-09-28commit-graph: factor out chain opening functionJeff King2-19/+42
2023-09-23The twelfth batchJunio C Hamano1-0/+14
2023-09-20The eleventh batchJunio C Hamano1-0/+27
2023-09-18The tenth batchJunio C Hamano1-0/+9
2023-09-18git-send-email.perl: avoid printing undef when validating addressesTaylor Blau1-3/+3
2023-09-17merge-ort: lowercase a few error messagesJeff King3-5/+5
2023-09-16git-clean doc: fix "without do cleaning" typoCaleb Hill1-1/+1
2023-09-15git-config: fix misworded --type=path explanationEvan Gates1-1/+1
2023-09-15http: update curl http/2 info matching for curl 8.3.0Jeff King1-0/+14
2023-09-15http: factor out matching of curl http/2 trace linesJeff King1-6/+17
2023-09-14merge-ort: drop unused "opt" parameter from merge_check_renames_reusable()Jeff King1-3/+2
2023-09-14merge-ort: drop unused parameters from detect_and_process_renames()Jeff King1-6/+2
2023-09-14merge-ort: stop passing "opt" to read_oid_strbuf()Jeff King1-4/+3
2023-09-14merge-ort: drop custom err() functionJeff King2-24/+7
2023-09-14The ninth batchJunio C Hamano1-0/+26
2023-09-13builtin/repack.c: extract common cruft pack loopTaylor Blau1-13/+18
2023-09-13builtin/repack.c: avoid directly inspecting "util"Taylor Blau1-4/+14
2023-09-13builtin/repack.c: store existing cruft packs separatelyTaylor Blau1-16/+23
2023-09-13builtin/repack.c: extract `has_existing_non_kept_packs()`Taylor Blau1-1/+7
2023-09-13builtin/repack.c: extract redundant pack cleanup for existing packsTaylor Blau1-17/+28
2023-09-13builtin/repack.c: extract redundant pack cleanup for --geometricTaylor Blau1-23/+29
2023-09-13builtin/repack.c: extract marking packs for deletionTaylor Blau1-18/+32
2023-09-13builtin/repack.c: extract structure to store existing packsTaylor Blau1-41/+49
2023-09-13The eighth batchJunio C Hamano1-0/+2
2023-09-13completion: improve doc for complex aliasesPhilippe Blain1-0/+1
2023-09-13completion: commit: complete trailers tokens more robustlyPhilippe Blain1-1/+1
2023-09-13sequencer: remove unreachable exit condition in pick_commits()Oswald Buddenhagen1-4/+0
2023-09-13t3404-rebase-interactive.sh: fix typos in title of a rewording testOswald Buddenhagen1-1/+1
2023-09-13test-tool: retire "index-version"Junio C Hamano7-23/+5
2023-09-13update-index: add --show-index-versionJunio C Hamano3-7/+49
2023-09-13update-index doc: v4 is OK with JGit and libgit2Junio C Hamano1-3/+5
2023-09-12diff-lib: fix check_removed when fsmonitor is onJosip Sokcevic2-6/+11
2023-09-11maintenance(systemd): support the Windows Subsystem for LinuxJohannes Schindelin1-1/+1
2023-09-11diff --no-index: fix -R with stdinRené Scharfe2-0/+20
2023-09-11trailer: split process_command_line_args into separate functionsLinus Arver1-13/+21
2023-09-11trailer: split process_input_file into separate piecesLinus Arver1-20/+22
2023-09-11trailer: separate public from internal portion of trailer_iteratorLinus Arver2-7/+9
2023-09-08completion(switch/checkout): treat --track and -t the sameJohannes Schindelin2-4/+12
2023-09-08The seventh batchJunio C Hamano1-0/+23
2023-09-07grep: reject --no-orRené Scharfe1-1/+1
2023-09-07completion: commit: complete configured trailer tokensPhilippe Blain1-0/+9
2023-09-06rebase -i: fix adding failed command to the todo listPhillip Wood3-23/+40
2023-09-06rebase --continue: refuse to commit after failed commandPhillip Wood3-1/+26
2023-09-06rebase: fix rewritten list for failed pickPhillip Wood4-14/+63
2023-09-06sequencer: factor out part of pick_commits()Phillip Wood1-61/+71
2023-09-06sequencer: use rebase_path_message()Phillip Wood1-5/+2