commit | 51dedfdc319d51aa729f3e2801c4a06491d6ddac | [log] [tgz] |
---|---|---|
author | Jesse Greenwald <jesse.greenwald@garmin.com> | Fri Jan 14 16:34:35 2011 -0600 |
committer | Chris Aniszczyk <caniszczyk@gmail.com> | Tue Jan 25 16:39:00 2011 -0600 |
tree | b95e6d25b319962fea7527d5d4c7eb5e0cdfba7d | |
parent | 920ac08777d4048c06c8d7a3671d37c5ead5917f [diff] |
Parse RevCommit bodies before calling RevFilter.include() RevFilter.include()'s documentation promises the RevCommit's body is parsed before include is invoked. This wasn't always true if the commit was parsed once, had its body discarded, the RevWalk was reset() and started a new traversal. Change-Id: Ie5cafde09ae870712b165d8a97a2c9daf90b1dbd Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>