74 Commits (c93aec2b73a1c3f6a7a631d5a0bc079e5c0e475e)

Author SHA1 Message Date
David Turner 559c68cb01 Parse signature of GPG-signed commits 6 years ago
David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 6 years ago
Terry Parker 00e51e35ee Return parsed objects from TestRepository.commit/tree/blob() 6 years ago
Terry Parker 115a740e2f Correctly handle initialization of shallow commits 6 years ago
David Pursehouse 1f6d43a652 Fix trivial usages of deprecated Repository#getAllRefs 6 years ago
Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6 years ago
Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 7 years ago
Matthias Sohn 2464fa440f Fix remaining javadoc errors raised by doclint 7 years ago
David Pursehouse 171f84a041 Use constants from StandardCharsets instead of hard-coded strings 7 years ago
David Pursehouse 190b575be1 Suppress "Unlikely argument type for equals()" warnings in tests 7 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 8 years ago
David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 8 years ago
David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 8 years ago
Christian Halstrick 930cd43553 Fix merge-base calculation 8 years ago
David Pursehouse a45cfee7a3 Organize imports 8 years ago
Christian Halstrick dd585b779f Fix carrying over flags during a RevWalk 8 years ago
David Pursehouse 3c4e7c08a7 RevCommitListTest: Open Git and RevWalk in try-with-resource 9 years ago
David Pursehouse 5bfdc3341c RevCommitParseTest: Open ObjectInserter.Formatter in try-with-resource 9 years ago
David Pursehouse f0ef7748b4 RevObjectTest: Open RevWalk in try-with-resource 9 years ago
David Pursehouse 44f64de091 RevTagParseTest: Open ObjectInserter.Formatter in try-with-resource 9 years ago
David Pursehouse 88d63ce174 Remove unnecessary suppression of deprecation warnings in tests 9 years ago
Andrey Loskutov 7f31a9c9ad Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and 9 years ago
Shawn Pearce 2cc80187d3 Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends" 9 years ago
Shawn Pearce 31d92ace5b RevCommit: Better support invalid encoding headers 9 years ago
Shawn Pearce 0f8743d4d7 Remove deprecated Tree, TreeEntry, FileTreeEntry and friends 9 years ago
Terry Parker 069040ddad Push control of time into MockSystemReader 9 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 10 years ago
David Ostrovsky d1da2780c2 Revert "Let ObjectWalk.markUninteresting also mark the root tree as" 10 years ago
Shawn Pearce 0cf902e473 Expand wildcard imports to specfic classes 10 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 11 years ago
Sven Selberg 0f8a18cfca Added TestCase for 7d5e1f Fixed RevWalk.isMergedInto() 11 years ago
Robin Stocker 2852b6a07d Fix RevWalkUtils.findBranchesReachableFrom not finding some branches 11 years ago
Matthias Sohn f1c086f692 [findBugs] Remove nonsense call 11 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 12 years ago
Dave Borowitz 0bdf030b26 Require a DiffConfig when creating a FollowFilter 12 years ago
Robin Rosenberg 767be14f34 Move base test classes to the junit bundle for reuse for Java 7 tests 12 years ago
Robin Rosenberg f71944ec76 Hide deprecation warnings in some test classes 12 years ago
Marc Strapetz 67edd3eda7 RevWalk support for shallow clones 12 years ago
Robin Rosenberg d92287bcc2 Use assertEquals instead of == for literal primitives 12 years ago
Robin Rosenberg 476e1d2ff1 cleanup: Prefer assertEquals over assertTrue(....equals(...)) 12 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 13 years ago