]> source.dussan.org Git - jgit.git/commit
Fix while boundries in DateRevQueue.add() 26/10626/1
authorGustaf Lundh <gustaf.lundh@sonymobile.com>
Mon, 25 Feb 2013 17:24:16 +0000 (18:24 +0100)
committerGustaf Lundh <gustaf.lundh@sonymobile.com>
Mon, 25 Feb 2013 17:30:03 +0000 (18:30 +0100)
commit212fb3071cdaa08cfe8bf0243b3acd1fe23f1fa2
tree013e38e30d908f785ade9fd186788a1baeaaf7b3
parent9613b04d8143c74e729acda414e6392078297d33
Fix while boundries in DateRevQueue.add()

In add(), "low" will never equals "first". This fact
should be reflected in the code.

Change-Id: I5cab51374e67bd2d3301e5d9dac47c4259b5e562
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/DateRevQueue.java