Mark Lawrence
Mark Lawrence
> I'll try to reproduce the problem. BTW, what version of Vim are you > using? I'm on a Debian testing box with vim 7.4: ``` VIM - Vi IMproved...
I'll save you the trouble @sky5walk , since I opened this in the first place :-) Thanks team for the efforts, here and elsewhere!
Ummm... I don't quite see the difference between rules inserted before or after existing ones. Duplicates are still duplicates or am I missing something? I can perhaps add to the...
> The second issue, the one we addressed, is what happens when a new > rule matches enough to overlap. If I send a knock to nat through I haven't...
Hello tianshuo, I think this might be a duplicate of my issue #158? If so, perhaps you can close this issue...
An additional related issue is that the hook is called in the `.git` directory which strikes me as ... well, different to command-line interaction. Since there don't seem to be...
> Which version of dulwich are you using? I think there was a fix for this in 0.20.27. I have 0.20.15-1 in Debian stable, but (one quick upgrade later) I...
I'm not a Pythonista, but this looks a little suspicious to me: Starting at git.py line 674 the _import_one method appears to lock the index file via locked_index() which takes...
> We could perhaps add another lock that is specific to Xandikos instead, though downside of that would be that it doesn't prevent concurrent commits with somebody using another tool...
Thanks for the attempt to solve this. I see a few CI errors on that branch, and I'm not really in a position to manually test dulwich, but if you...