summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: