summaryrefslogtreecommitdiff
path: root/t/t4053-diff-no-index.sh
AgeCommit message (Expand)Author
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-13diff: always try to set up the repositoryJeff King
2016-09-13diff: handle --no-index prefixes consistentlyJeff King
2015-05-06Merge branch 'jc/diff-no-index-d-f'Junio C Hamano
2015-03-26diff-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-16diff: add test for --no-index executed outside repoThomas Gummerer
2013-12-12diff: 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