pull: pass documented fetch options on
commit13ac5edbfa5a03cd9bb4cf6b59dc45f2c73aa463
authorRené Scharfe <l.s.r@web.de>
Sat, 28 Mar 2020 14:48:41 +0000 (28 15:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 29 Mar 2020 01:13:11 +0000 (28 18:13 -0700)
tree071cb7ce599bf4290c4917aa594b59721006bc0e
parentf05558f3e290fcc69f8ba67310b2c7dd83ebe938
pull: pass documented fetch options on

The fetch options --deepen, --negotiation-tip, --server-option,
--shallow-exclude, and --shallow-since are documented for git pull as
well, but are not actually accepted by that command.  Pass them on to
make the code match its documentation.

Reported-by: 天几 <muzimuzhi@gmail.com>
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pull.c