Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
log: --author-date-order
[gitweb.git]
/
commit.h
diff --git
a/commit.h
b/commit.h
index 247e474e447aac63bb8bcd7563b1446b8a7fc654..e43dfd01823481a23b542e0a4ab1a5df8b493e70 100644
(file)
--- a/
commit.h
+++ b/
commit.h
@@
-142,7
+142,8
@@
void clear_commit_marks_for_object_array(struct object_array *a, unsigned mark);
enum rev_sort_order {
REV_SORT_IN_GRAPH_ORDER = 0,
- REV_SORT_BY_COMMIT_DATE
+ REV_SORT_BY_COMMIT_DATE,
+ REV_SORT_BY_AUTHOR_DATE
};
/*