1218 Commits (a2eadf0b6745103c1acac0494583f056351269be)

Author SHA1 Message Date
Matthias Sohn b8f2bb7d2a Add support for updateNeeded flag in DirCacheEntry 15 years ago
Jeff Schumacher a8b29afd82 Create FileHeader from DiffEntry 15 years ago
Stefan Lay 354b90131a Fix javadoc typos in JGit API 15 years ago
Shawn O. Pearce 711bd3e3d0 Define a constant for 127 in DeltaEncoder 15 years ago
Shawn O. Pearce cd7dd8591e Cap delta copy instructions at 64k 15 years ago
Shawn O. Pearce 384a19eee0 Deprecate all of the older Tree related code 15 years ago
Shawn O. Pearce a215914a56 Fix DeltaEncoder header for objects 128 bytes long 15 years ago
Shawn O. Pearce f29741d1d8 amend commit: Support large delta packed objects as streams 15 years ago
Shawn O. Pearce ab3c68c512 amend commit: Support large loose objects as streams 15 years ago
Stefan Lay 311da9b211 Fix comparison of nanoseconds 15 years ago
Shawn O. Pearce 1913b41bc7 log: Implement --follow 15 years ago
Shawn O. Pearce e9de5643fa Cache the diff configuration section 15 years ago
Shawn O. Pearce 8a0c58394d log: Add whitespace ignore options 15 years ago
Shawn O. Pearce bd8740dc14 Format submodule links during differences 15 years ago
Shawn O. Pearce 5be90be996 Redo DiffFormatter API to be easier to use 15 years ago
Shawn O. Pearce 04a9d23b9a log, diff: Add rename detection support 15 years ago
Shawn O. Pearce 978535b090 Implement similarity based rename detection 15 years ago
Shawn O. Pearce 4dd7b35b26 Improve description of isBare and NoWorkTreeException 15 years ago
Shawn O. Pearce 08d349a27b amend commit: Refactor repository construction to builder class 15 years ago
Shawn O. Pearce fe9860a444 Remove pointless size test in PackFile decompress 15 years ago
Shawn O. Pearce 412ca65bd5 Avoid unbounded getCachedBytes during parseAny 15 years ago
Shawn O. Pearce e4a480f658 Make type and size lazy for large delta objects 15 years ago
Shawn O. Pearce 113577617b Use core.streamFileThreshold to set our streaming limit 15 years ago
Shawn O. Pearce ad68553be4 Support large delta packed objects as streams 15 years ago
Shawn O. Pearce ded8f6c721 Support large whole packed objects as streams 15 years ago
Shawn O. Pearce 13e0218a25 Replace PackedObjectLoader with ObjectLoader.SmallObject 15 years ago
Shawn O. Pearce fa23482ca7 Support large loose objects as streams 15 years ago
Jeff Schumacher cb8e1e6014 Added a preliminary version of rename detection 15 years ago
Shawn O. Pearce 2489088235 Permit AnyObjectTo to compareTo AnyObjectId 15 years ago
Shawn O. Pearce d04b7972d8 Use copyTo during checkout of files to working tree 15 years ago
Shawn O. Pearce a0fd06e5c2 Stream whole deflated objects in PackWriter 15 years ago
Shawn O. Pearce ad0383734e Lazily allocate Deflater in PackWriter 15 years ago
Shawn O. Pearce 23e7f6376a Add openStream to ObjectLoader for big blobs 15 years ago
Jeff Schumacher 7b0b4110ed Refactored code out of FileHeader to facilitate rename detection 15 years ago
Dmitry Neverov 44854741c5 Fix missing flush in StreamCopyThread 15 years ago
Shawn O. Pearce a1d5f5b6b5 Move DirCache factory methods to Repository 15 years ago
Shawn O. Pearce cb9d8285ba Create NoWorkTreeException for bare repositories 15 years ago
Jeff Schumacher 9f2249bd26 Added check for binary files while diffing 15 years ago
Shawn O. Pearce 515deaf7e5 Ensure RevWalk is released when done 15 years ago
Shawn O. Pearce 94228bde22 Use ObjectReader in DirCacheBuilder.addTree 15 years ago
Shawn O. Pearce d6e975f71b Use one ObjectReader for WalkFetchConnection 15 years ago
Shawn O. Pearce 121d009b9b Use ObjectReader in RevWalk, TreeWalk 15 years ago
Shawn O. Pearce 06f635a4bc Fix minor formatting issue in UploadPack 15 years ago
Jeff Schumacher 9869ef2592 Added further support for whitespace ignoring during diff 15 years ago
Shawn O. Pearce 242b4026d9 Remove volatile keyword from RepositoryEvent 15 years ago
Shawn O. Pearce aa4b06e087 Rename openObject, hasObject to just open, has 15 years ago
Shawn O. Pearce acb7be2c5a Refactor Repository.openObject to be Repository.open 15 years ago
Shawn O. Pearce 6b62e53b60 Move PackWriter progress monitors onto the operations 15 years ago
Shawn O. Pearce f288c27e46 Pass the PackOutputStream down the call stack 15 years ago
Shawn O. Pearce 1ad2feb7b3 Remove Repository.openObject(ObjectReader, AnyObjectId) 15 years ago