Re: [PATCH v2 08/19] pull: pass git-fetch's options to git-fetch

2015-06-03 Thread Stefan Beller
On Tue, Jun 2, 2015 at 11:48 PM, Paul Tan wrote: > Since eb2a8d9 (pull: handle git-fetch's options as well, 2015-06-02), > git-pull knows about and handles git-fetch's options, passing them to > git-fetch. Re-implement this behavior. > > Since 29609e6 (pull: do nothing on --dry-run, 2010-05-25) gi

[PATCH v2 08/19] pull: pass git-fetch's options to git-fetch

2015-06-02 Thread Paul Tan
Since eb2a8d9 (pull: handle git-fetch's options as well, 2015-06-02), git-pull knows about and handles git-fetch's options, passing them to git-fetch. Re-implement this behavior. Since 29609e6 (pull: do nothing on --dry-run, 2010-05-25) git-pull supported the --dry-run option, exiting after git-fe