projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da8ba5e
)
unpack-trees: typofix
author
Junio C Hamano
<gitster@pobox.com>
Sun, 20 Sep 2009 00:26:16 +0000
(17:26 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 11 Oct 2009 23:40:43 +0000
(16:40 -0700)
I am not good at subject-verb concordance.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
unpack-trees.c
patch
|
blob
|
history
diff --git
a/unpack-trees.c
b/unpack-trees.c
index 720f7a161651126872b7357173c10d69d1db7636..d174fe05dbcdad0cccb1f75e943899eeb0262709 100644
(file)
--- a/
unpack-trees.c
+++ b/
unpack-trees.c
@@
-617,7
+617,7
@@
static int verify_absent(struct cache_entry *ce, const char *action,
* found "foo/." in the working tree.
* This is tricky -- if we have modified
* files that are in "foo/" we would lose
- *
it
.
+ *
them
.
*/
ret = verify_clean_subdirectory(ce, action, o);
if (ret < 0)