summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2012-07-06 19:18:38 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2012-07-06 19:18:38 +0300
commitd9c8684498d88d75c0cbc64bcde635eda4211c1c (patch)
treee1338cc155a148606acb5e21a7c1a9c216591702
parentget file status from "git status --porcelain" (diff)
downloadgit-prompt-d9c8684498d88d75c0cbc64bcde635eda4211c1c.tar.gz
git-prompt-d9c8684498d88d75c0cbc64bcde635eda4211c1c.tar.bz2
git-prompt-d9c8684498d88d75c0cbc64bcde635eda4211c1c.zip
-- docs
-rw-r--r--index.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/index.txt b/index.txt
index b75ae0a..a48ab80 100644
--- a/index.txt
+++ b/index.txt
@@ -108,15 +108,19 @@ Some distros also have `/etc/bashrc` or `/etc/bash/bashrc` with distro default
prompt.
-//////////////////////////////
-== Git config
+== GIT config
+
+GIT-PROMPT requires following GIT's option to be set:
+
+-------------------------
git config [--global] core.quotepath off
git config [--global] --unset svn.pathnameencoding
git config [--global] --unset i18n.logoutputencoding
-///////////////////////////////////
+-----------------------------
+
-== Git-print config
+== GIT-PROMPT config
[[config]]
Is optional. If config file is not found then git-prompt uses defaults.