Merge branch 'jc/topo-author-date-sort'
commit534f0e0996c0a5a0bea5bae8ae088a80a929932b
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Jul 2013 19:41:22 +0000 (1 12:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Jul 2013 19:41:23 +0000 (1 12:41 -0700)
tree734ca0d418edf3e0443f3c4e4d751d5cbfa8be05
parent55f34c8d39dac8a90d4944a77cb7614256c62018
parentaff2e7c0677d882690213d7ddea4a868f8b18325
Merge branch 'jc/topo-author-date-sort'

"git log" learned the "--author-date-order" option, with which the
output is topologically sorted and commits in parallel histories
are shown intermixed together based on the author timestamp.

* jc/topo-author-date-sort:
  t6003: add --author-date-order test
  topology tests: teach a helper to set author dates as well
  t6003: add --date-order test
  topology tests: teach a helper to take abbreviated timestamps
  t/lib-t6000: style fixes
  log: --author-date-order
  sort-in-topological-order: use prio-queue
  prio-queue: priority queue of pointers to structs
  toposort: rename "lifo" field
.gitignore
Documentation/rev-list-options.txt
Makefile
builtin/log.c
builtin/show-branch.c
commit.c
commit.h
revision.c
revision.h