Re: [RFC/PATCH] contrib: teach completion about git-worktree options and arguments

2015-08-21 Thread Eric Sunshine
On Fri, Aug 21, 2015 at 4:49 PM, SZEDER Gábor wrote: > Quoting Junio C Hamano : >> Eric Sunshine writes: >>> On Thu, Jul 23, 2015 at 4:49 PM, Eric Sunshine >>> wrote: Complete subcommands 'add' and 'prune', as well as their respective options --force, --detach, --dry-run, --verbose, an

Re: [RFC/PATCH] contrib: teach completion about git-worktree options and arguments

2015-08-21 Thread SZEDER Gábor
Quoting Junio C Hamano : Eric Sunshine writes: On Thu, Jul 23, 2015 at 4:49 PM, Eric Sunshine wrote: Complete subcommands 'add' and 'prune', as well as their respective options --force, --detach, --dry-run, --verbose, and --expire. Also complete 'refname' in "git worktree add [-b ] ".

Re: [RFC/PATCH] contrib: teach completion about git-worktree options and arguments

2015-08-21 Thread Junio C Hamano
Eric Sunshine writes: > On Thu, Jul 23, 2015 at 4:49 PM, Eric Sunshine > wrote: >> Complete subcommands 'add' and 'prune', as well as their respective >> options --force, --detach, --dry-run, --verbose, and --expire. Also >> complete 'refname' in "git worktree add [-b ] >> ". > > Ping[1]? > >

Re: [RFC/PATCH] contrib: teach completion about git-worktree options and arguments

2015-08-06 Thread Eric Sunshine
On Thu, Jul 23, 2015 at 4:49 PM, Eric Sunshine wrote: > Complete subcommands 'add' and 'prune', as well as their respective > options --force, --detach, --dry-run, --verbose, and --expire. Also > complete 'refname' in "git worktree add [-b ] > ". Ping[1]? [1]: http://article.gmane.org/gmane.com

[RFC/PATCH] contrib: teach completion about git-worktree options and arguments

2015-07-23 Thread Eric Sunshine
Complete subcommands 'add' and 'prune', as well as their respective options --force, --detach, --dry-run, --verbose, and --expire. Also complete 'refname' in "git worktree add [-b ] ". Signed-off-by: Eric Sunshine --- This is RFC since this is my first foray into the Git completion script, and