request-pull: allow "local:remote" to specify names on both ends
[gitweb.git] / builtin / name-rev.c
index 990390156c50f798b2153ff4e7baff92aa90b9f8..0b21d7e5b297ff3d2d1a73d8a74c8bc37e672ccb 100644 (file)
@@ -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;