git-gui: Sort tags descending by tagger date
commit560eddc00c02e82077998200e8d8a45c31af924c
authorShawn O. Pearce <spearce@spearce.org>
Thu, 5 Jul 2007 04:07:11 +0000 (5 00:07 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 9 Jul 2007 01:12:53 +0000 (8 21:12 -0400)
tree8caaab36b4234a09b57344f9190b8104eb1cc4a9
parent7618e6b1c1676dfdc2cc4c8af9e259c3e885825f
git-gui: Sort tags descending by tagger date

When trying to create a branch from a tag most people are looking
for a recent tag, not one that is ancient history.  Rather than
sorting tags by their string we now sort them by taggerdate, as
this places the recent tags at the top of the list and the very
old ones at the end.  Tag date works nicely as an approximation
of the actual history order of commits.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/branch.tcl