unpack-trees: typofix
I am not good at subject-verb concordance. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
da8ba5e7da
commit
6caa7b5553
@ -617,7 +617,7 @@ static int verify_absent(struct cache_entry *ce, const char *action,
|
|||||||
* found "foo/." in the working tree.
|
* found "foo/." in the working tree.
|
||||||
* This is tricky -- if we have modified
|
* This is tricky -- if we have modified
|
||||||
* files that are in "foo/" we would lose
|
* files that are in "foo/" we would lose
|
||||||
* it.
|
* them.
|
||||||
*/
|
*/
|
||||||
ret = verify_clean_subdirectory(ce, action, o);
|
ret = verify_clean_subdirectory(ce, action, o);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user