summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2024-05-20chainlint.pl: make CPU count computation more robustEric Sunshine1-3/+14
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano2-1/+24
2024-05-17t/t9001-send-email.sh: sed - remove the i flag for sMarcel Telka1-1/+1
2024-05-17t/t9118-git-svn-funky-branch-names.sh: sed needs semicolonMarcel Telka1-1/+1
2024-05-17t/t1700-split-index.sh: mv -v is not portableMarcel Telka1-1/+1
2024-05-17t/t4202-log.sh: fix misspelled variableMarcel Telka1-1/+1
2024-05-17t/t0600-reffiles-backend.sh: rm -v is not portableMarcel Telka1-1/+1
2024-05-17t/t9902-completion.sh: backslashes in echoMarcel Telka1-1/+1
2024-05-17Switch grep from non-portable BRE to portable EREMarcel Telka1-1/+1
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt1-1/+1
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt1-1/+1
2024-05-17completion: adapt git-config(1) to complete subcommandsPatrick Steinhardt1-14/+42
2024-05-16t0017: clarify dubious test set-upJunio C Hamano1-1/+8
2024-05-16Merge branch 'jl/git-no-advice'Junio C Hamano1-0/+71
2024-05-16Merge branch 'rs/external-diff-with-exit-code'Junio C Hamano1-8/+0
2024-05-16Revert "diff: fix --exit-code with external diff"Junio C Hamano1-8/+0
2024-05-16t/t0211-trace2-perf.sh: fix typo patern -> patternMarcel Telka1-1/+1
2024-05-15Merge branch 'ds/scalar-reconfigure-all-fix'Junio C Hamano1-0/+38
2024-05-15Merge branch 'rs/external-diff-with-exit-code'Junio C Hamano2-0/+16
2024-05-15Merge branch 'jp/tag-trailer'Junio C Hamano1-0/+114
2024-05-15Merge branch 'ps/config-subcommands'Junio C Hamano2-168/+265
2024-05-15Merge branch 'js/unit-test-suite-runner'Junio C Hamano7-23/+68
2024-05-15refs: refuse to write pseudorefsPatrick Steinhardt1-3/+3
2024-05-15refs: pseudorefs are no refsPatrick Steinhardt1-0/+17
2024-05-15refs: do not check ref existence in `is_root_ref()`Patrick Steinhardt1-0/+17
2024-05-15builtin/config: check for writeability after source is set upPatrick Steinhardt1-0/+6
2024-05-15builtin/config: stop printing full usage on misusePatrick Steinhardt1-1/+2
2024-05-13Sync with Git 2.45.1Junio C Hamano13-2/+502
2024-05-13refs/reftable: allow disabling writing the object indexPatrick Steinhardt1-0/+69
2024-05-13refs/reftable: allow configuring restart intervalPatrick Steinhardt1-0/+43
2024-05-13refs/reftable: allow configuring block sizePatrick Steinhardt1-0/+72
2024-05-13reftable/dump: support dumping a table's block structurePatrick Steinhardt1-0/+102
2024-05-13Merge branch 'ps/undecided-is-not-necessarily-sha1' into jc/undecided-is-not-...Junio C Hamano4-0/+53
2024-05-13Merge branch 'jc/no-default-attr-tree-in-bare'Junio C Hamano2-3/+10
2024-05-13Merge branch 'tb/attr-limits'Junio C Hamano1-0/+10
2024-05-13Merge branch 'jc/test-workaround-broken-mv'Junio C Hamano1-1/+2
2024-05-10Merge branch 'ps/config-subcommands' into ps/builtin-config-cleanupJunio C Hamano2-168/+265
2024-05-08Merge branch 'bb/rgb-12-bit-colors'Junio C Hamano1-3/+23
2024-05-08Merge branch 'bc/zsh-compatibility'Junio C Hamano1-7/+9
2024-05-08Merge branch 'rj/add-p-typo-reaction'Junio C Hamano1-7/+21
2024-05-08Merge branch 'rh/complete-symbolic-ref'Junio C Hamano1-0/+23
2024-05-08Merge branch 'ps/the-index-is-no-more'Junio C Hamano8-52/+44
2024-05-08Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano5-43/+571
2024-05-08Merge branch 'ps/ci-test-with-jgit'Junio C Hamano4-20/+142
2024-05-08Merge branch 'ps/reftable-write-optim'Junio C Hamano2-2/+34
2024-05-07scalar: avoid segfault in reconfigure --allDerrick Stolee1-0/+38
2024-05-07t0018: two small fixesJunio C Hamano1-19/+22
2024-05-07builtin/tag: add --trailer optionJohn Passaro1-0/+114
2024-05-07refs: rename `refs_create_symref()` to `refs_update_symref()`Karthik Nayak1-1/+1
2024-05-07refs: use transaction in `refs_create_symref()`Karthik Nayak2-1/+24