]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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

index 3583105698d334ada7c7983c81ea7df74eaa3bde,1d8d751696b05f5bd2ce3472063213804dc16447..e5fa235d3a988bee620479e40574ad54c403f33a
@@@ -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