Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
docs: mention "-k" for both forms of "git mv"
[gitweb.git]
/
commit.c
diff --git
a/commit.c
b/commit.c
index ac337c7d7dc1724fa918f9340816d3102edb10bd..913dbabd1c12772d574f5814f73a12ed6bd4a9da 100644
(file)
--- a/
commit.c
+++ b/
commit.c
@@
-515,7
+515,7
@@
void sort_in_topological_order(struct commit_list ** list, int lifo)
commit = work_item->item;
for (parents = commit->parents; parents ; parents = parents->next) {
- struct commit *parent
=
parents->item;
+ struct commit *parent
=
parents->item;
if (!parent->indegree)
continue;