aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4013-diff-various.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-09diff: add --default-prefix optionJeff King1-0/+10
2023-03-09t4013: add tests for diff prefix optionsJeff King1-0/+32
2022-08-05log: add --clear-decorations optionDerrick Stolee1-0/+2
2022-05-04Merge branch 'jc/show-pathspec-fix'Junio C Hamano1-0/+19
2022-04-292.36 show regression fixJunio C Hamano1-0/+19
2022-04-262.36 gitk/diff-tree --stdin regression fixJunio C Hamano1-0/+14
2021-12-13tests: use test_write_lines() to generate line-oriented outputEric Sunshine1-11/+11
2021-08-30Merge branch 'en/pull-conflicting-options'Junio C Hamano1-1/+1
2021-08-09Revert 'diff-merges: let "-m" imply "-p"'Jonathan Nieder1-2/+2
2021-07-22pull: abort by default when fast-forwarding is not possibleElijah Newren1-1/+1
2021-05-21diff-merges: let "-m" imply "-p"Sergey Organov1-2/+2
2021-05-21t4013: test "git diff-index -m"Sergey Organov1-0/+13
2021-05-21t4013: test "git diff-tree -m"Sergey Organov1-0/+1
2021-05-21t4013: test "git log -m --stat"Sergey Organov1-0/+1
2021-05-21t4013: test "git log -m --raw"Sergey Organov1-0/+1
2021-05-21t4013: test that "-m" alone has no effect in "git log"Sergey Organov1-0/+8
2021-04-16diff-merges: introduce log.diffMerges config variableSergey Organov1-0/+23
2021-04-16diff-merges: introduce --diff-merges=onSergey Organov1-0/+8
2021-02-25Merge branch 'ab/detox-gettext-tests'Junio C Hamano1-1/+1
2021-02-12test libs: rename "diff-lib" to "lib-diff"Ævar Arnfjörð Bjarmason1-1/+1
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-1/+1
2021-02-05Merge branch 'so/log-diff-merge'Junio C Hamano1-1/+10
2020-12-21t4013: add tests for --diff-merges=first-parentSergey Organov1-0/+2
2020-12-21diff-merges: fix -m to properly override -c/--ccSergey Organov1-2/+2
2020-12-21t4013: add tests for -m failing to override -c/--ccSergey Organov1-0/+2
2020-12-21t4013: support test_expect_failure through ':failure' magicSergey Organov1-1/+6
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-11-02Merge branch 'mk/diff-ignore-regex'Junio C Hamano1-0/+41
2020-10-20diff: add -I<regex> that ignores matching changesMichał Kępień1-0/+41
2020-08-31Merge branch 'dd/diff-customize-index-line-abbrev'Junio C Hamano1-21/+42
2020-08-21diff: index-line: respect --abbrev in object's nameĐoàn Trần Công Danh1-0/+3
2020-08-21t4013: improve diff-post-processor logicbrian m. carlson1-21/+39
2020-08-17Merge branch 'so/log-diff-merges-opt'Junio C Hamano1-0/+2
2020-08-17Merge branch 'jk/log-fp-implies-m'Junio C Hamano1-0/+1
2020-08-11t/t4013: add test for --diff-merges=offSergey Organov1-0/+2
2020-07-30Revert "fmt-merge-msg: stop treating `master` specially"Junio C Hamano1-2/+2
2020-07-29revision: add "--no-diff-merges" option to counteract "-m"Jeff King1-0/+1
2020-06-23fmt-merge-msg: stop treating `master` speciallyJohannes Schindelin1-2/+2
2020-04-28Merge branch 'tb/diff-tree-with-notes'Junio C Hamano1-0/+12
2020-04-20diff-tree.c: load notes machinery when requiredTaylor Blau1-0/+12
2020-02-07t4013: make test hash independentbrian m. carlson1-6/+38
2019-09-05t: use LF variable defined in the test harnessJunio C Hamano1-3/+0
2019-05-30Merge branch 'nd/diff-parseopt'Junio C Hamano1-0/+2
2019-05-29diff-parseopt: restore -U (no argument) behaviorNguyễn Thái Ngọc Duy1-0/+2
2019-01-24combine-diff: treat --dirstat like --statJeff King1-0/+1
2019-01-24combine-diff: treat --summary like --statJeff King1-0/+7
2019-01-24combine-diff: treat --shortstat like --statJeff King1-0/+1
2018-11-20tests: send "bug in the test script" errors to the script's stderrSZEDER Gábor1-1/+1
2018-08-29tests: fix non-portable "${var:-"str"}" constructÆvar Arnfjörð Bjarmason1-1/+1
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy1-1/+1