diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-11-16 00:48:59 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-16 00:48:59 -0800 |
commit | 47a792539a48327e62c594f2befb5c5d1e58c0f2 (patch) | |
tree | 2a4cc395a0686640abea8b3fe75ff3667b7e0475 /t | |
parent | 8c4021abfd170278d1a3431e2777bedd0c01fbb1 (diff) | |
parent | 1324fb6f161ee516eb4c597880847003a42c0c5d (diff) | |
download | git-47a792539a48327e62c594f2befb5c5d1e58c0f2.tar.gz |
Merge branch 'jk/commit-v-strip'
* jk/commit-v-strip:
status: show "-v" diff even for initial commit
wt-status: refactor initial commit printing
define empty tree sha1 as a macro
Diffstat (limited to 't')
-rwxr-xr-x | t/t7507-commit-verbose.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7507-commit-verbose.sh b/t/t7507-commit-verbose.sh index 519adba80b..da5bd3b5a5 100755 --- a/t/t7507-commit-verbose.sh +++ b/t/t7507-commit-verbose.sh @@ -22,7 +22,7 @@ test_expect_success 'setup' ' git commit -F message ' -test_expect_failure 'initial commit shows verbose diff' ' +test_expect_success 'initial commit shows verbose diff' ' git commit --amend -v ' |