OSDN Git Service

Merge branch 'ah/unpack-trees-advice-messages'
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Jul 2016 18:24:11 +0000 (11:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Jul 2016 18:24:11 +0000 (11:24 -0700)
Grammofix.

* ah/unpack-trees-advice-messages:
  unpack-trees: fix English grammar in do-this-before-that messages

1  2 
t/t1011-read-tree-sparse-checkout.sh
t/t7607-merge-overwrite.sh

@@@ -244,10 -244,10 +244,10 @@@ test_expect_success 'print errors when 
  error: The following untracked working tree files would be overwritten by checkout:
        sub/added
        sub/addedtoo
- Please move or remove them before you can switch branches.
+ Please move or remove them before you switch branches.
  Aborting
  EOF
 -      test_cmp expected actual
 +      test_i18ncmp expected actual
  '
  
  test_expect_success 'checkout without --ignore-skip-worktree-bits' '
Simple merge