Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
request-pull: allow "local:remote" to specify names on both ends
[gitweb.git]
/
builtin
/
name-rev.c
diff --git
a/builtin/name-rev.c
b/builtin/name-rev.c
index 990390156c50f798b2153ff4e7baff92aa90b9f8..0b21d7e5b297ff3d2d1a73d8a74c8bc37e672ccb 100644
(file)
--- a/
builtin/name-rev.c
+++ b/
builtin/name-rev.c
@@
-27,8
+27,7
@@
static void name_rev(struct commit *commit,
struct commit_list *parents;
int parent_number = 1;
- if (!commit->object.parsed)
- parse_commit(commit);
+ parse_commit(commit);
if (commit->date < cutoff)
return;