about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-12-09 00:44:49 +0000
committerClint Adams <clint@users.sourceforge.net>2008-12-09 00:44:49 +0000
commit61e692400bd5c560a64f5bf299f0d6f1f0f4aa29 (patch)
tree90d90462c7ae05a32fc2623ed1647a7185c11dca /Completion
parent2e0031c348a6c6b2922c7ff7ee48abf871bbcca2 (diff)
downloadzsh-61e692400bd5c560a64f5bf299f0d6f1f0f4aa29.tar.gz
zsh-61e692400bd5c560a64f5bf299f0d6f1f0f4aa29.tar.xz
zsh-61e692400bd5c560a64f5bf299f0d6f1f0f4aa29.zip
Richard Hartmann: 26114: add color options.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_git6
1 files changed, 6 insertions, 0 deletions
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'