[PATCH v2 7/7] completion: recognize more long-options

2017-02-03 Thread cornelius . weig
From: Cornelius Weig Command completion only recognizes a subset of the available options for the various git commands. The set of recognized options needs to balance between having all useful options and to not clutter the terminal. This commit adds all long-options that are mentioned in the ma

Re: [PATCH v2 7/7] completion: recognize more long-options

2017-02-02 Thread Cornelius Weig
On 02/02/2017 03:00 AM, SZEDER Gábor wrote: >> Personally, I agree with you that >>> Adding more long options that git commands learn along the way is >>> always an improvement. >> However, people may start complaining that their terminal becomes too >> cluttered when doing a double-Tab. In my cove

Re: [PATCH v2 7/7] completion: recognize more long-options

2017-02-01 Thread SZEDER Gábor
On Wed, Feb 1, 2017 at 5:49 PM, Cornelius Weig wrote: > Hi Gabor, > > thanks for taking a look at these commits. > > On 01/31/2017 11:17 PM, SZEDER Gábor wrote: >> On Fri, Jan 27, 2017 at 10:17 PM, wrote: >>> From: Cornelius Weig >>> >>> Recognize several new long-options for bash completion i

Re: [PATCH v2 7/7] completion: recognize more long-options

2017-02-01 Thread Cornelius Weig
Hi Gabor, thanks for taking a look at these commits. On 01/31/2017 11:17 PM, SZEDER Gábor wrote: > On Fri, Jan 27, 2017 at 10:17 PM, wrote: >> From: Cornelius Weig >> >> Recognize several new long-options for bash completion in the following >> commands: > > Adding more long options that git

Re: [PATCH v2 7/7] completion: recognize more long-options

2017-01-31 Thread SZEDER Gábor
On Fri, Jan 27, 2017 at 10:17 PM, wrote: > From: Cornelius Weig > > Recognize several new long-options for bash completion in the following > commands: Adding more long options that git commands learn along the way is always an improvement. However, seeing "_several_ new long options" (or "som

[PATCH v2 7/7] completion: recognize more long-options

2017-01-27 Thread cornelius . weig
From: Cornelius Weig Recognize several new long-options for bash completion in the following commands: - apply: --recount --directory= - archive: --output - branch: --column --no-column --sort= --points-at - clone: --no-single-branch --shallow-submodules - commit: --patch --short --date --a