summaryrefslogtreecommitdiff
path: root/git-prompt.conf
Commit message (Collapse)AuthorAge
* * Print Python virtualenv:Jean Parpaillon2011-09-23
| | | | <name> (in green, by default)
* --Leonid Volnitsky2011-07-01
|
* changed hex color again: bright-black (makes gray)Leonid Volnitsky2011-06-28
| | | | too maney terminals to not support DIM color
* add short hostname optionClint Howarth2011-05-17
|
* Indicator for when you branch is ahead of originLeonid Volnitsky2011-04-28
|
* fixied: clean repo detection; new hexlen default=5; removed ":" before file ↵Leonid Volnitsky2011-04-22
| | | | list
* added rawhex_len option to set length of displayed git revision idThomas Geffert2011-04-07
|
* added count_only optionThomas Geffert2011-04-07
|
* reverted prompt char to old default '>'Leonid Volnitsky2009-11-30
|
* Fixed errors related to running git-prompt.sh in Emacs shell-mode,alexg02009-11-30
| | | | | | | | | | | | | | | | | | change prompt-char to '#' when root, allowed changing prompt-char (eg. $) when user. Added Emacs backup (*~) files as .gitignore. 1. tput colors was being concatinated to '0'. Inside emacs shell this is not valid, as `tput colors` is 0. 2. MC bug check was catching Emacs shell inferior mode. Now checking for $INSIDE_EMACS variable. 3. Defined $prompt_char variable and $root_prompt_char variable. Defaulting $root_prompt_char to '#'. Can just use \$, which automatically changes between '$' and '#', but that would change defalt behavior. 4. Fixed typo in a comment (cmd_cmd -> cwd_cmd).
* added git locked stateLeonid Volnitsky2009-10-07
|
* added vcs_dir_ignore_listLeonid Volnitsky2009-08-24
|
* Add control over color of user name.Amir Yalon2009-08-09
| | | Signed-off-by: Leonid Volnitsky <leonid@volnitsky.com>
* fixed: cwd_truncate; label displas only last path dirLeonid Volnitsky2009-07-10
|
* fixed: default for cwd_cmdLeonid Volnitsky2009-07-03
|
* fixed: consistant tabulation. tabstop=8, tabs replaced with spacesLeonid Volnitsky2009-07-02
|
* cwd_cmd selectorLeonid Volnitsky2009-07-01
|
* can turn hostname upcasing offNiklas Hofer2009-05-28
|
* can turn truncate_pwd="on"Niklas Hofer2009-05-28
|
* truncate working path until it fits into max_pwd_length or cannot be ↵Niklas Hofer2009-05-28
| | | | shortened anymore
* -- renamed parse_{git,svn,ht,vcs}_dir --> parse_{...}_status; configLeonid Volnitsky2009-05-23
| | | | file
* terminal error_bell is backLeonid Volnitsky2009-04-06
|
* -- docs for external config, labelsLeonid Volnitsky2009-03-17
|
* external configLeonid Volnitsky2009-03-13
Squashed commit of the following: commit d2dd640947b803bfd0df4c68b841457ce543995d Author: Leonid Volnitsky <Leonid@Volnitsky.com> Date: Wed Mar 11 21:29:49 2009 +0200 -- if max_file_list_lenght==0 (disabled), then do not display "..." commit 4dc94f9668b797142cbd525d2fc9137f615bc2db Author: Leonid Volnitsky <Leonid@Volnitsky.com> Date: Wed Mar 11 21:19:09 2009 +0200 -- switch git_module works commit 7d7d3e1996d6834f2cccc900ac5bc626ff2ce6bb Author: Leonid Volnitsky <Leonid@Volnitsky.com> Date: Sun Mar 8 19:41:47 2009 +0200 -- colors are working commit f1a8382bd7c4b2b1c27fc9908efa54f74290f06a Merge: 876c85e 4a8777a Author: Leonid Volnitsky <Leonid@Volnitsky.com> Date: Sun Mar 8 18:25:52 2009 +0200 Merge branch 'master' into config Conflicts: index.txt commit 876c85e87090c7de5740538666bdf558e30923b9 Author: Leonid Volnitsky <Leonid@Volnitsky.com> Date: Fri Feb 20 13:44:52 2009 +0200 -- conf