]> granicus.if.org Git - git/commit
pull: add --[no-]show-forced-updates passthrough
authorDerrick Stolee <dstolee@microsoft.com>
Tue, 18 Jun 2019 20:25:28 +0000 (13:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Jun 2019 16:38:29 +0000 (09:38 -0700)
commit3883c55138dcfbe2d9a24e3f93a2a4b1d376dde6
tree65dfcd9a7b60ec6a7b8cfce202a13c4ed1a85d22
parent377444b440eab3b6ef636df092f7f8299acf75bb
pull: add --[no-]show-forced-updates passthrough

The 'git fetch' command can avoid calculating forced updates, so
allow users of 'git pull' to provide that option. This is particularly
necessary when the advice to use '--no-show-forced-updates' is given
at the end of the command.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pull.c