diff options
author | Leonid Volnitsky <Leonid@Volnitsky.com> | 2009-03-08 18:20:49 +0200 |
---|---|---|
committer | Leonid Volnitsky <Leonid@Volnitsky.com> | 2009-03-08 18:20:49 +0200 |
commit | 4a8777a894539ad1ac89f324fe15e0f98fe1ecc0 (patch) | |
tree | b6112b60f657c218cf39fb1c48bdd651f651dd26 | |
parent | Localdoman seems wrong, changed it to be $localdomain. (diff) | |
download | git-prompt-4a8777a894539ad1ac89f324fe15e0f98fe1ecc0.tar.gz git-prompt-4a8777a894539ad1ac89f324fe15e0f98fe1ecc0.tar.bz2 git-prompt-4a8777a894539ad1ac89f324fe15e0f98fe1ecc0.zip |
-- docs
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | index.txt | 11 |
2 files changed, 10 insertions, 2 deletions
@@ -31,6 +31,7 @@ DEPENDENCY TODO - external config at /etc/git-prompt.conf and ~/.git-prompt.conf + - avoid wrapping to 2nd line if file list is too long - check current terminal width - new mail (howto at: http://kikhome.net/?p=11) - ^Z subshell indicator - wiki/screenshots for labels and svn module @@ -1,11 +1,17 @@ = GIT Prompt - there is a lot more than a branch-name + +// To see HTML rendered web page go to: http://volnitsky.com/project/lopti + +:v-p: http://volnitsky.com/project :compact-option: compact + == Basic Usage image:screenshot-prompt-basic.png[basic usage] -Digit [red]*1* on 3rd line is `false(1)` exit code. Hosts are colored as configured in `git-prompt.sh` file. +Digit [red]*1* on 3rd line is `false(1)` exit code. Host names are colored +according to config or from hostname checksum if not in config. == GIT @@ -66,10 +72,10 @@ Most of dependencies (except git and svn) are probably already installed on your - locale (glibc) - id (core utils) +include::../volnitsky.com/project/howto-submit-patch.txt[] == TODO -- different host color even if they are not in config - external config at `/etc/git-prompt.conf` and `~/.git-prompt.conf` - always display remote hostname if login is through sshd (how to detect this?) - new mail (howto at: `http://kikhome.net/?p=11` ) @@ -80,4 +86,5 @@ Most of dependencies (except git and svn) are probably already installed on your - How detect current merge? (current method through .git/MERGE_HEAD not always works) == DONE +- different host color even if they are not in config - TO FIX: when file list is too long, git-prompt truncates it. Sometimes this truncation can be on color escape sequence. |