Re: [PATCH] git-subtree: compare file names by absolute paths

2016-08-12 Thread Ivan Oleynikov
quote on Fri, Aug 12, 2016 at 06:49:42PM +0300 (Ivan Oleynikov): BTW, this patch should be applied to `maint` branch. The similar change also works if applied to master (patch for master must be a bit different). -- Ivan Oleynikov STC Metrotek St.Petersburg -- To unsubscribe from this list

[PATCH] git-subtree: compare file names by absolute paths

2016-08-12 Thread Ivan Oleynikov
split --prefix=./some/relative/path Would fail with multiple assertion errors. This commit makes the latter command work without errors. Signed-off-by: Ivan Oleynikov --- Notes: The bug fixed by this commit can be reproduced like this: $ git init Initialized empty Git repository