aboutsummaryrefslogtreecommitdiffstats
path: root/t (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15Merge branch 'jc/diff-no-index-in-subdir' into maint-2.51Junio C Hamano1-0/+17
2025-10-15Merge branch 'en/ort-rename-fixes' into maint-2.51Junio C Hamano1-15/+504
2025-10-15Merge branch 'dl/push-missing-object-error' into maint-2.51Junio C Hamano1-50/+4
2025-10-15Merge branch 'ps/reflog-migrate-fixes' into maint-2.51Junio C Hamano3-7/+142
2025-10-15Merge branch 'js/rebase-i-allow-drop-on-a-merge' into maint-2.51Junio C Hamano1-0/+1
2025-10-14Merge branch 'jk/curl-global-trace-components' into maint-2.51Junio C Hamano1-1/+3
2025-10-14Merge branch 'da/cargo-serialize' into maint-2.51Junio C Hamano1-10/+4
2025-09-17t0014: test shadowing of aliases for a sample of builtinsKristoffer Haugsbakk1-0/+17
2025-09-17git: allow alias-shadowing deprecated builtinsKristoffer Haugsbakk1-0/+40
2025-08-27curl: add support for curl_global_trace() componentsJeff King1-1/+3
2025-08-26Makefile: build libgit-rs and libgit-sys seriallyDavid Aguilar1-10/+4
2025-08-09diff: --no-index should ignore the worktreeJunio C Hamano1-0/+17
2025-08-08remote.c: remove BUG in show_push_unqualified_ref_name_error()Denton Liu1-0/+5
2025-08-08t5516: remove surrounding empty lines in test bodiesDenton Liu1-51/+0
2025-08-07merge-ort: fix directory rename on top of source of other rename/deleteElijah Newren1-15/+342
2025-08-07merge-ort: fix incorrect file handlingElijah Newren1-3/+66
2025-08-07t6423: fix missed staging of file in testcases 12i,12j,12kElijah Newren1-3/+6
2025-08-07t6423: document two bugs with rename-to-self testcasesElijah Newren1-2/+98
2025-08-07Merge branch 'dl/squelch-maybe-uninitialized'Junio C Hamano1-1/+1
2025-08-06rebase -i: permit 'drop' of a merge commitJohannes Sixt1-0/+1
2025-08-06refs: fix invalid old object IDs when migrating reflogsPatrick Steinhardt2-10/+16
2025-08-06builtin/reflog: implement subcommand to write new entriesPatrick Steinhardt2-0/+129
2025-08-05Merge branch 'kj/renamed-submodule'Junio C Hamano2-0/+38
2025-08-05t/unit-tests/clar: fix -Wmaybe-uninitialized with -OgDenton Liu1-1/+1
2025-08-04Merge branch 'jc/test-hashmap-is-still-here'Junio C Hamano1-0/+5
2025-08-04Merge branch 'ch/t7450-recursive-clone-test-fix'Junio C Hamano1-1/+1
2025-08-04Merge branch 'ps/meson-clar-decls-fix'Junio C Hamano2-1/+9
2025-08-04Merge branch 'lm/add-p-context'Junio C Hamano3-45/+118
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano6-15/+17
2025-08-04Merge branch 'kn/for-each-ref-skip-updates'Junio C Hamano1-0/+19
2025-08-04Merge branch 'jb/t7510-gpg-program-path'Junio C Hamano1-1/+11
2025-08-04Merge branch 'cc/t9350-cleanup'Junio C Hamano1-124/+91
2025-08-03Merge branch 'hl/test-helper-fd-close'Junio C Hamano2-53/+27
2025-08-03Merge branch 'ow/rebase-verify-insn-fmt-before-initializing-state'Junio C Hamano1-0/+10
2025-08-03Merge branch 'kn/for-each-ref-skip'Junio C Hamano1-0/+194
2025-08-01Merge branch 'sk/reftable-clarify-tests'Junio C Hamano13-1320/+1108
2025-08-01Merge branch 'ly/pull-autostash'Junio C Hamano1-0/+60
2025-08-01Merge branch 'jk/unleak-reflog-expire-entry'Junio C Hamano1-0/+28
2025-07-31t7450: inspect the correct path a broken code would write tochenjianhu1-1/+1
2025-07-30test-hashmap: document why it is no longer used but still thereJunio C Hamano1-0/+5
2025-07-29add-patch: add diff.context command line overridesLeon Michalak2-0/+51
2025-07-29add-patch: respect diff.context configurationLeon Michalak1-0/+22
2025-07-29t: use test_config in t4055Leon Michalak1-7/+7
2025-07-29t: use test_grep in t3701 and t4055Leon Michalak2-38/+38
2025-07-29meson: ensure correct "clar-decls.h" header is usedPatrick Steinhardt2-1/+9
2025-07-29t7510: use $PWD instead of $(pwd) inside PATHJeff King1-1/+1
2025-07-28t6302: add test combining '--start-after' with '--exclude'Karthik Nayak1-0/+19
2025-07-28Merge branch 'ac/auto-comment-char-fix'Junio C Hamano1-0/+13
2025-07-28Merge branch 'rs/pop-recent-commit-with-prio-queue'Junio C Hamano3-0/+95
2025-07-28t9350: redirect input to only fast-importChristian Couder1-124/+91