From: Yann Dirson Date: Wed, 31 Jan 2007 23:41:11 +0000 (+0000) Subject: Make 'stg pull' use git-fetch and not git-pull. X-Git-Tag: v0.14.3~359 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/4cd6405eb66123eac7bc45f465900056243839c8?ds=sidebyside;hp=4cd6405eb66123eac7bc45f465900056243839c8 Make 'stg pull' use git-fetch and not git-pull. We introduce a new pull-does-rebase setting, as companion to pullcmd. This allows to use both pullcmd's that need a rebase (like git-fetch) and pullcmd's that do not (like git-pull). To be able to rebase, we rely on parent information being available for the stack. Signed-off-by: Yann Dirson ---