Odd rev-list behaviour

2015-04-23 Thread B M Corser
Seeing some weird results out of rev-list, see my demo repo: https://github.com/bmcorser/rev-list-fail I was after a one-liner to sort a bunch of commit hashes into topological (or date) order. The commits were made by a script that forges the commit time with --date in the hope of seeing stable

Re: Odd rev-list behaviour

2015-04-23 Thread Jeff King
On Fri, Apr 24, 2015 at 12:48:43AM +0100, B M Corser wrote: Seeing some weird results out of rev-list, see my demo repo: https://github.com/bmcorser/rev-list-fail That repo has a whole bunch of commits with identical committer timestamps. The default order that git displays those in is going