summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2023-04-24reftable: ensure git-compat-util.h is the first (indirect) includeElijah Newren1-0/+1
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren7-7/+0
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren18-0/+20
2023-04-24match-trees.h: move declarations for match-trees.c functions from cache.hElijah Newren1-0/+1
2023-04-24packfile.h: move pack_window and pack_entry from cache.hElijah Newren1-0/+1
2023-04-24treewide: be explicit about dependence on strbuf.hElijah Newren5-0/+5
2023-04-21Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano3-0/+48
2023-04-21Merge branch 'ah/format-patch-thread-doc'Junio C Hamano1-0/+5
2023-04-21Merge branch 'rn/sparse-describe'Junio C Hamano2-0/+28
2023-04-21Merge branch 'rs/archive-from-subdirectory-fixes'Junio C Hamano2-0/+29
2023-04-21credential: new attribute oauth_refresh_tokenM Hickford3-0/+49
2023-04-20Merge branch 'gc/better-error-when-local-clone-fails-with-symlink'Junio C Hamano1-1/+1
2023-04-20Merge branch 'ar/t2024-checkout-output-fix'Junio C Hamano1-2/+5
2023-04-20Merge branch 'rs/remove-approxidate-relative'Junio C Hamano1-2/+2
2023-04-20Merge branch 'rs/userdiff-multibyte-regex'Junio C Hamano1-0/+4
2023-04-19send-email: expose header information to git-send-email's sendemail-validate ...Michael Strawbridge1-2/+25
2023-04-19gpg-interface: set trust level of missing key to "undefined"Jeff King1-7/+14
2023-04-18builtin/gc.c: make `gc.cruftPacks` enabled by defaultTaylor Blau1-8/+4
2023-04-18t/t9300-fast-import.sh: prepare for `gc --cruft` by defaultTaylor Blau1-9/+4
2023-04-18t/t6500-gc.sh: add additional test casesTaylor Blau1-0/+4
2023-04-18t/t6500-gc.sh: refactor cruft pack testsTaylor Blau1-76/+38
2023-04-18t/t6501-freshen-objects.sh: prepare for `gc --cruft` by defaultTaylor Blau1-5/+5
2023-04-18t/t5304-prune.sh: prepare for `gc --cruft` by defaultTaylor Blau1-14/+14
2023-04-18builtin/gc.c: ignore cruft packs with `--keep-largest-pack`Taylor Blau1-0/+43
2023-04-17Merge branch 'pw/rebase-cleanup-merge-strategy-option-handling'Junio C Hamano3-81/+20
2023-04-17Merge branch 'tk/mergetool-gui-default-config'Junio C Hamano2-0/+90
2023-04-17Merge branch 'sl/sparse-write-tree'Junio C Hamano2-0/+29
2023-04-17fsck: validate .rev file headerDerrick Stolee1-0/+15
2023-04-17fsck: check rev-index position valuesDerrick Stolee1-0/+5
2023-04-17fsck: check rev-index checksumsDerrick Stolee1-0/+40
2023-04-17fsck: create scaffolding for rev-index checksDerrick Stolee1-0/+14
2023-04-17Sync with 2.39.3Johannes Schindelin2-0/+45
2023-04-17Sync with 2.38.5Johannes Schindelin2-0/+45
2023-04-17Sync with 2.37.7Johannes Schindelin2-0/+45
2023-04-17Sync with 2.36.6Johannes Schindelin2-0/+45
2023-04-17Sync with 2.35.8Johannes Schindelin3-1/+46
2023-04-17Sync with 2.34.8Johannes Schindelin3-1/+46
2023-04-17Sync with 2.33.8Johannes Schindelin3-1/+46
2023-04-17Sync with 2.32.7Johannes Schindelin3-1/+46
2023-04-17Sync with 2.31.8Johannes Schindelin3-1/+46
2023-04-17tests: avoid using `test_i18ncmp`Johannes Schindelin3-9/+9
2023-04-17Sync with 2.30.9Johannes Schindelin4-7/+52
2023-04-17Merge branch 'tb/config-copy-or-rename-in-file-injection'Taylor Blau1-0/+30
2023-04-17config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`Taylor Blau1-0/+10
2023-04-17config: avoid fixed-sized buffer when renaming/deleting a sectionTaylor Blau1-2/+2
2023-04-17t1300: demonstrate failure when renaming sections with long linesTaylor Blau1-0/+20
2023-04-17apply --reject: overwrite existing `.rej` symlink if it existsJohannes Schindelin1-0/+15
2023-04-14t5512: test "ls-remote --heads --symref" filtering with v0 and v2Jeff King1-19/+7
2023-04-14t5512: allow any protocol version for filtered symref testJeff King1-3/+1
2023-04-14t5512: add v2 support for "ls-remote --symref" testJeff King1-8/+11