Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
checkout: tone down the "forked status" diagnostic messages
[gitweb.git]
/
reachable.c
diff --git
a/reachable.c
b/reachable.c
index 6383401e2dd6bef3251a105ac136312dfdcdeb3c..00f289f2f470c0f4b95e0fcac043aa2e054d1ce6 100644
(file)
--- a/
reachable.c
+++ b/
reachable.c
@@
-176,7
+176,7
@@
static void add_cache_refs(struct rev_info *revs)
* lookup_blob() on them, to avoid populating the hash table
* with invalid information
*/
- if (S_ISGITLINK(
ntohl(active_cache[i]->ce_mode)
))
+ if (S_ISGITLINK(
active_cache[i]->ce_mode
))
continue;
lookup_blob(active_cache[i]->sha1);