> > For add -e I got it to work by editing the patch to; > > +function bt_move($path, $pos) { > + return; > +} > function bt_add($path) { > return; > } > > The reason it's hard to get right is that you have to > reconstruct the context of the original content for the > adds/removes and remember to add the space before the > reconstructed bt_add($path). > Thanks very much, i forgot the space before the reconstructed bt_add($path) :-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html