Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2023-12-19Merge branch 'jh/trace2-redact-auth'Junio C Hamano
2023-12-19Merge branch 'ad/merge-file-diff-algo'Junio C Hamano
2023-12-19Merge branch 'rs/column-leakfix'Junio C Hamano
2023-12-19Merge branch 'rs/i18n-cannot-be-used-together'Junio C Hamano
2023-12-19Merge branch 'js/update-urls-in-doc-and-comment'Junio C Hamano
2023-12-19Merge branch 'ps/commit-graph-less-paranoid'Junio C Hamano
2023-12-19Merge branch 'cc/git-replay'Junio C Hamano
2023-12-19Merge branch 'ps/ref-deletion-updates'Junio C Hamano
2023-12-10Merge branch 'tz/send-email-negatable-options'Junio C Hamano
2023-12-10Merge branch 'ak/rebase-autosquash'Junio C Hamano
2023-12-10Merge branch 'vd/for-each-ref-unsorted-optimization'Junio C Hamano
2023-12-10Merge branch 'ps/ban-a-or-o-operator-with-test'Junio C Hamano
2023-12-10Merge branch 'ss/format-patch-use-encode-headers-for-cover-letter'Junio C Hamano
2023-12-10Merge branch 'ps/ref-tests-update'Junio C Hamano
2023-12-10Merge branch 'jw/git-add-attr-pathspec'Junio C Hamano
2023-12-10Merge branch 'jk/chunk-bounds-more'Junio C Hamano
2023-12-10Merge branch 'ps/ci-gitlab'Junio C Hamano
2023-12-10Merge branch 'js/doc-unit-tests-with-cmake'Junio C Hamano
2023-12-10Merge branch 'js/doc-unit-tests'Junio C Hamano
2023-11-27i18n: factorize even more 'incompatible options' messagesRené Scharfe
2023-11-27column: release strbuf and string_list after useRené Scharfe
2023-11-26replay: stop assuming replayed branches do not divergeElijah Newren
2023-11-26replay: add --contained to rebase contained branchesElijah Newren
2023-11-26replay: add --advance or 'cherry-pick' modeElijah Newren
2023-11-26replay: use standard revision rangesElijah Newren
2023-11-26replay: make it a minimal server side commandElijah Newren
2023-11-26replay: remove HEAD related sanity checkElijah Newren
2023-11-26replay: introduce new builtinElijah Newren
2023-11-26t6429: remove switching aspects of fast-rebaseElijah Newren
2023-11-26commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt
2023-11-26doc: refer to internet archiveJosh Soref
2023-11-26doc: switch links to httpsJosh Soref
2023-11-23t0212: test URL redacting in EVENT formatJeff Hostetler
2023-11-23t0211: test URL redacting in PERF formatJeff Hostetler
2023-11-23trace2: redact passwords from https:// URLs by defaultJohannes Schindelin
2023-11-22merge-file: add --diff-algorithm optionAntonin Delpeuch
2023-11-17t5510: ensure that the packed-refs file needs lockingPatrick Steinhardt
2023-11-17perl: bump the required Perl version to 5.8.1 from 5.8.0Todd Zullinger
2023-11-16t/perf: add perf tests for for-each-refVictoria Dye
2023-11-16ref-filter.c: use peeled tag for '*' format fieldsVictoria Dye
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye
2023-11-16rebase: support --autosquash without -iAndy Koppe
2023-11-16rebase: fully ignore rebase.autoSquash without -iAndy Koppe
2023-11-11global: convert trivial usages of `test <expr> -a/-o <expr>`Patrick Steinhardt
2023-11-11t9164: fix inability to find basename(1) in Subversion hooksPatrick Steinhardt
2023-11-11t/lib-httpd: stop using legacy crypt(3) for authenticationPatrick Steinhardt
2023-11-11t/lib-httpd: dynamically detect httpd and modules pathPatrick Steinhardt
2023-11-10format-patch: fix ignored encode_email_headers for cover letterSimon Ser
2023-11-10unit-tests: do show relative file pathsJohannes Schindelin
2023-11-10unit-tests: do not mistake `.pdb` files for being executableJohannes Schindelin