]> git.ipfire.org Git - thirdparty/git.git/commit - commit.c
log: --author-date-order
authorJunio C Hamano <gitster@pobox.com>
Fri, 7 Jun 2013 17:35:54 +0000 (10:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Jun 2013 22:15:21 +0000 (15:15 -0700)
commit81c6b38b67019eff48e8e5c324bb77f6c796c0b5
treedf64e27cad14932b531c7e28a4638c885739ac52
parentda24b1044f7dc85cda52d6423f5a794a7074fbf8
log: --author-date-order

Sometimes people would want to view the commits in parallel
histories in the order of author dates, not committer dates.

Teach "topo-order" sort machinery to do so, using a commit-info slab
to record the author dates of each commit, and prio-queue to sort
them.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt
commit.c
commit.h
revision.c