aboutsummaryrefslogtreecommitdiff
path: root/t/t4013-diff-various.sh
AgeCommit message (Expand)Author
2025-10-23diff: stop output garbled message in dry run modeLidong Yan
2025-09-10t4013: switch default branch name to mainPhillip Wood
2025-08-08diff: ensure consistent diff behavior with ignore optionsLidong Yan
2025-06-25Merge branch 'jc/you-still-use-whatchanged'Junio C Hamano
2025-05-12whatchanged: remove when built with WITH_BREAKING_CHANGESJunio C Hamano
2025-05-12whatchanged: require --i-still-use-thisJunio C Hamano
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-08-14diff: fix leak when parsing invalid ignore regex optionPatrick Steinhardt
2024-03-18diff.*Prefix: use camelCase in the doc and test titlesJunio C Hamano
2024-03-15diff: add diff.srcPrefix and diff.dstPrefix configuration variablesPeter Hutterer
2024-01-30Merge branch 'rs/parse-options-with-keep-unknown-abbrev-fix'Junio C Hamano
2024-01-20parse-options: fully disable option abbreviation with PARSE_OPT_KEEP_UNKNOWNRené Scharfe
2023-12-20Merge branch 'ps/ref-tests-update-more'Junio C Hamano
2023-12-09Merge branch 'ps/ref-tests-update'Junio C Hamano
2023-12-03t4013: simplify magic parsing and drop "failure"Patrick Steinhardt
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano
2023-11-03t: convert tests to not access symrefs via the filesystemPatrick Steinhardt
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-10-09diff-merges: introduce '--dd' optionSergey Organov
2023-03-09diff: add --default-prefix optionJeff King
2023-03-09t4013: add tests for diff prefix optionsJeff King
2022-08-05log: add --clear-decorations optionDerrick Stolee
2022-05-04Merge branch 'jc/show-pathspec-fix'Junio C Hamano
2022-04-292.36 show regression fixJunio C Hamano
2022-04-262.36 gitk/diff-tree --stdin regression fixJunio C Hamano
2021-12-13tests: use test_write_lines() to generate line-oriented outputEric Sunshine
2021-08-30Merge branch 'en/pull-conflicting-options'Junio C Hamano
2021-08-09Revert 'diff-merges: let "-m" imply "-p"'Jonathan Nieder
2021-07-22pull: abort by default when fast-forwarding is not possibleElijah Newren
2021-05-21diff-merges: let "-m" imply "-p"Sergey Organov
2021-05-21t4013: test "git diff-index -m"Sergey Organov
2021-05-21t4013: test "git diff-tree -m"Sergey Organov
2021-05-21t4013: test "git log -m --stat"Sergey Organov
2021-05-21t4013: test "git log -m --raw"Sergey Organov
2021-05-21t4013: test that "-m" alone has no effect in "git log"Sergey Organov
2021-04-16diff-merges: introduce log.diffMerges config variableSergey Organov
2021-04-16diff-merges: introduce --diff-merges=onSergey Organov
2021-02-25Merge branch 'ab/detox-gettext-tests'Junio C Hamano
2021-02-12test libs: rename "diff-lib" to "lib-diff"Ævar Arnfjörð Bjarmason
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2021-02-05Merge branch 'so/log-diff-merge'Junio C Hamano
2020-12-21t4013: add tests for --diff-merges=first-parentSergey Organov
2020-12-21diff-merges: fix -m to properly override -c/--ccSergey Organov
2020-12-21t4013: add tests for -m failing to override -c/--ccSergey Organov
2020-12-21t4013: support test_expect_failure through ':failure' magicSergey Organov
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-11-02Merge branch 'mk/diff-ignore-regex'Junio C Hamano
2020-10-20diff: add -I<regex> that ignores matching changesMichał Kępień
2020-08-31Merge branch 'dd/diff-customize-index-line-abbrev'Junio C Hamano