diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-01-17 15:19:05 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-17 15:19:05 -0800 |
commit | 1addc197eb41a8fbcd6968c4ee245b65a68c2be6 (patch) | |
tree | e4e6aa6f934db61bec3eebd12ce1b302954d1847 /t | |
parent | Merge branch 'ls/t0021-fixup' into maint (diff) | |
parent | unpack-trees: fix grammar for untracked files in directories (diff) | |
download | tgif-1addc197eb41a8fbcd6968c4ee245b65a68c2be6.tar.xz |
Merge branch 'sb/unpack-trees-grammofix' into maint
* 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 f80bdb81e1..e90413204e 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 |