From 83b2b9415a1505f5a498e34f1ea839d0b198dc85 Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Mon, 22 Dec 2008 19:42:36 +0200 Subject: -- docs --- index.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'index.txt') diff --git a/index.txt b/index.txt index fcb2740..ad29793 100644 --- a/index.txt +++ b/index.txt @@ -1,4 +1,4 @@ -= GIT Prompt - there is a lot more than branch-name += GIT Prompt - there is a lot more than a branch-name :compact-option: compact == Basic Usage @@ -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,3,12",frame="topbot",options="header"] +.Branch and Files Colors +[cols="^3,^3,12",frame="topbot",options="header"] |================================================================ -| *Branch* | *File* | Meaning +| *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. +| [red]#dark red# | [red]#darkred# | Modified and tracked by repo, but modifications not added to index yet. | [blue]#light blue# | [blue]#light blue# | Untracked file. -| [red]#red# | | Detached Head +| [red]#light red# | | Detached Head | [magenta]#magenta# | | In middle of doing something |================================================================ @@ -70,6 +71,7 @@ Most of dependencies (except git and svn) are probably already installed on your - 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` ) - ctrl-Z subshell indicator - screenshots for labels and svn module -- cgit v1.2.3