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
2021-02-18Merge branch 'js/range-diff-wo-dotdot'Junio C Hamano
2021-02-18Merge branch 'jt/clone-unborn-head'Junio C Hamano
2021-02-18Merge branch 'ds/commit-graph-genno-fix'Junio C Hamano
2021-02-18Merge branch 'ak/corrected-commit-date'Junio C Hamano
2021-02-17p7519: add trace logging during perf testJeff Hostetler
2021-02-17p7519: move watchman cleanup earlier in the testJeff Hostetler
2021-02-17p7519: fix watchman watch-list test on WindowsJeff Hostetler
2021-02-17p7519: do not rely on "xargs -d" in testJeff Hostetler
2021-02-16write_entry(): fix misuses of `path` in error messagesMatheus Tavares
2021-02-16diff: --{rotate,skip}-to=<path>Junio C Hamano
2021-02-16diffcore-rename: guide inexact rename detection based on basenamesElijah Newren
2021-02-16t4001: add a test comparing basename similarity and content similarityElijah Newren
2021-02-16ref-filter: use pretty.c logic for trailersHariom Verma
2021-02-16t6300: use function to test trailer optionsHariom Verma
2021-02-13Merge branch 'tb/precompose-prefix-too'Junio C Hamano
2021-02-13Merge branch 'jv/upload-pack-filter-spec-quotefix'Junio C Hamano
2021-02-13Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano
2021-02-13Merge branch 'ab/tests-various-fixup'Junio C Hamano
2021-02-12test-lib-functions: assert correct parameter countÆvar Arnfjörð Bjarmason
2021-02-12test-lib-functions: remove bug-inducing "diagnostics" helper paramÆvar Arnfjörð Bjarmason
2021-02-12test libs: rename "diff-lib" to "lib-diff"Ævar Arnfjörð Bjarmason
2021-02-12Sync with 2.29.3Johannes Schindelin
2021-02-12Sync with 2.28.1Johannes Schindelin
2021-02-12Sync with 2.27.1Johannes Schindelin
2021-02-12Sync with 2.26.3Johannes Schindelin
2021-02-12Sync with 2.25.5Johannes Schindelin
2021-02-12Sync with 2.24.4Johannes Schindelin
2021-02-12Sync with 2.23.4Johannes Schindelin
2021-02-12Sync with 2.22.5Johannes Schindelin
2021-02-12Sync with 2.21.4Johannes Schindelin
2021-02-12Sync with 2.20.5Johannes Schindelin
2021-02-12Sync with 2.19.6Johannes Schindelin
2021-02-12Sync with 2.18.5Johannes Schindelin
2021-02-12Sync with 2.17.6Johannes Schindelin
2021-02-12run-command: invalidate lstat cache after a command finishedJohannes Schindelin
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares
2021-02-12config: improve error message for boolean configAndrew Klotz
2021-02-12t7001: use `test` rather than `[`Shubham Verma
2021-02-12t7001: use here-docs instead of echoShubham Verma
2021-02-12t7001: put each command on a separate lineShubham Verma
2021-02-12t7001: use '>' rather than 'touch'Shubham Verma
2021-02-12t7001: avoid using `cd` outside of subshellsShubham Verma
2021-02-12t7001: remove whitespace after redirect operatorsShubham Verma
2021-02-12t7001: modernize subshell formattingShubham Verma
2021-02-12t7001: remove unnecessary blank linesShubham Verma
2021-02-12t7001: indent with TABs instead of spacesShubham Verma
2021-02-12t7001: modernize test formattingShubham Verma
2021-02-12t3905: use test_cmp() to check file contentsDenton Liu
2021-02-12t3905: replace test -s with test_file_not_emptyDenton Liu
2021-02-12t3905: remove nested git in command substitutionDenton Liu