Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-rev-list: make sure the output is sorted by recency
[gitweb.git]
/
rev-list.c
diff --git
a/rev-list.c
b/rev-list.c
index 17995c34c4eae779caa36e525e9ffb72e22d87f3..825006374a0b028b9a1980a2aee494132f3a4145 100644
(file)
--- a/
rev-list.c
+++ b/
rev-list.c
@@
-482,7
+482,7
@@
int main(int argc, char **argv)
commit = get_commit_reference(arg, flags);
if (!commit)
continue;
-
commit_list_insert(commit, &lis
t);
+
insert_by_date(&list, commi
t);
}
if (!merge_order) {