Re: [PATCH v2 0/2] Improve git-pull's option parsing

2015-06-02 Thread Junio C Hamano
Paul Tan writes: > However, certain functions in git-pull assume that the positional > parameters do not contain any options. Fix this by making git-pull > handle git-fetch's options as well at the option parsing stage. Good. -- To unsubscribe from this list: send the line "unsubscribe git" in t

[PATCH v2 0/2] Improve git-pull's option parsing

2015-06-02 Thread Paul Tan
This is a re-roll of [v1]. Thanks Johannes for the reviews last round. Previous versions: [v1] http://thread.gmane.org/gmane.comp.version-control.git/269249 This patch series is based on pt/pull-tests. While parsing the command-line arguments, git-pull stops parsing at the first unrecognized op