Re: [PATCH 2/2] completion: add completion for --recurse-submodules=only

2017-02-02 Thread Stefan Beller
On Wed, Feb 1, 2017 at 3:07 PM, wrote: > From: Cornelius Weig > > Command completion for 'git-push --recurse-submodules' already knows to > complete some modes. However, the recently added mode 'only' is missing. > > Adding 'only' to the

[PATCH 2/2] completion: add completion for --recurse-submodules=only

2017-02-01 Thread cornelius . weig
From: Cornelius Weig Command completion for 'git-push --recurse-submodules' already knows to complete some modes. However, the recently added mode 'only' is missing. Adding 'only' to the recognized modes completes the list of non-trivial modes. Signed-off-by: