Merge branch 'master' into next
authorJunio C Hamano <junkio@cox.net>
Thu, 6 Apr 2006 01:22:19 +0000 (18:22 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 6 Apr 2006 01:22:19 +0000 (18:22 -0700)
* master:
blame.c: fix completely broken ancestry traversal.

blame.c
diff --git a/blame.c b/blame.c
index 1ee0d323ca7d5397c95f0d55f2279d2ca5dc0c8f..a5964107cbdbd752dc6b8c77f4105a109b2e9e3f 100644 (file)
--- a/blame.c
+++ b/blame.c
@@ -787,6 +787,7 @@ int main(int argc, const char **argv)
        rev.prune_fn = simplify_commit;
        rev.topo_setter = topo_setter;
        rev.topo_getter = topo_getter;
+       rev.parents = 1;
        rev.limited = 1;
 
        commit_list_insert(start_commit, &rev.commits);