summaryrefslogtreecommitdiff
path: root/index.txt
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2009-07-10 16:21:51 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2009-07-10 16:24:24 +0300
commit8fde415cb0609605f12e3e5a4942c75fbf2a7bf3 (patch)
tree785d15ac4289a36bce9e51142a8cde493347513a /index.txt
parentfixed: default for cwd_cmd (diff)
downloadgit-prompt-8fde415cb0609605f12e3e5a4942c75fbf2a7bf3.tar.gz
git-prompt-8fde415cb0609605f12e3e5a4942c75fbf2a7bf3.tar.bz2
git-prompt-8fde415cb0609605f12e3e5a4942c75fbf2a7bf3.zip
fixed: cwd_truncate; label displas only last path dir
Diffstat (limited to 'index.txt')
-rw-r--r--index.txt17
1 files changed, 11 insertions, 6 deletions
diff --git a/index.txt b/index.txt
index 3a05cf2..8038dbb 100644
--- a/index.txt
+++ b/index.txt
@@ -1,4 +1,4 @@
-// This is raw asciidoc file. The HTML rendered page is http://volnitsky.com/project/git-prompt
+// This is raw asciidoc file. The HTML rendered page is at http://volnitsky.com/project/git-prompt
= GIT Prompt
@@ -160,7 +160,7 @@ Most of not optional dependencies are probably already installed on your compute
== Todo
* VCS exclude dir list
-* new mail (howto at: `http://kikhome.net/?p=11` )
+* new mail (howto at: httpx://kikhome.net/?p=11[] )
* ctrl-Z subshell indicator
* VIM module needs to be moved out of GIT module
* How detect current merge? (current method through .git/MERGE_HEAD not always works)
@@ -168,11 +168,16 @@ Most of not optional dependencies are probably already installed on your compute
include::../volnitsky.com/project/howto-submit-patch.txt[]
+People will hate any prompt if there will be delay in prompt display.
+Try to avoid use of external commands and
+subshells (backticks) in prompt_command_function. It is ok to use
+timeconsuming ops in postconfig which is executed only once.
+
== Authors
-- Leonid Volnitsky (original author) <leonid@volnitsky.com> http://volnitsky.com
-- Niklas Hofer (CWD truncation) <niklas+dev@lanpartei.de> http://github.com/niklas/
-- Lee Nussbaum (HG support) lee.nussbaum@gmail.com http://github.com/wln
-- Albert Vernon http://xenoclub.wordpress
+- Leonid Volnitsky (original author) <leonid@volnitsky.com>, http://volnitsky.com
+- Niklas Hofer (CWD truncation) <niklas+dev@lanpartei.de>, http://github.com/niklas/
+- Lee Nussbaum (HG support) lee.nussbaum@gmail.com, http://github.com/wln
+- Albert Vernon http://xenoclub.wordpress.com[]
[bibliography]