66 Commits (stable-4.11)

Author SHA1 Message Date
  Matthias Sohn 2464fa440f Fix remaining javadoc errors raised by doclint 6 years ago
  David Pursehouse 171f84a041 Use constants from StandardCharsets instead of hard-coded strings 6 years ago
  David Pursehouse 190b575be1 Suppress "Unlikely argument type for equals()" warnings in tests 6 years ago
  David Pursehouse 4940ea14b7 Add missing newlines at ends of Java files 7 years ago
  David Ostrovsky 9b4f1913fb RevFlagSetTest: Fix compilation error flagged by error prone 7 years ago
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 years ago
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 years ago
  Christian Halstrick 930cd43553 Fix merge-base calculation 7 years ago
  David Pursehouse a45cfee7a3 Organize imports 7 years ago
  Christian Halstrick dd585b779f Fix carrying over flags during a RevWalk 7 years ago
  David Pursehouse 3c4e7c08a7 RevCommitListTest: Open Git and RevWalk in try-with-resource 8 years ago
  David Pursehouse 5bfdc3341c RevCommitParseTest: Open ObjectInserter.Formatter in try-with-resource 8 years ago
  David Pursehouse f0ef7748b4 RevObjectTest: Open RevWalk in try-with-resource 8 years ago
  David Pursehouse 44f64de091 RevTagParseTest: Open ObjectInserter.Formatter in try-with-resource 8 years ago
  David Pursehouse 88d63ce174 Remove unnecessary suppression of deprecation warnings in tests 8 years ago
  Andrey Loskutov 7f31a9c9ad Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and 8 years ago
  Shawn Pearce 2cc80187d3 Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends" 8 years ago
  Shawn Pearce 31d92ace5b RevCommit: Better support invalid encoding headers 8 years ago
  Shawn Pearce 0f8743d4d7 Remove deprecated Tree, TreeEntry, FileTreeEntry and friends 8 years ago
  Terry Parker 069040ddad Push control of time into MockSystemReader 8 years ago
  Jonathan Nieder 02418ede59 Add tests for ObjectFilter 9 years ago
  Matthias Sohn 686124bec3 Replace deprecated release() methods by close() 9 years ago
  Shawn Pearce 53e39094bf ObjectWalk: make setRetainBody(false) the default 9 years ago
  David Ostrovsky d1da2780c2 Revert "Let ObjectWalk.markUninteresting also mark the root tree as" 9 years ago
  Shawn Pearce 0cf902e473 Expand wildcard imports to specfic classes 9 years ago
  Saša Živkov c4797fe986 Let ObjectWalk.markUninteresting also mark the root tree as 10 years ago
  Dave Borowitz eb69cef35c Rename RewriteTreeFilter to TreeRevFilter and make it public 10 years ago
  Dave Borowitz dbf922ce91 RevWalk: Allow disabling parent rewriting 10 years ago
  Sven Selberg 0f8a18cfca Added TestCase for 7d5e1f Fixed RevWalk.isMergedInto() 10 years ago
  Robin Stocker 2852b6a07d Fix RevWalkUtils.findBranchesReachableFrom not finding some branches 10 years ago
  Matthias Sohn f1c086f692 [findBugs] Remove nonsense call 10 years ago
  Robin Rosenberg ec2202f563 Recognize CRLF when parsing the short message of a commit or tag 11 years ago
  Robin Rosenberg b0ffacf122 Recognize CRLF when parsing the short message of a commit or tag 11 years ago
  Dave Borowitz b0326235e1 Remove unused repository field from RevWalk 11 years ago
  Dave Borowitz 0bdf030b26 Require a DiffConfig when creating a FollowFilter 11 years ago
  Robin Rosenberg 767be14f34 Move base test classes to the junit bundle for reuse for Java 7 tests 11 years ago
  Robin Rosenberg f71944ec76 Hide deprecation warnings in some test classes 11 years ago
  Marc Strapetz 67edd3eda7 RevWalk support for shallow clones 11 years ago
  Robin Rosenberg d92287bcc2 Use assertEquals instead of == for literal primitives 11 years ago
  Robin Rosenberg 476e1d2ff1 cleanup: Prefer assertEquals over assertTrue(....equals(...)) 11 years ago
  Matthias Sohn 59d2ef9470 Enable loading history until a given commit 12 years ago
  Matthias Sohn b14aa4df99 Enable loading history until a given commit 12 years ago
  Robin Stocker 69d7d1b0b6 Add RevWalkUtils with count(start, end) method 12 years ago
  Tomasz Zarna 1a2ca5b811 Skip a number commits before starting to show the commit output 12 years ago
  Tomasz Zarna 248959146a Limit the number of commits in LogCommand output 12 years ago
  Carsten Pfeiffer 98d4bd6d36 Allow detecting which files were renamed during a revwalk 12 years ago
  Marc Strapetz 929862f322 Fix IndexOutOfBoundsException when parsing PersonIdent 13 years ago
  Shawn O. Pearce 24c1c530db RevWalk: Avoid unnecessary re-parsing of commit bodies 13 years ago
  Jesse Greenwald 51dedfdc31 Parse RevCommit bodies before calling RevFilter.include() 13 years ago
  Robin Rosenberg d9e07a574a Convert all JGit unit tests to JUnit 4 13 years ago