summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2011-07-01 08:42:14 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2011-07-01 08:42:14 +0300
commit8c907119a4a7af4a218d06c0f33352a5b65a2970 (patch)
treeeb86cbb6a4a148eb1e7c7b7bb6833789b033f076
parentNewer emacsen uses `eterm-color` as $TERM name (diff)
downloadgit-prompt-8c907119a4a7af4a218d06c0f33352a5b65a2970.tar.gz
git-prompt-8c907119a4a7af4a218d06c0f33352a5b65a2970.tar.bz2
git-prompt-8c907119a4a7af4a218d06c0f33352a5b65a2970.zip
--
-rw-r--r--git-prompt.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-prompt.conf b/git-prompt.conf
index 36f4e84..e26793c 100644
--- a/git-prompt.conf
+++ b/git-prompt.conf
@@ -69,7 +69,7 @@
##### Per host color
-### Per host color. If not set, color will be derived from name of host checksum).
+### Per host color. If not set, color will be derived from hostname checksum).
### Variable name is uppercase-short-hostname with appended "_host_color"
### Example per-host-color config:
@@ -88,7 +88,7 @@
# untracked_vcs_color=BLUE # Untracked files:
# op_vcs_color=MAGENTA
# detached_vcs_color=RED
-# hex_vcs_color=BLACK # git version id: bright black - should be displayed as gray
+# hex_vcs_color=BLACK # git revision id: bright black (makes gray)
# :vim:ft=sh ts=8 sw=8 et: