From: Derrick Stolee Date: Tue, 18 Jun 2019 20:25:28 +0000 (-0700) Subject: pull: add --[no-]show-forced-updates passthrough X-Git-Tag: v2.23.0-rc0~54^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3883c55138dcfbe2d9a24e3f93a2a4b1d376dde6?ds=inline;hp=3883c55138dcfbe2d9a24e3f93a2a4b1d376dde6 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 Signed-off-by: Junio C Hamano ---