Re: [PATCH] submodules: update documentaion for submodule branches

2016-10-19 Thread Brandon Williams
On 10/19, Junio C Hamano wrote: > Junio C Hamano writes: > > > Brandon Williams writes: > > > >> Update the documentaion for the the special value `.` to indicate that > >> it signifies that the tracking branch in the submodule should be the > >> same as the current branch in the superproject. >

Re: [PATCH] submodules: update documentaion for submodule branches

2016-10-19 Thread Junio C Hamano
Junio C Hamano writes: > Brandon Williams writes: > >> Update the documentaion for the the special value `.` to indicate that >> it signifies that the tracking branch in the submodule should be the >> same as the current branch in the superproject. > > Thanks. Will typofix while extending with

Re: [PATCH] submodules: update documentaion for submodule branches

2016-10-19 Thread Junio C Hamano
Brandon Williams writes: > Update the documentaion for the the special value `.` to indicate that > it signifies that the tracking branch in the submodule should be the > same as the current branch in the superproject. Thanks. Will typofix while extending with info supplied by Stefan like so:

Re: [PATCH] submodules: update documentaion for submodule branches

2016-10-19 Thread Stefan Beller
On Wed, Oct 19, 2016 at 1:42 PM, Brandon Williams wrote: > Update the documentaion for the the special value `.` to indicate that > it signifies that the tracking branch in the submodule should be the > same as the current branch in the superproject. For reference of other reviewers: See 4d7bc52b

[PATCH] submodules: update documentaion for submodule branches

2016-10-19 Thread Brandon Williams
Update the documentaion for the the special value `.` to indicate that it signifies that the tracking branch in the submodule should be the same as the current branch in the superproject. Signed-off-by: Brandon Williams --- Documentation/git-submodule.txt | 4 +++- Documentation/gitmodules.txt