328 Commits (51e2646d4a17a22210111675030dee54f4cfee49)

Author SHA1 Message Date
Shawn O. Pearce 395d236058 Fix NPE in RenameDetector 14 years ago
Jeff Schumacher 31311cacfd Implemented file path based tie breaking to exact rename detection 14 years ago
Robin Rosenberg 9d589c88f7 Remove an unused File reference in test code 14 years ago
Robin Rosenberg 845714158a Handle the tilde notation (~user) of git url 14 years ago
Stefan Lay 233e0130b5 Git Porcelain API: Add Command 14 years ago
Christian Halstrick 33160cd2da Fix ReadTreeTest 14 years ago
Charley Wang b878cdcf6b Add compatibility with gitignore specifications 14 years ago
Jeff Schumacher f666cc755b Added more test cases for RenameDetector 14 years ago
Jeff Schumacher 9a48de86d8 Added file path similarity to scoring metric in rename detection 14 years ago
Shawn O. Pearce 8612c0ace1 Initial pack format delta generator 14 years ago
Shawn O. Pearce 97311cd3e0 Allow TemporaryBuffer.Heap to allocate smaller than 8 KiB 14 years ago
Jeff Schumacher a8b29afd82 Create FileHeader from DiffEntry 14 years ago
Christian Halstrick 4be88168b6 Allow ReadTreeTest to test arbitrary Checkouts 14 years ago
Shawn O. Pearce 384a19eee0 Deprecate all of the older Tree related code 14 years ago
Shawn O. Pearce ab3c68c512 amend commit: Support large loose objects as streams 14 years ago
Shawn O. Pearce 5be90be996 Redo DiffFormatter API to be easier to use 14 years ago
Shawn O. Pearce 978535b090 Implement similarity based rename detection 14 years ago
Shawn O. Pearce 08d349a27b amend commit: Refactor repository construction to builder class 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 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