diff options
| author | Junio C Hamano <gitster@pobox.com> | 2008-11-12 21:50:58 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2008-11-12 21:50:58 -0800 |
| commit | 72b6157aa847615a778ac9950e87dde109afa50c (patch) | |
| tree | 691238c7db13ab8a743807731a44e3c493973c25 /t/t7502-commit.sh | |
| parent | 459d60084fa463203d0adfc99cbf5d6fcd7edd43 (diff) | |
| parent | a79b8b6623288f7d5409ad749cc6553976a4f0e8 (diff) | |
| download | git-72b6157aa847615a778ac9950e87dde109afa50c.tar.gz | |
Merge branch 'jk/diff-convfilter'
* jk/diff-convfilter:
enable textconv for diff in verbose status/commit
wt-status: load diff ui config
only textconv regular files
userdiff: require explicitly allowing textconv
refactor userdiff textconv code
Conflicts:
t/t4030-diff-textconv.sh
Diffstat (limited to 't/t7502-commit.sh')
| -rwxr-xr-x | t/t7502-commit.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/t7502-commit.sh b/t/t7502-commit.sh index 3eb9faedcf..ad42c78d7c 100755 --- a/t/t7502-commit.sh +++ b/t/t7502-commit.sh @@ -89,6 +89,14 @@ test_expect_success 'verbose' ' ' +test_expect_success 'verbose respects diff config' ' + + git config color.diff always && + git status -v >actual && + grep "\[1mdiff --git" actual && + git config --unset color.diff +' + test_expect_success 'cleanup commit messages (verbatim,-t)' ' echo >>negative && |
