66 次程式碼提交 (stable-4.11)

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