142 Commits (6a4c77e619d79c885aa6f08f2a1d8d8c1a936bcb)

Author SHA1 Message Date
  Carsten Hammer 6a4c77e619 Use isEmpty() instead of size()==0 where possible 5 years ago
  Masaya Suzuki 3c1af2761f Process unshallow commits first 5 years ago
  Matthew DeVore 00523f38a1 ObjectWalk: simplify tree traversal logic 5 years ago
  Michael Keppler 90e614a41d Fix Javadoc typo 5 years ago
  Mincong HUANG d09388e156 Avoid double words 5 years ago
  Ivan Frade d9ac7ddf10 Remove unnecessary modifiers from interfaces 5 years ago
  Jonathan Nieder a0cd400c37 Simplify RevWalk#iterator by factoring out common code 5 years ago
  Jonathan Nieder aeba003200 Simplify exception handling in RevWalk#iterator 5 years ago
  Jonathan Tan df21eec1ad DepthGenerator: fix multi-child boundary handling 5 years ago
  Jonathan Tan 237abe6ab5 UploadPack: Implement deepen-not for protocol v2 5 years ago
  Jonathan Tan f5fa1eaf39 Throw error when deepen-since excludes all commits 5 years ago
  Jonathan Nieder c58362c174 Avoid using @Nullable to annotate arrays 5 years ago
  Jonathan Tan 1bb430dc21 UploadPack: support deepen-since in protocol v2 5 years ago
  Jonathan Tan 953cf2c9da DepthGenerator: remove redundant depth check 5 years ago
  David Turner 559c68cb01 Parse signature of GPG-signed commits 6 years ago
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 years ago
  Terry Parker 115a740e2f Correctly handle initialization of shallow commits 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 6 years ago
  Thomas Wolf e00f59b7fe Remove useless for(;;) loop 6 years ago
  David Pursehouse 94cf82dbc5 RevWalk: Annotate methods documented to return "Never null" as @NonNull 6 years ago
  Matthias Sohn 1c35379100 Remove unused imports 6 years ago
  Matthias Sohn 0cba440277 Fix javadoc in org.eclipse.jgit revwalk package 6 years ago
  Jonathan Tan c9d25505d8 BitmapWalker: do not revisit objects in bitmap 6 years ago
  Jonathan Tan ccf25f9541 Make PackWriterBitmapWalker public 6 years ago
  David Pursehouse 4940ea14b7 Add missing newlines at ends of Java files 7 years ago
  Shawn Pearce d377a885a9 Fix stack overflow in MergeBaseGenerator 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
  Matthias Sohn a4feeb0194 Don't rely on default locale when using toUpperCase() and toLowerCase() 7 years ago
  Christian Halstrick 930cd43553 Fix merge-base calculation 7 years ago
  Christian Halstrick dd585b779f Fix carrying over flags during a RevWalk 7 years ago
  Matthias Sohn ae779f60b7 Add missing @since tags for new API 7 years ago
  Terry Parker d385a7a5e5 Shallow fetch: Respect "shallow" lines 7 years ago
  Terry Parker 2a7897bb4c RevWalk: Make fields available to DepthWalk 7 years ago
  Alcemir Santos ba0dfe1ae2 Added filter for merge and non-merges commits. 8 years ago
  Shawn Pearce 31d92ace5b RevCommit: Better support invalid encoding headers 8 years ago
  Andrey Loskutov 9bdbbd32ae Don't call reader.close() 2 times on dispose() 8 years ago
  Shawn Pearce b46c446395 UploadPack: Verify clients send only commits for shallow lines 8 years ago
  Matthias Sohn 686124bec3 Replace deprecated release() methods by close() 9 years ago
  Matthias Sohn 4cbe66af47 Fix warnings in ObjectFilter 9 years ago
  Jonathan Nieder b35b09d09a Correct @since tags for ObjectFilter 9 years ago
  Jonathan Nieder f91f4e5ed6 Fix typo in ObjectWalk#getObjectFilter javadoc 9 years ago
  Jonathan Nieder f2be5bca04 Allow ObjectWalk to be filtered by an arbitrary predicate 9 years ago
  Shawn Pearce e4e947049f Expose disposeBody() on RevCommit and RevTag 9 years ago
  Shawn Pearce ca7daa5226 ObjectReader: remove the walkAdvice API 9 years ago
  Shawn Pearce af7dcd6e1b RevWalk: Discard uninteresting commits unless RevSort.BOUNDARY 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