56 Commits (stable-2.0)

Author SHA1 Message Date
  Matthias Sohn 59d2ef9470 Enable loading history until a given commit 12 years ago
  Kevin Sawicki 17fb542e9e Remove 86 boxing warnings 12 years ago
  Tomasz Zarna c75aa1aed2 LogCommand#setMaxCount affects all commits 12 years ago
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 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
  Kevin Sawicki 86e96b41e2 Correct typo in RevWalk.parseBody comment 12 years ago
  Matt Fischer 9952223e06 Implement server support for shallow clones 14 years ago
  Shawn O. Pearce 53db854185 Speed up ObjectWalk by 6235 objects/sec 13 years ago
  Shawn O. Pearce bd970007be ObjectIdOwnerMap: More lightweight map for ObjectIds 13 years ago
  Shawn O. Pearce e757975fcd RevWalk: Don't release during inMergeBase() 13 years ago
  Shawn O. Pearce 24c1c530db RevWalk: Avoid unnecessary re-parsing of commit bodies 13 years ago
  Shawn O. Pearce bc1af8459e RevWalk: Don't reset ObjectReader when stopping 13 years ago
  Shawn O. Pearce 5664fb3bfb UploadPack: Donate parsed commits to PackWriter 13 years ago
  Shawn O. Pearce d6b7139cd8 UploadPack: Avoid walking the entire project history 13 years ago
  Shawn O. Pearce 13bcf05a9e PackWriter: Make thin packs more efficient 13 years ago
  Shawn O. Pearce c2ab3421a2 ObjectWalk: Fix reset for non-commit objects 13 years ago
  Shawn O. Pearce 065a0a8122 Revert "Teach PackWriter how to reuse an existing object list" 13 years ago
  Shawn O. Pearce f5fe2dca3c Teach PackWriter how to reuse an existing object list 13 years ago
  Jesse Greenwald 51dedfdc31 Parse RevCommit bodies before calling RevFilter.include() 13 years ago
  Shawn O. Pearce 3de186fbf0 Name TreeFilter and MergeFilter implementations 13 years ago
  Shawn O. Pearce b505e2a558 Use 5 MiB for RevWalk default limit 13 years ago
  Shawn O. Pearce 127a5f95e1 Use limited getCachedBytes in RevWalk 13 years ago
  Shawn O. Pearce f048af3fd1 Implement async/batch lookup of object data 14 years ago
  Shawn O. Pearce 11a5bef8b1 Offer ObjectReaders advice about a RevWalk 14 years ago
  Shawn O. Pearce 540df6c9fe Add a public RevTag.parse() method 13 years ago
  Shawn O. Pearce b205597b91 Add a public RevCommit.parse() method 13 years ago
  Shawn O. Pearce 707912b35d Make Tag class only for writing 13 years ago
  Shawn O. Pearce b46b635c03 Make Commit class only for writing 13 years ago
  Shawn O. Pearce 746ebda381 Try really hard to load a commit or tag 13 years ago
  Matthias Sohn 2d3a806271 Backout RevObject's object-identity based equals implementation 13 years ago
  Matthias Sohn 35b01dac4c Fix RevCommitList to work with subclasses of RevWalk 14 years ago
  Shawn O. Pearce 60c5939b23 Rename getOldName,getNewName to getOldPath,getNewPath 14 years ago
  Shawn O. Pearce c20daa7314 Add path hash code to ObjectWalk 14 years ago
  Shawn O. Pearce 384a19eee0 Deprecate all of the older Tree related code 14 years ago
  Shawn O. Pearce 1913b41bc7 log: Implement --follow 14 years ago
  Shawn O. Pearce 412ca65bd5 Avoid unbounded getCachedBytes during parseAny 14 years ago
  Shawn O. Pearce 121d009b9b Use ObjectReader in RevWalk, TreeWalk 14 years ago
  Shawn O. Pearce aa4b06e087 Rename openObject, hasObject to just open, has 14 years ago
  Shawn O. Pearce 1ad2feb7b3 Remove Repository.openObject(ObjectReader, AnyObjectId) 14 years ago
  Shawn O. Pearce 5cfc29b491 Replace WindowCache with ObjectReader 14 years ago
  Shawn O. Pearce 47c07e1a0d Replace manual peel loops with RevWalk.peel 14 years ago
  Sasa Zivkov f3d8a8ecad Externalize strings from JGit 14 years ago
  Shawn O. Pearce dd63f5cfc1 Fix FooterLine.matches(FooterKey) on same length keys 14 years ago
  Karthik K 2c14e78a22 s/StringBuffer/StringBuilder as appropriate where no concurrency is needed 14 years ago
  Shawn O. Pearce db54736e71 Fix ObjectWalk corruption when skipping over empty trees 14 years ago
  Shawn O. Pearce 0d94a5ca66 Ensure the tree parser resets in ObjectWalk 14 years ago
  Shawn O. Pearce 986d616ed4 Correct ObjectWalk error message when bad object is found 14 years ago