The first one is unchanged. The second one was redone with Peff's help, and the other two patches have been adjusted for it.
Adding tests to t4202 and/or t6012 is left as an exercise to readers. Junio C Hamano (4): toposort: rename "lifo" field prio-queue: priority queue of pointers to structs sort-in-topological-order: use prio-queue log: --author-date-order .gitignore | 1 + Documentation/rev-list-options.txt | 4 + Makefile | 3 + builtin/log.c | 2 +- builtin/show-branch.c | 14 ++-- commit.c | 145 ++++++++++++++++++++++++++++++------- commit.h | 15 +++- prio-queue.c | 84 +++++++++++++++++++++ prio-queue.h | 48 ++++++++++++ revision.c | 13 ++-- revision.h | 6 +- t/t0009-prio-queue.sh | 50 +++++++++++++ test-prio-queue.c | 39 ++++++++++ 13 files changed, 381 insertions(+), 43 deletions(-) create mode 100644 prio-queue.c create mode 100644 prio-queue.h create mode 100755 t/t0009-prio-queue.sh create mode 100644 test-prio-queue.c -- 1.8.3.1-494-g51b8af5 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html