[PATCH/RFC] add --authorship-order flag to git log / rev-list

2013-06-04 Thread elliottcable
, previously, on this subject; I'd make this patchset a reply to that, except I have no idea what the in-reply-to should be: http://www.spinics.net/lists/git/msg208542.html The original work is all on GitHub: https://github.com/git/git/pull/40 https://github.com/ELLIOTTCABLE/git/compare/master

[PATCH/RFC] rev-list: add --authorship-order alternative ordering

2013-06-04 Thread elliottcable
--date-order is an excellent alternative to --topo-order if you want a feel for the *actual history*, chronologically, of your project. I use it often, with --graph as well; it's a great way to get an overview of a project's recent development history. However, in a project that rebases various