Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Narnach/git-prompt

 
 

Repository files navigation

GIT Prompt for BASH

    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
	- external config at /etc/git-prompt.conf  and ~/.git-prompt.conf
	- 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

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%