1364 Commits (stable-1.2)

Author SHA1 Message Date
  Jeff Schumacher 4c14b7869d Fixed potential div by zero bug 14 years ago
  Jeff Schumacher 64b9458640 Added file size based rename detection optimization 14 years ago
  Robin Rosenberg d787a82e50 Internationalize RepositoryState descriptions 14 years ago
  Shawn O. Pearce 9734194917 Honor pack.windowlimit to cap memory usage during packing 14 years ago
  Shawn O. Pearce 74e0835012 Honor pack.threads and perform delta search in parallel 14 years ago
  Shawn O. Pearce a960d1429e Cache small deltas during packing 14 years ago
  Shawn O. Pearce dfad23bf3d Implement delta generation during packing 14 years ago
  Shawn O. Pearce 074055d747 debug-show-packdelta: Dump a pack delta to the console 14 years ago
  Shawn O. Pearce 8612c0ace1 Initial pack format delta generator 14 years ago
  Shawn O. Pearce b38426ae8c Add debugging toString() method to ObjectToPack 14 years ago
  Shawn O. Pearce 699e4aa7c5 Make ObjectToPack clearReuseAsIs signal available to subclasses 14 years ago
  Shawn O. Pearce 4569d77e13 Correctly classify the compressing objects phase 14 years ago
  Shawn O. Pearce 85b7a53d52 Refactor ObjectToPack's delta depth setting 14 years ago
  Shawn O. Pearce 6730f9e3c8 Configure core.bigFileThreshold into PackWriter 14 years ago
  Shawn O. Pearce 823e9a9721 Add doNotDelta flag to ObjectToPack 14 years ago
  Shawn O. Pearce 616bc74cf7 Add more configuration options to PackWriter 14 years ago
  Robin Rosenberg a1492f1922 Say that commit is allowed during bisect 14 years ago
  Shawn O. Pearce 2f93a09dd1 Save object path hash codes during packing 14 years ago
  Shawn O. Pearce c20daa7314 Add path hash code to ObjectWalk 14 years ago
  Shawn O. Pearce b584cb8754 Add getObjectSize to ObjectReader 14 years ago
  Shawn O. Pearce 97311cd3e0 Allow TemporaryBuffer.Heap to allocate smaller than 8 KiB 14 years ago
  Matthias Sohn b8f2bb7d2a Add support for updateNeeded flag in DirCacheEntry 14 years ago
  Jeff Schumacher a8b29afd82 Create FileHeader from DiffEntry 14 years ago
  Stefan Lay 354b90131a Fix javadoc typos in JGit API 14 years ago
  Shawn O. Pearce 711bd3e3d0 Define a constant for 127 in DeltaEncoder 14 years ago
  Shawn O. Pearce cd7dd8591e Cap delta copy instructions at 64k 14 years ago
  Shawn O. Pearce 384a19eee0 Deprecate all of the older Tree related code 14 years ago
  Shawn O. Pearce a215914a56 Fix DeltaEncoder header for objects 128 bytes long 14 years ago
  Shawn O. Pearce f29741d1d8 amend commit: Support large delta packed objects as streams 14 years ago
  Shawn O. Pearce ab3c68c512 amend commit: Support large loose objects as streams 14 years ago
  Stefan Lay 311da9b211 Fix comparison of nanoseconds 14 years ago
  Shawn O. Pearce 1913b41bc7 log: Implement --follow 14 years ago
  Shawn O. Pearce e9de5643fa Cache the diff configuration section 14 years ago
  Shawn O. Pearce 8a0c58394d log: Add whitespace ignore options 14 years ago
  Shawn O. Pearce bd8740dc14 Format submodule links during differences 14 years ago
  Shawn O. Pearce 5be90be996 Redo DiffFormatter API to be easier to use 14 years ago
  Shawn O. Pearce 04a9d23b9a log, diff: Add rename detection support 14 years ago
  Shawn O. Pearce 978535b090 Implement similarity based rename detection 14 years ago
  Shawn O. Pearce 4dd7b35b26 Improve description of isBare and NoWorkTreeException 14 years ago
  Shawn O. Pearce 08d349a27b amend commit: Refactor repository construction to builder class 14 years ago
  Shawn O. Pearce fe9860a444 Remove pointless size test in PackFile decompress 14 years ago
  Shawn O. Pearce 412ca65bd5 Avoid unbounded getCachedBytes during parseAny 14 years ago
  Shawn O. Pearce e4a480f658 Make type and size lazy for large delta objects 14 years ago
  Shawn O. Pearce 113577617b Use core.streamFileThreshold to set our streaming limit 14 years ago
  Shawn O. Pearce ad68553be4 Support large delta packed objects as streams 14 years ago
  Shawn O. Pearce ded8f6c721 Support large whole packed objects as streams 14 years ago
  Shawn O. Pearce 13e0218a25 Replace PackedObjectLoader with ObjectLoader.SmallObject 14 years ago
  Shawn O. Pearce fa23482ca7 Support large loose objects as streams 14 years ago
  Jeff Schumacher cb8e1e6014 Added a preliminary version of rename detection 14 years ago
  Shawn O. Pearce 2489088235 Permit AnyObjectTo to compareTo AnyObjectId 14 years ago