7189 Commits (0af59e121262c265082369aa746317af37bf5c9b)
 

Author SHA1 Message Date
Stefan Lay 88957f6c5a Allow for filepattern "." in AddCommand 15 years ago
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 Pearce 0ec0e21fdf Merge "Fix concurrent read / write issue in GitIndex on Windows" 15 years ago
Jens Baumgart e99c48a61a Fix concurrent read / write issue in GitIndex on Windows 15 years ago
Christian Halstrick 5c94321b47 Check for racy git in WorkingTreeIterator 15 years ago
Christian Halstrick c98d97731b Smudge racily clean index entries by truncating length (like git.git) 15 years ago
Shawn O. Pearce 938943d674 Use proper constants for .gitignore and .git directory 15 years ago
Shawn O. Pearce c59db09bc5 Remove gitIgnoreTimestamp from abstract iterator API 15 years ago
Shawn O. Pearce 395d236058 Fix NPE in RenameDetector 15 years ago
Shawn O. Pearce b518189b5c IndexPack: Fix spurious pack file corruption errors 15 years ago
Jonathan Gossage ec13e0382a Fully implement Logger interface 15 years ago
Shawn O. Pearce 12fe0f2d1e Discard the uncompressed delta as soon as its compressed 15 years ago
Shawn O. Pearce 6e155d5f41 Merge branch 'js/rename' 15 years ago
Shawn O. Pearce 0b46e70155 Fix infinite loop in IndexPack 15 years ago
Jeff Schumacher 31311cacfd Implemented file path based tie breaking to exact rename detection 15 years ago
Christian Halstrick b840ed0121 Added dirty-detection to WorkingTreeIterator 15 years ago
Shawn Pearce ff59ce4bff Merge "Remove an unused File reference in test code" 15 years ago
Robin Rosenberg 9d589c88f7 Remove an unused File reference in test code 15 years ago
Shawn Pearce 19473b1dbc Merge "Handle the tilde notation (~user) of git url" 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
Shawn Pearce 0ef99921fa Merge changes I104cd62f,I1d0238b4 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 bc08fafb41 Added very small optimization to exact rename detection 15 years ago
Jeff Schumacher a20e6f6fec Fixed Misleading Javadoc 15 years ago
Jeff Schumacher 9a48de86d8 Added file path similarity to scoring metric in rename detection 15 years ago
Jeff Schumacher 4c14b7869d Fixed potential div by zero bug 15 years ago
Jeff Schumacher 64b9458640 Added file size based rename detection optimization 15 years ago
Robin Rosenberg d787a82e50 Internationalize RepositoryState descriptions 15 years ago
Shawn O. Pearce 9734194917 Honor pack.windowlimit to cap memory usage during packing 15 years ago
Shawn O. Pearce 74e0835012 Honor pack.threads and perform delta search in parallel 15 years ago
Shawn O. Pearce a960d1429e Cache small deltas during packing 15 years ago
Shawn O. Pearce dfad23bf3d Implement delta generation during packing 15 years ago
Shawn O. Pearce 074055d747 debug-show-packdelta: Dump a pack delta to the console 15 years ago
Shawn O. Pearce 8612c0ace1 Initial pack format delta generator 15 years ago
Shawn O. Pearce b38426ae8c Add debugging toString() method to ObjectToPack 15 years ago
Shawn O. Pearce 699e4aa7c5 Make ObjectToPack clearReuseAsIs signal available to subclasses 15 years ago
Shawn O. Pearce 4569d77e13 Correctly classify the compressing objects phase 15 years ago
Shawn O. Pearce 85b7a53d52 Refactor ObjectToPack's delta depth setting 15 years ago
Shawn O. Pearce 6730f9e3c8 Configure core.bigFileThreshold into PackWriter 15 years ago
Shawn O. Pearce 823e9a9721 Add doNotDelta flag to ObjectToPack 15 years ago
Shawn O. Pearce 616bc74cf7 Add more configuration options to PackWriter 15 years ago
Robin Rosenberg a1492f1922 Say that commit is allowed during bisect 15 years ago
Shawn O. Pearce 2f93a09dd1 Save object path hash codes during packing 15 years ago
Shawn O. Pearce c20daa7314 Add path hash code to ObjectWalk 15 years ago
Shawn O. Pearce b584cb8754 Add getObjectSize to ObjectReader 15 years ago
Shawn O. Pearce 97311cd3e0 Allow TemporaryBuffer.Heap to allocate smaller than 8 KiB 15 years ago