Bug 439856 - jGit's RevWalk.reset() method misbehaving
Summary: jGit's RevWalk.reset() method misbehaving
Status: NEW
Alias: None
Product: JGit
Classification: Technology
Component: JGit (show other bugs)
Version: 3.4.1   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: 3.5   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-17 21:59 EDT by Cameron Dutro CLA
Modified: 2014-10-15 17:01 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron Dutro CLA 2014-07-17 21:59:21 EDT
Please see this StackOverflow question I asked: http://stackoverflow.com/questions/24795001/why-is-jgits-revwalk-reset-method-misbehaving/

Basically RevWalk.reset() doesn't actually reset the walker. Attempting to walk multiple times to identify the commits for when individual files were last modified reveals the wrong commits.
Comment 1 Cameron Dutro CLA 2014-08-01 12:18:29 EDT
Any update on this?