Re: [PATCH 0/2] recursive submodules: paths are hard

2016-02-26 Thread Duy Nguyen
On Sat, Feb 27, 2016 at 3:51 AM, Stefan Beller wrote: > I think we may need to enable Git to pass in 'negative' pathes for the prefix, > i.e. > Although operating on this repository, your reference for displaying paths > should be '../untracked' for the example above, when

[PATCH 0/2] recursive submodules: paths are hard

2016-02-26 Thread Stefan Beller
I thought getting rid of the extra `prefix` argument in submodule helper functions was easy up to the point of all but one test passing in the test suite. It turned out the implementation of that prefix patch was wrong, only caught by tests, so we want to add tests for subtle details with