Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
read-cache.c: introduce is_racy_timestamp() helper
[gitweb.git]
/
builtin-commit.c
diff --git
a/builtin-commit.c
b/builtin-commit.c
index 02279360f78f3533bcc3b9ab7caae866cb7ee97b..c63ff826fc1c87c232b61c0059f12bb26f3098b2 100644
(file)
--- a/
builtin-commit.c
+++ b/
builtin-commit.c
@@
-156,7
+156,7
@@
static int list_paths(struct path_list *list, const char *with_tree,
for (i = 0; i < active_nr; i++) {
struct cache_entry *ce = active_cache[i];
- if (ce->ce_flags &
htons(CE_UPDATE)
)
+ if (ce->ce_flags &
CE_UPDATE
)
continue;
if (!pathspec_match(pattern, m, ce->name, 0))
continue;