From 5696ac5d9c1859a0b65f85b9aa6df71a128056e6 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 30 Sep 2007 18:43:08 +0000 Subject: 23872: complete git config in subcommand position. --- ChangeLog | 3 +++ Completion/Unix/Command/_git | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4db660d42..148d6749f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-09-30 Clint Adams + * 23872: Completion/Unix/Command/_git: complete git + config in subcommand position. + * 23870: Completion/Unix/Command/_git: completion for git mergetool. diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 16d9b9116..120c7b406 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -254,6 +254,7 @@ _git_commands () { local -a ancillary_commands ancillary_commands=( + 'config:get and set repository or global options' 'convert-objects:convert old-style git repository' 'for-each-ref:output information on each ref' 'get-tar-commit-id:extract commit ID from an archive created using tar-tree' -- cgit 1.4.1