| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix merge-base calculation | Christian Halstrick | 2016-11-28 | 1 | -1/+26 |
* | Organize imports | David Pursehouse | 2016-11-14 | 2 | -7/+6 |
* | Fix carrying over flags during a RevWalk | Christian Halstrick | 2016-09-23 | 1 | -0/+146 |
* | RevCommitListTest: Open Git and RevWalk in try-with-resource | David Pursehouse | 2016-02-05 | 1 | -17/+19 |
* | RevCommitParseTest: Open ObjectInserter.Formatter in try-with-resource | David Pursehouse | 2016-02-05 | 1 | -2/+3 |
* | RevObjectTest: Open RevWalk in try-with-resource | David Pursehouse | 2016-02-05 | 1 | -3/+6 |
* | RevTagParseTest: Open ObjectInserter.Formatter in try-with-resource | David Pursehouse | 2016-02-05 | 1 | -3/+4 |
* | Remove unnecessary suppression of deprecation warnings in tests | David Pursehouse | 2016-01-25 | 1 | -1/+0 |
* | Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and | Andrey Loskutov | 2016-01-19 | 1 | -25/+20 |
* | Merge "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends"" | Shawn Pearce | 2016-01-15 | 1 | -20/+25 |
|\ |
|
| * | Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends" | Shawn Pearce | 2016-01-15 | 1 | -20/+25 |
* | | Merge "RevCommit: Better support invalid encoding headers" | Shawn Pearce | 2016-01-11 | 2 | -0/+124 |
|\ \
| |/
|/| |
|
| * | RevCommit: Better support invalid encoding headers | Shawn Pearce | 2016-01-11 | 2 | -0/+124 |
* | | Remove deprecated Tree, TreeEntry, FileTreeEntry and friends | Shawn Pearce | 2016-01-09 | 1 | -25/+20 |
|/ |
|
* | Push control of time into MockSystemReader | Terry Parker | 2015-10-20 | 2 | -4/+4 |
* | Add tests for ObjectFilter | Jonathan Nieder | 2015-05-21 | 1 | -0/+186 |
* | Replace deprecated release() methods by close() | Matthias Sohn | 2015-05-21 | 2 | -8/+2 |
* | ObjectWalk: make setRetainBody(false) the default | Shawn Pearce | 2015-05-10 | 1 | -5/+5 |
* | Revert "Let ObjectWalk.markUninteresting also mark the root tree as" | David Ostrovsky | 2015-04-26 | 1 | -15/+0 |
* | Expand wildcard imports to specfic classes | Shawn Pearce | 2014-11-10 | 1 | -4/+4 |
* | Let ObjectWalk.markUninteresting also mark the root tree as | Saša Živkov | 2014-08-28 | 1 | -0/+15 |
* | Rename RewriteTreeFilter to TreeRevFilter and make it public | Dave Borowitz | 2014-06-12 | 1 | -0/+188 |
* | RevWalk: Allow disabling parent rewriting | Dave Borowitz | 2014-05-05 | 1 | -0/+94 |
* | Added TestCase for 7d5e1f Fixed RevWalk.isMergedInto() | Sven Selberg | 2014-04-09 | 1 | -0/+80 |
* | Fix RevWalkUtils.findBranchesReachableFrom not finding some branches | Robin Stocker | 2014-02-11 | 1 | -0/+128 |
* | [findBugs] Remove nonsense call | Matthias Sohn | 2013-11-10 | 1 | -1/+0 |
* | Recognize CRLF when parsing the short message of a commit or tag | Robin Rosenberg | 2013-06-14 | 1 | -0/+13 |
* | Remove unused repository field from RevWalk | Dave Borowitz | 2013-05-05 | 1 | -1/+1 |
* | Require a DiffConfig when creating a FollowFilter | Dave Borowitz | 2013-05-05 | 1 | -1/+4 |
* | Move base test classes to the junit bundle for reuse for Java 7 tests | Robin Rosenberg | 2013-02-04 | 5 | -5/+5 |
* | Hide deprecation warnings in some test classes | Robin Rosenberg | 2012-12-27 | 1 | -0/+1 |
* | RevWalk support for shallow clones | Marc Strapetz | 2012-11-21 | 2 | -21/+216 |
* | Use assertEquals instead of == for literal primitives | Robin Rosenberg | 2012-09-16 | 1 | -1/+1 |
* | cleanup: Prefer assertEquals over assertTrue(....equals(...)) | Robin Rosenberg | 2012-09-03 | 1 | -1/+1 |
* | Enable loading history until a given commit | Matthias Sohn | 2012-05-21 | 1 | -0/+140 |
* | Add RevWalkUtils with count(start, end) method | Robin Stocker | 2012-01-16 | 1 | -0/+103 |
* | Skip a number commits before starting to show the commit output | Tomasz Zarna | 2012-01-02 | 1 | -0/+84 |
* | Limit the number of commits in LogCommand output | Tomasz Zarna | 2011-12-23 | 1 | -0/+84 |
* | Allow detecting which files were renamed during a revwalk | Carsten Pfeiffer | 2011-10-25 | 2 | -0/+179 |
* | Fix IndexOutOfBoundsException when parsing PersonIdent | Marc Strapetz | 2011-06-14 | 1 | -0/+15 |
* | RevWalk: Avoid unnecessary re-parsing of commit bodies | Shawn O. Pearce | 2011-02-13 | 2 | -0/+9 |
* | Parse RevCommit bodies before calling RevFilter.include() | Jesse Greenwald | 2011-01-25 | 1 | -0/+117 |
* | Convert all JGit unit tests to JUnit 4 | Robin Rosenberg | 2010-12-31 | 18 | -0/+243 |
* | Correct CommitBuilder, TagBuilder method to be build() | Shawn O. Pearce | 2010-12-03 | 2 | -2/+2 |
* | Fix parsing of multiple authors in PersonIdent. | Marc Strapetz | 2010-08-26 | 1 | -2/+13 |
* | Delete deprecated ObjectWriter | Shawn O. Pearce | 2010-08-23 | 1 | -6/+12 |
* | Move commit and tag formatting to CommitBuilder, TagBuilder | Shawn O. Pearce | 2010-08-23 | 2 | -2/+2 |
* | Rename Commit, Tag to CommitBuilder, TagBuilder | Shawn O. Pearce | 2010-08-23 | 2 | -4/+4 |
* | Add a public RevTag.parse() method | Shawn O. Pearce | 2010-08-20 | 1 | -0/+20 |
* | Add a public RevCommit.parse() method | Shawn O. Pearce | 2010-08-20 | 1 | -0/+21 |