projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57cbf72
)
read-cache.c: typofix
author
Junio C Hamano
<gitster@pobox.com>
Thu, 17 Jul 2008 01:48:58 +0000
(18:48 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 17 Jul 2008 01:48:58 +0000
(18:48 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c
patch
|
blob
|
history
diff --git
a/read-cache.c
b/read-cache.c
index d801f9d1cf9eca5ddeff2f0af4549bbc1e72423f..16484281f7ea051a41e4352a3e6a1c0fdc746a9a 100644
(file)
--- a/
read-cache.c
+++ b/
read-cache.c
@@
-528,7
+528,7
@@
int add_to_index(struct index_state *istate, const char *path, struct stat *st,
ce = create_alias_ce(ce, alias);
ce->ce_flags |= CE_ADDED;
- /* It was suspected to be r
e
cily clean, but it turns out to be Ok */
+ /* It was suspected to be r
a
cily clean, but it turns out to be Ok */
was_same = (alias &&
!ce_stage(alias) &&
!hashcmp(alias->sha1, ce->sha1) &&