482 Commits (stable-0.9)

Author SHA1 Message Date
  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
  Shawn O. Pearce d04b7972d8 Use copyTo during checkout of files to working tree 14 years ago
  Shawn O. Pearce a0fd06e5c2 Stream whole deflated objects in PackWriter 14 years ago
  Shawn O. Pearce ad0383734e Lazily allocate Deflater in PackWriter 14 years ago
  Shawn O. Pearce 23e7f6376a Add openStream to ObjectLoader for big blobs 14 years ago
  Jeff Schumacher 7b0b4110ed Refactored code out of FileHeader to facilitate rename detection 14 years ago
  Dmitry Neverov 44854741c5 Fix missing flush in StreamCopyThread 14 years ago
  Shawn O. Pearce a1d5f5b6b5 Move DirCache factory methods to Repository 14 years ago
  Shawn O. Pearce cb9d8285ba Create NoWorkTreeException for bare repositories 14 years ago
  Jeff Schumacher 9f2249bd26 Added check for binary files while diffing 14 years ago
  Shawn O. Pearce 515deaf7e5 Ensure RevWalk is released when done 14 years ago
  Shawn O. Pearce 94228bde22 Use ObjectReader in DirCacheBuilder.addTree 14 years ago
  Shawn O. Pearce d6e975f71b Use one ObjectReader for WalkFetchConnection 14 years ago
  Shawn O. Pearce 121d009b9b Use ObjectReader in RevWalk, TreeWalk 14 years ago