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
AgeCommit message (Expand)Author
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-09-11diff --no-index: fix -R with stdinRené Scharfe
2023-08-14t4053: avoid writing to unopened pipeJeff King
2023-08-10t4053: avoid race when killing background processesPhillip Wood
2023-07-06diff --no-index: support reading from named pipesPhillip Wood
2023-07-06t4054: test diff --no-index with stdinPhillip Wood
2023-07-06diff --no-index: refuse to compare stdin to a directoryPhillip Wood
2022-11-21tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason
2021-03-22diff --no-index tests: test mode normalizationÆvar Arnfjörð Bjarmason
2021-03-22diff --no-index tests: add test for --exit-codeÆvar Arnfjörð Bjarmason
2019-04-25Merge branch 'nd/diff-parseopt-4'Junio C Hamano
2019-03-24diff --no-index: use parse_options() instead of diff_opt_parse()Nguyễn Thái Ngọc Duy
2019-02-24diff: reuse diff setup for --no-index caseJeff King
2018-10-22diff: don't attempt to strip prefix from absolute Windows pathsJohannes Sixt
2016-09-14diff: always try to set up the repositoryJeff King
2016-09-14diff: handle --no-index prefixes consistentlyJeff King
2015-05-06Merge branch 'jc/diff-no-index-d-f'Junio C Hamano
2015-03-27diff-no-index: align D/F handling with that of normal GitJunio C Hamano
2015-03-26diff-no-index: DWIM "diff D F" into "diff D/F F"Junio C Hamano
2015-03-20t: use test_expect_code instead of hand-rolled comparisonJeff King
2013-12-17diff: add test for --no-index executed outside repoThomas Gummerer
2013-12-13diff: don't read index when --no-index is givenThomas Gummerer
2012-06-22diff: handle relative paths in no-indexJeff King
2012-05-16diff --no-index: reset temporary buffer lengths on directory iterationBobby Powers