aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4013-diff-various.sh
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-27diff: add --compact-summaryNguyễn Thái Ngọc Duy1-0/+5
2017-12-06t4013: test new output from diff --abbrev --rawAnn T Ropea1-1/+15
2017-12-06t4013: prepare for upcoming "diff --raw --abbrev" output format changeAnn T Ropea1-6/+23
2017-12-04print_sha1_ellipsis: introduce helperAnn T Ropea1-1/+1
2017-09-28diff: correct newline in summary for renamed filesStefan Beller1-0/+12
2016-12-08diff: handle --no-abbrev in no-index caseJack Bates1-0/+7
2016-08-31graph: add support for --line-prefix on all graph-aware outputJacob Keller1-0/+6
2016-02-25diff: activate diff.renames by defaultMatthieu Moy1-0/+2
2014-07-28Merge branch 'maint'Junio C Hamano1-0/+10
2014-07-28t4013: test diff-tree's --stdin commit formattingJeff King1-0/+10
2014-04-30t4013-diff-various.sh: use the $( ... ) construct for command substitutionElia Pinto1-3/+3
2012-03-13diffstat summary line varies by locale: miscellanyJonathan Nieder1-1/+6
2011-04-11Teach --dirstat not to completely ignore rearranged lines within a fileJohan Herland1-2/+0
2011-04-11--dirstat-by-file: Make it faster and more correctJohan Herland1-0/+2
2011-04-11--dirstat: Describe non-obvious differences relative to --stat or regular diffJohan Herland1-6/+21
2011-03-09log: fix --max-count when used together with -S or -GMatthieu Moy1-0/+3
2011-02-07diff: support --cached on unborn branchesNguyễn Thái Ngọc Duy1-0/+11
2010-08-31diff/log -G<pattern>: testsJunio C Hamano1-0/+3
2010-08-06diff: parse separate options like -S fooMatthieu Moy1-0/+5
2010-03-09show --first-parent/-m: do not default to --ccJunio C Hamano1-0/+2
2010-03-09show -c: show patch textJunio C Hamano1-0/+1
2010-03-09t4013: add tests for log -p -m --first-parentJunio C Hamano1-0/+3
2009-08-18git-log: allow --decorate[=short|full]Lars Hjemli1-0/+1
2009-03-22format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd1-1/+1
2009-03-22format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd1-0/+1
2009-03-19test-lib: Simplify test counting.Johannes Sixt1-2/+1
2009-03-11Merge branch 'tr/gcov'Junio C Hamano1-0/+5
2009-02-20Test rev-list --parents/--childrenThomas Rast1-0/+3
2009-02-20Test log --decorateThomas Rast1-0/+1
2009-02-20Test diff --dirstat functionalityThomas Rast1-0/+1
2009-02-18Skip timestamp differences for diff --no-indexMichael Spang1-0/+5
2009-01-06diff: accept -- when using --no-indexThomas Rast1-0/+1
2008-10-18format-patch: autonumber by defaultBrian Gernhardt1-0/+3
2008-10-12"git diff <tree>{3,}": do not reverse order of argumentsMatt McCutchen1-0/+1
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano1-1/+1
2008-05-24"git diff": do not ignore index without --no-indexJunio C Hamano1-0/+1
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano1-1/+1
2008-02-19Add a --cover-letter option to format-patchDaniel Barkalow1-0/+1
2007-07-03Merge branch 'maint'Junio C Hamano1-0/+2
2007-07-03diff --no-index: fix --name-status with added filesJohannes Schindelin1-0/+2
2007-07-02format-patch: Add format.subjectprefix config optionAdam Roben1-0/+2
2007-04-11Add testcase for format-patch --subject-prefix (take 3)Robin H. Johnson1-0/+1
2007-03-10Merge branch 'js/attach'Junio C Hamano1-1/+4
2007-03-04format-patch --attach: not folding some long headers.Junio C Hamano1-1/+1
2007-03-04format-patch: add --inline option and make --attach a true attachmentJohannes Schindelin1-0/+3
2007-03-04Get rid of the dependency to GNU diff in the testsJohannes Schindelin1-1/+1
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-1/+1
2006-11-24config option log.showroot to show the diff of root commitsPeter Baumann1-0/+1
2006-08-12t/t4013: fix futzing with the version string.Junio C Hamano1-2/+4
2006-07-13t4013 diff format tests updateJunio C Hamano1-1/+4
2006-07-11tests: Set EDITOR=: and VISUAL=: globallyEric Wong1-1/+1
2006-07-05Merge branch 'jc/diff-test'Junio C Hamano1-0/+9
2006-07-01t4013: add "diff" UI program tests.Junio C Hamano1-0/+9
2006-06-29t4013: note improvements brought by the new output code.Junio C Hamano1-6/+12
2006-06-29t4013: add format-patch tests.Junio C Hamano1-1/+9
2006-06-26t4013: add more tests around -c and --ccJunio C Hamano1-3/+25
2006-06-26t4013: add tests for diff/log family output options.Junio C Hamano1-0/+202