summaryrefslogtreecommitdiff
path: root/index.txt
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2008-12-22 19:31:17 +0200
committerLeonid Volnitsky <Leonid@Volnitsky.com>2008-12-22 19:31:17 +0200
commit6acec9f97cf3bc4e364a3a6b5fdf90eddc4d1dff (patch)
tree24241e6d8bd9c0bddf14f2a7b90cf047e116333f /index.txt
parent-- docs / make (diff)
downloadgit-prompt-6acec9f97cf3bc4e364a3a6b5fdf90eddc4d1dff.tar.gz
git-prompt-6acec9f97cf3bc4e364a3a6b5fdf90eddc4d1dff.tar.bz2
git-prompt-6acec9f97cf3bc4e364a3a6b5fdf90eddc4d1dff.zip
-- docs
Diffstat (limited to 'index.txt')
-rw-r--r--index.txt23
1 files changed, 13 insertions, 10 deletions
diff --git a/index.txt b/index.txt
index 3dc9489..fcb2740 100644
--- a/index.txt
+++ b/index.txt
@@ -5,7 +5,7 @@
image:screenshot-prompt-basic.png[basic usage]
-Number [red]*1* 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. Hosts are colored as configured in `git-prompt.sh` file.
== GIT
@@ -14,14 +14,15 @@ Branch and files are colored according to state. "M" stands for master.
image:screenshot-prompt-git.png[git module]
-[cols="3,8",frame="topbot",options="header"]
+[cols="3,3,12",frame="topbot",options="header"]
|================================================================
-| Color | Meaning
-| [green]#green# | Modified or new file. Modifications are in index but not in repo yet.
-| [red]#red# | Modified and tracked by repo, but modifications not added to index yet.
-| [blue]#light blue# | Untracked file.
-| [darkblue]#blue branch# | Clean
-| [red]#red# or [magenta]#magenta# branch | In middle of doing something or detached head.
+| *Branch* | *File* | Meaning
+| [darkblue]#dark blue# | | Clean repo
+| [green]#green# | [green]#green# | Modified or new file. Modifications are in index but not in repo yet.
+| [red]#red# | [red]#red# | Modified and tracked by repo, but modifications not added to index yet.
+| [blue]#light blue# | [blue]#light blue# | Untracked file.
+| [red]#red# | | Detached Head
+| [magenta]#magenta# | | In middle of doing something
|================================================================
== Subversion
@@ -67,12 +68,14 @@ Most of dependencies (except git and svn) are probably already installed on your
== TODO
-- TO FIX: when file list is too long, git-prompt truncates it. Sometimes this truncation can be on color escape sequence.
+- different host color even if they are not in config
- external config at `/etc/git-prompt.conf` and `~/.git-prompt.conf`
- new mail (howto at: `http://kikhome.net/?p=11` )
- ctrl-Z subshell indicator
-- wiki/screenshots for labels and svn module
+- screenshots for labels and svn module
- 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)
+== DONE
+- TO FIX: when file list is too long, git-prompt truncates it. Sometimes this truncation can be on color escape sequence.