[PATCH] docs: Explain the purpose of fetch's and pull's parameter.

2014-06-11 Thread Marc Branchaud
Signed-off-by: Marc Branchaud --- Documentation/git-fetch.txt| 4 ++-- Documentation/pull-fetch-param.txt | 18 ++ 2 files changed, 16 insertions(+), 6 deletions(-) On 14-06-05 06:12 PM, Junio C Hamano wrote: > >> + parameters are not normally specified on the comma

Re: [PATCH] docs: Explain the purpose of fetch's and pull's parameter.

2014-06-05 Thread Junio C Hamano
Marc Branchaud writes: > This patch applies atop your 8/9. I feel strongly that some kind of > reference should accompany this description, and your new CONFIGURED > REMOTE-TRACKING BRANCHES section seems like a good one for the fetch > variant, but since pull's variant doesn't have that section

[PATCH] docs: Explain the purpose of fetch's and pull's parameter.

2014-06-05 Thread Marc Branchaud
Signed-off-by: Marc Branchaud --- Documentation/git-fetch.txt| 4 ++-- Documentation/pull-fetch-param.txt | 17 ++--- 2 files changed, 16 insertions(+), 5 deletions(-) On 14-06-04 06:17 PM, Junio C Hamano wrote: > > Perhaps > > ... `remote..fetch` values are used as th