Re: [PATCH] git-pull: Pass -4/-6 option to git-fetch

2017-11-21 Thread Junio C Hamano
Shuyu Wei writes: > The -4/-6 option should be passed through to git-fetch > to be consistent with the git-pull man page. > > Signed-off-by: Wei Shuyu > --- Sounds sensible. "git pull -h" output automatically gets extended with this change, too. Thanks. >

[PATCH] git-pull: Pass -4/-6 option to git-fetch

2017-11-19 Thread Shuyu Wei
The -4/-6 option should be passed through to git-fetch to be consistent with the git-pull man page. Signed-off-by: Wei Shuyu --- builtin/pull.c | 12 1 file changed, 12 insertions(+) diff --git a/builtin/pull.c b/builtin/pull.c index f7e2c4f2e..166b777ed 100644

[PATCH] git-pull: Pass -4/-6 option to git-fetch

2017-11-19 Thread Shuyu Wei
The -4/-6 option should be passed through to git-fetch to be consistent with the git-pull man page. Signed-off-by: Wei Shuyu --- builtin/pull.c | 12 1 file changed, 12 insertions(+) diff --git a/builtin/pull.c b/builtin/pull.c index f7e2c4f2e..166b777ed 100644