diff options
author | Stefan Beller <sbeller@google.com> | 2016-12-02 11:17:41 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-05 12:17:02 -0800 |
commit | 584f99c87bf92d403a95527483f6e48d1722c3f0 (patch) | |
tree | af95b3cc721da0f090e40828149b47d84cd28672 /t | |
parent | 2e3926b9489cb767b38526a3a72403087053a1d8 (diff) | |
download | git-584f99c87bf92d403a95527483f6e48d1722c3f0.tar.gz git-584f99c87bf92d403a95527483f6e48d1722c3f0.tar.xz |
unpack-trees: fix grammar for untracked files in directories
Noticed-by: David Turner <dturner@twosigma.com>
Signed-off-by: Stefan Beller <sbeller@google.com>
Reviewed-by: David Turner <dturner@twosigma.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 6729cb379..85cd971f2 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 |