diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-12-19 14:45:31 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-19 14:45:31 -0800 |
commit | 0f30315ba15f792fac6f901ca486900a74fdb86d (patch) | |
tree | 53a091b55013af699480c662531c847df5eb52a5 /t | |
parent | b08c812f99e8260c7f93966b0ee2b1339120ce29 (diff) | |
parent | 584f99c87bf92d403a95527483f6e48d1722c3f0 (diff) | |
download | git-0f30315ba15f792fac6f901ca486900a74fdb86d.tar.gz git-0f30315ba15f792fac6f901ca486900a74fdb86d.tar.xz |
Merge branch 'sb/unpack-trees-grammofix'
* sb/unpack-trees-grammofix:
unpack-trees: fix grammar for untracked files in directories
Diffstat (limited to 't')
-rwxr-xr-x | t/t7609-merge-co-error-msgs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7609-merge-co-error-msgs.sh b/t/t7609-merge-co-error-msgs.sh index f80bdb81e..e90413204 100755 --- a/t/t7609-merge-co-error-msgs.sh +++ b/t/t7609-merge-co-error-msgs.sh @@ -105,7 +105,7 @@ test_expect_success 'not uptodate file porcelain checkout error' ' ' cat >expect <<\EOF -error: Updating the following directories would lose untracked files in it: +error: Updating the following directories would lose untracked files in them: rep rep2 |