Code

git-rev-list: make sure the output is sorted by recency
authorLinus Torvalds <torvalds@g5.osdl.org>
Mon, 4 Jul 2005 23:49:37 +0000 (16:49 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 4 Jul 2005 23:49:37 +0000 (16:49 -0700)
commit7a662e896bcd391265477e304d7af6e5d2ca1deb
treee04f899c02a462f8b042c241b562f5e5c7dfa620
parent7620d39fcbff834d00320d295fbdbd9b7006d66a
git-rev-list: make sure the output is sorted by recency

We didn't sort the refs by date, so if you had multiple refs, the end
result would not be properly sorted.
rev-list.c