On Sun, Apr 6, 2008 at 12:19 PM, Junio C Hamano [off-list ref] wrote:
Pascal Obry [off-list ref] writes:
> - __gitcomp "--onto --merge --strategy"
> + __gitcomp "--onto --merge --strategy --interactive"
I personally do not think this is worth it where a single "-i" is enough.
One advantage of bash completion, in my opinion, is being able to be
reminded of option names by tabbing twice to get a list of possible
completions. For exactly such a case, I'd be in favor of this patch.
Just my $0.02,
Elijah