1538 Commits (09810d013c8366f3f174438e8537d397b158906a)

Author SHA1 Message Date
Stefan Lay aa86cfc339 Do not add ignored files in Add command 15 years ago
Shawn O. Pearce 09910ffa32 Move ignore node handling into WorkingTreeIterator 15 years ago
Shawn O. Pearce 395d236058 Fix NPE in RenameDetector 15 years ago
Jeff Schumacher 31311cacfd Implemented file path based tie breaking to exact rename detection 15 years ago
Robin Rosenberg 9d589c88f7 Remove an unused File reference in test code 15 years ago
Robin Rosenberg 845714158a Handle the tilde notation (~user) of git url 15 years ago
Stefan Lay 233e0130b5 Git Porcelain API: Add Command 15 years ago
Christian Halstrick 33160cd2da Fix ReadTreeTest 15 years ago
Charley Wang b878cdcf6b Add compatibility with gitignore specifications 15 years ago
Jeff Schumacher f666cc755b Added more test cases for RenameDetector 15 years ago
Jeff Schumacher 9a48de86d8 Added file path similarity to scoring metric in rename detection 15 years ago
Shawn O. Pearce 8612c0ace1 Initial pack format delta generator 15 years ago
Shawn O. Pearce 97311cd3e0 Allow TemporaryBuffer.Heap to allocate smaller than 8 KiB 15 years ago
Jeff Schumacher a8b29afd82 Create FileHeader from DiffEntry 15 years ago
Christian Halstrick 4be88168b6 Allow ReadTreeTest to test arbitrary Checkouts 15 years ago
Shawn O. Pearce 384a19eee0 Deprecate all of the older Tree related code 15 years ago
Shawn O. Pearce ab3c68c512 amend commit: Support large loose objects as streams 15 years ago
Shawn O. Pearce 5be90be996 Redo DiffFormatter API to be easier to use 15 years ago
Shawn O. Pearce 978535b090 Implement similarity based rename detection 15 years ago
Shawn O. Pearce 08d349a27b amend commit: Refactor repository construction to builder class 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 a1d5f5b6b5 Move DirCache factory methods to Repository 15 years ago
Shawn O. Pearce cb9d8285ba Create NoWorkTreeException for bare repositories 15 years ago
Shawn O. Pearce 121d009b9b Use ObjectReader in RevWalk, TreeWalk 15 years ago
Jeff Schumacher 9869ef2592 Added further support for whitespace ignoring during diff 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
Jeff Schumacher 543235b805 Added support for whitespace ignoring 15 years ago
Shawn O. Pearce a45728d7a4 Ensure ObjectReader used by PackWriter is released 15 years ago
Shawn O. Pearce ea21c111cb Move PackWriter over to storage.pack.PackWriter 15 years ago
Shawn O. Pearce 71aace52f7 Simplify ObjectLoaders coming from PackFile 15 years ago
Shawn O. Pearce 68518ca3aa Remove getRawSize, getRawType from ObjectLoader 15 years ago
Shawn O. Pearce ad5238dc67 Move FileRepository to storage.file.FileRepository 15 years ago
Shawn O. Pearce 767fd314ad Use getObjectsDatabase().getDirectory() to find objects 15 years ago
Shawn O. Pearce 203bd66267 Rename Repository getWorkDir to getWorkTree 15 years ago
Shawn O. Pearce 532421d989 Refactor repository construction to builder class 15 years ago
Shawn O. Pearce 8f46ee4870 Remove Repository.toFile(ObjectId) 15 years ago
Shawn O. Pearce 5cfc29b491 Replace WindowCache with ObjectReader 15 years ago
Shawn O. Pearce 88530a179e Start using ObjectInserter instead of ObjectWriter 15 years ago
Shawn O. Pearce cad10e6640 Refactor object writing responsiblities to ObjectDatabase 15 years ago
Shawn O. Pearce 89d4a7377f Use FileRepository where we assume other file semantics 15 years ago
Shawn O. Pearce 4c14b7623d Make lib.Repository abstract and lib.FileRepository its implementation 15 years ago
Shawn O. Pearce e1b312b5f7 Use CoreConfig, UserConfig and TransferConfig directly 15 years ago
Shawn O. Pearce 8e396bcddc Use higher level Config types when possible 15 years ago
Shawn O. Pearce dc10dd6fc8 Remove test of the unsupported core.legacyHeaders variable 15 years ago