summaryrefslogtreecommitdiff
path: root/index.txt
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2009-07-02 15:03:31 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2009-07-02 15:03:31 +0300
commitfe3a155c8594644a7b81beb428b2b9bdbef2bda3 (patch)
tree24e4faa0dd84992b3c4d9dbd2d95256135e93443 /index.txt
parentcwd_cmd selector (diff)
downloadgit-prompt-fe3a155c8594644a7b81beb428b2b9bdbef2bda3.tar.gz
git-prompt-fe3a155c8594644a7b81beb428b2b9bdbef2bda3.tar.bz2
git-prompt-fe3a155c8594644a7b81beb428b2b9bdbef2bda3.zip
-- fixed: upcase_hostname didn't do right thing if host == default_host
Diffstat (limited to 'index.txt')
-rw-r--r--index.txt18
1 files changed, 15 insertions, 3 deletions
diff --git a/index.txt b/index.txt
index 365ea9e..3a05cf2 100644
--- a/index.txt
+++ b/index.txt
@@ -140,7 +140,7 @@ to any of above locations and customize as needed.
colors.
-== DEPENDENCY
+== Dependencies
Most of not optional dependencies are probably already installed on your computer.
@@ -157,13 +157,25 @@ Most of not optional dependencies are probably already installed on your compute
* hg (optional)
-== TODO
+== Todo
* VCS exclude dir list
* new mail (howto at: `http://kikhome.net/?p=11` )
* ctrl-Z subshell indicator
* VIM module needs to be moved out of GIT module
-* make module (to show generated, stale files)
* How detect current merge? (current method through .git/MERGE_HEAD not always works)
+
include::../volnitsky.com/project/howto-submit-patch.txt[]
+
+== 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
+
+
+[bibliography]
+.References
+- [[[1]]] 'Bash Prompt HOWTO', http://tldp.org/HOWTO/Bash-Prompt-HOWTO/index.html
+