Make the order of branch tracing deterministic.
commit6103ae1481938043d10efcac041043de438f31cb
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Fri, 17 Aug 2007 23:18:46 +0000 (18 01:18 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 22 Aug 2007 18:39:40 +0000 (22 20:39 +0200)
treea234a784f91f59ebde8892b59168142205ce9f65
parentc22f9d9b4348e206760789b272e6e9ad2138d717
Make the order of branch tracing deterministic.

I use a list instead of a hash. This may be slower but
hopefully not much.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/lib/Walker.java