summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2009-03-16 14:43:13 +0200
committerLeonid Volnitsky <Leonid@Volnitsky.com>2009-03-17 21:01:54 +0200
commit6809ac7a818051182090a09b94441070f01c4b3a (patch)
tree5d180cf6cebab88ec89feefb0fb01c5beceed7b2 /README
parentexternal config (diff)
downloadgit-prompt-6809ac7a818051182090a09b94441070f01c4b3a.tar.gz
git-prompt-6809ac7a818051182090a09b94441070f01c4b3a.tar.bz2
git-prompt-6809ac7a818051182090a09b94441070f01c4b3a.zip
-- docs for external config, labels
Diffstat (limited to 'README')
-rw-r--r--README46
1 files changed, 1 insertions, 45 deletions
diff --git a/README b/README
index b624ac2..82786d5 100644
--- a/README
+++ b/README
@@ -1,48 +1,4 @@
GIT Prompt for BASH
- Screenshots and docs at: http://volnitsky.com/project/git-prompt
+Screenshots and docs at: http://volnitsky.com/project/git-prompt
-
-INSTALL
-
- Put following command in our profile in interactive section:
-
- . /path/to/git-prompt.sh
-
- If there are no interactivity test, then above command should be:
-
- [[ $- == *i* ]] && . /path/to/git-prompt.sh
-
-
-DEPENDENCY
-
- Most of dependencies (except git and svn) are probably already installed on your host.
-
- bash (tested with v3.2.33)
- git (optional)
- svn (optional)
- sed
- tput (terminfo)
- tty (core utils)
- grep
- locale (glibc)
- id (core utils)
-
-
-TODO
- - git locked state if .git/index.lock exist
- - 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
- - 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.
- - limit number of files displayed
-
-
-leonid@volnitsky.com
-http://github.com/lvv/git-prompt/tree/master