Re: [JGIT PATCH 00/14] TreeWalk D/F conflict detection
From: Shawn O. Pearce <hidden>
Date: 2016-06-15 22:45:11
Sorry about that, my git-send-email directory had this cover letter laying around in it from last time. There is no series, I only meant to post the single patch "Support path names longer than 4095...".
Shawn O. Pearce (14): Detect path names which overflow the name length field in the index Fix NB.decodeUInt16 to correctly handle the high byte Add test cases for NB.encode and NB.decode family of routines Fix DirCache's skip over null byte padding when reading a DIRC file Fix usage of assertEquals in DirCacheIteratorTest Refactor AbstractTreeIterator.pathCompare to force another mode Micro-optimize AbstractTreeIterator.pathCompare Optimize path comparsion within subtrees during TreeWalk Refactor AbstractTreeIterator semantics to start on first entry Make all AbstractTreeIterator implementations bi-directional Expose beginning of iterator indication from AbstractTreeIterator Allow application code to set ObjectIds in DirCacheEntry Create NameConflictTreeWalk to transparently detect D/F conflicts Add test case for NameConflictTreeWalk
...
18 files changed, 1418 insertions(+), 207 deletions(-)
-- Shawn.