From 61e692400bd5c560a64f5bf299f0d6f1f0f4aa29 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 9 Dec 2008 00:44:49 +0000 Subject: Richard Hartmann: 26114: add color options. --- Completion/Unix/Command/_git | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index b0fcc707f..fcb6a7805 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -3158,6 +3158,10 @@ __git_config_name () { 'color.diff.new:color of added lines' 'color.diff.commit:color of commit headers' 'color.diff.whitespace:color of dubious whitespace' + 'color.interactive:when to color in interactive mode' + 'color.interactive.header:color of header' + 'color.interactive.help:color of help' + 'color.interactive.prompt:color of prompt' 'color.pager:whether the pager is fed colored output' 'color.status:when to color output of git-status' 'color.status.header:color of header text' @@ -3165,6 +3169,8 @@ __git_config_name () { 'color.status.updated:color of updated, but not yet committed, files' 'color.status.changed:color of changed, but not yet added in the index, files' 'color.status.untracked:color of files not currently being tracked' + 'commit.template:template file for commit messages' + 'color.ui:when to color if output is capable; most generic option, overriding by more specific ones' 'diff.renameLimit:number of files to consider when detecting copy/renames' 'diff.renames:how hard to try to detect renames' 'fetch.unpackLimit:maximum number of objects to unpack when fetching' -- cgit 1.4.1