492 Commits (37fe0988b26b7893888a073a33ccf0865723ca8b)

Author SHA1 Message Date
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 a1d5f5b6b5 Move DirCache factory methods to Repository 14 years ago
Shawn O. Pearce cb9d8285ba Create NoWorkTreeException for bare repositories 14 years ago
Shawn O. Pearce 121d009b9b Use ObjectReader in RevWalk, TreeWalk 14 years ago
Jeff Schumacher 9869ef2592 Added further support for whitespace ignoring during diff 14 years ago
Shawn O. Pearce acb7be2c5a Refactor Repository.openObject to be Repository.open 14 years ago
Shawn O. Pearce 6b62e53b60 Move PackWriter progress monitors onto the operations 14 years ago
Jeff Schumacher 543235b805 Added support for whitespace ignoring 14 years ago
Shawn O. Pearce a45728d7a4 Ensure ObjectReader used by PackWriter is released 14 years ago
Shawn O. Pearce ea21c111cb Move PackWriter over to storage.pack.PackWriter 14 years ago
Shawn O. Pearce 71aace52f7 Simplify ObjectLoaders coming from PackFile 14 years ago
Shawn O. Pearce 68518ca3aa Remove getRawSize, getRawType from ObjectLoader 14 years ago
Shawn O. Pearce ad5238dc67 Move FileRepository to storage.file.FileRepository 14 years ago
Shawn O. Pearce 767fd314ad Use getObjectsDatabase().getDirectory() to find objects 14 years ago
Shawn O. Pearce 203bd66267 Rename Repository getWorkDir to getWorkTree 14 years ago
Shawn O. Pearce 532421d989 Refactor repository construction to builder class 14 years ago
Shawn O. Pearce 8f46ee4870 Remove Repository.toFile(ObjectId) 14 years ago
Shawn O. Pearce 5cfc29b491 Replace WindowCache with ObjectReader 14 years ago
Shawn O. Pearce 88530a179e Start using ObjectInserter instead of ObjectWriter 14 years ago
Shawn O. Pearce cad10e6640 Refactor object writing responsiblities to ObjectDatabase 14 years ago
Shawn O. Pearce 89d4a7377f Use FileRepository where we assume other file semantics 14 years ago
Shawn O. Pearce 4c14b7623d Make lib.Repository abstract and lib.FileRepository its implementation 14 years ago
Shawn O. Pearce e1b312b5f7 Use CoreConfig, UserConfig and TransferConfig directly 14 years ago
Shawn O. Pearce 8e396bcddc Use higher level Config types when possible 14 years ago
Shawn O. Pearce dc10dd6fc8 Remove test of the unsupported core.legacyHeaders variable 14 years ago
Shawn O. Pearce 252cd74eb0 Remove pack stream from PackWriterTest 14 years ago
Shawn O. Pearce a5aec660eb Remove pointless setOldObjectId in test 14 years ago
Shawn O. Pearce 66e5895eb4 Remove speed tests based on mapCommit 14 years ago
Matthias Sohn 767fb175ed Fix line endings 14 years ago
Mathias Kinzler 3c51b35e03 "Bare" Repository should not return working directory. 14 years ago
Mathias Kinzler c1c1300a74 Allow to read configured keys 14 years ago
Shawn O. Pearce 239ce58553 Start 0.9 development 14 years ago
Shawn O. Pearce d28a40d679 Qualify post-0.8.4 builds 14 years ago
Matthias Sohn 6970edf35a JGit 0.8.4 14 years ago
Matthias Sohn 5255d66143 JGit 0.8.3 14 years ago
Marc Strapetz 936e4ab2f2 Repository can be configured with FS 15 years ago
Robin Rosenberg 920d89d6af Add support for computing a Change-Id à la Gerrit 15 years ago
Christian Halstrick eca2946457 Refactor ReadTreeTest to allow testing other checkout classes 15 years ago
Shawn O. Pearce d8ec8527a6 Qualify post-0.8.1 builds 15 years ago
Shawn O. Pearce be86767d71 JGit 0.8.1 15 years ago
Stefan Lay 5b0e73b849 Add a merge command to the jgit API 15 years ago
Christian Halstrick 6ca9843f3e Added merge support to CommitCommand 15 years ago
Sasa Zivkov 3c667b328a Test root locale translations 15 years ago
Sasa Zivkov f3d8a8ecad Externalize strings from JGit 15 years ago
Shawn O. Pearce cb5bc19540 Reduce size of PackedObjectLoader by dropping long to int 15 years ago