Re: [PATCH v6 16/27] path.c: move some code out of strbuf_git_path_submodule()

2017-03-20 Thread Duy Nguyen
On Mon, Mar 20, 2017 at 3:47 AM, Michael Haggerty wrote: > On 03/18/2017 03:03 AM, Nguyễn Thái Ngọc Duy wrote: >> refs is learning to avoid path rewriting that is done by >> strbuf_git_path_submodule(). Factor out this code so it could be reused >> by refs* > > Is the "*" on the previous line is a

Re: [PATCH v6 16/27] path.c: move some code out of strbuf_git_path_submodule()

2017-03-19 Thread Michael Haggerty
On 03/18/2017 03:03 AM, Nguyễn Thái Ngọc Duy wrote: > refs is learning to avoid path rewriting that is done by > strbuf_git_path_submodule(). Factor out this code so it could be reused > by refs* Is the "*" on the previous line is a typo, or did you want to add a footnote, or ...? > Signed-off-by

[PATCH v6 16/27] path.c: move some code out of strbuf_git_path_submodule()

2017-03-17 Thread Nguyễn Thái Ngọc Duy
refs is learning to avoid path rewriting that is done by strbuf_git_path_submodule(). Factor out this code so it could be reused by refs* Signed-off-by: Nguyễn Thái Ngọc Duy --- path.c | 35 +++ submodule.c | 36 submodule