Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | enable setting the xterm_label also in TERM=gnome-256color | Leonid Volnitsky | 2012-07-06 |
| | |||
* | Fixing host color bug by replacing invalid bash variable characters with ↵ | dfalk | 2012-07-06 |
| | | | | underscores | ||
* | Merge pull request #18 from jeanparpaillon/master | Leonid Volnitsky | 2012-07-06 |
|\ | | | | | Add Python virtualenv to prompt | ||
| * | * Print Python virtualenv: | Jean Parpaillon | 2011-09-23 |
| | | | | | | | | <name> (in green, by default) | ||
* | | fixed: filesnames with spaces, quotes and other special chars | Leonid Volnitsky | 2012-07-06 |
| | | |||
* | | Merge branch 'master' of github.com:lvv/git-prompt | Leonid Volnitsky | 2012-07-06 |
|\ \ | |||
| * \ | Merge pull request #17 from juanpabloaj/cygwin | Leonid Volnitsky | 2012-07-06 |
| |\ \ | | | | | | | | | hostname in cygwin | ||
| | * | | hostname in cygwin | JuanPablo | 2011-09-10 |
| | |/ | |||
* | / | removed sCRn marker | Leonid Volnitsky | 2012-07-06 |
|/ / | |||
* | | Merge branch 'master' of https://github.com/amiryal/git-prompt into ↵ | Amir Yalon | 2012-07-06 |
|\ \ | | | | | | | | | | | | | | | | | | | amiryal-master Conflicts: git-prompt.sh | ||
| * | | Fix Git freshness check with special chars | Amir Yalon | 2011-12-29 |
| |/ | |||
* | | Merge pull request #23 from ronnix/master | Leonid Volnitsky | 2012-07-06 |
|\ \ | | | | | | | Show current bookmark in Mercurial | ||
| * | | Show current bookmark in Mercurial | Ronan Amicel | 2012-01-04 |
| | | | |||
| * | | Fixed Mercurial repository detection | Ronan Amicel | 2012-01-04 |
| |/ | |||
* | | Merge pull request #26 from orefalo/master | Leonid Volnitsky | 2012-07-06 |
|\ \ | | | | | | | fixed: host_color index lookup error | ||
| * | | host_color: modulo calculation is wrong | Olivier Refalo | 2012-04-25 |
| |/ | |||
* | | Merge branch 'master' of https://github.com/tomhoover/git-prompt into ↵ | Leonid Volnitsky | 2012-07-06 |
|\ \ | | | | | | | | | | | | | | | | | | | tomhoover-master Conflicts: git-prompt.sh | ||
| * | | added quotation marks around $git_dir/HEAD to prevent "detached" message ↵ | Tom Hoover | 2012-03-02 |
| |/ | | | | | | | | | | | | | | | | | | | from appearing in the prompt when $git_dir includes space character(s) For example, assume a git repository located at /Volumes/Macintosh HD/Users/tom/src/myrepository: - this bug does not appear when the working directory is the root of the git repository ( e.g. /Volumes/Macintosh HD/Users/tom/src/myrepository ), as $git_dir returns ".git" - the bug only appears if the directory is changed to one other than the root of the repository ( e.g. /Volumes/Macintosh HD/Users/tom/src/myrepository/DIRECTORY ), as $git_dir will then return the full path "/Volumes/Macintosh HD/Users/tom/src/myrepository/.git". The space between "Macintosh" and "HD" will cause 'grep "^ref:" $git_dir/HEAD' to fail. Adding quotation marks around $git_dir/HEAD allows the grep test to succeed, even when the path includes space character(s). | ||
* / | get file status from "git status --porcelain" | Leonid Volnitsky | 2012-07-06 |
|/ | |||
* | fix for enable/disable_set_shell_label | Leonid Volnitsky | 2011-08-27 |
| | | | | | | | | | | | | | | | | I do not understand what it does. From Issue 15: Also, in exploring this problem I noticed that disable_set_shell_label doesn't work correctly for me. I fixed this problem by declaring disable_set_shell_label and enable_set_shell_label to have the "trace" attribute in bash. This is done by adding: declare -ft disable_set_shell_label and declare -ft enable_set_shell_label after the definitions of those functions in git-prompt.sh. | ||
* | fixes: Issue #15 -- truncates shall label to 200 chars | Leonid Volnitsky | 2011-08-27 |
| | |||
* | reverted accidantal merge of remote-watch | Leonid Volnitsky | 2011-07-01 |
| | |||
* | only in the master branch | JuanPablo | 2011-07-01 |
| | |||
* | remote origin o | JuanPablo | 2011-07-01 |
| | |||
* | fixed bad route to .git | JuanPablo | 2011-07-01 |
| | |||
* | unset remotes;changed position | JuanPablo | 2011-07-01 |
| | |||
* | unset remotes | JuanPablo | 2011-07-01 |
| | |||
* | when remote is origin show o: | JuanPablo | 2011-07-01 |
| | |||
* | begin monitoring of remotes branchs | JuanPablo | 2011-07-01 |
| | |||
* | Newer emacsen uses `eterm-color` as $TERM name | Peter Kristensen | 2011-06-28 |
| | |||
* | Don't show = when rawhex_len=0 | Peter Kristensen | 2011-06-28 |
| | |||
* | changed hex color again: bright-black (makes gray) | Leonid Volnitsky | 2011-06-28 |
| | | | | too maney terminals to not support DIM color | ||
* | Merge branch 'master' of github.com:lvv/git-prompt | Leonid Volnitsky | 2011-05-17 |
|\ | |||
| * | short hostname cleanup | Clint Howarth | 2011-05-17 |
| | | |||
| * | add short hostname option | Clint Howarth | 2011-05-17 |
| | | |||
* | | -- commit test | Leonid Volnitsky | 2011-05-17 |
|/ | |||
* | divergent upstream/local indictor | Leonid Volnitsky | 2011-05-13 |
| | |||
* | Merge branch 'master' of github.com:lvv/git-prompt | Leonid Volnitsky | 2011-05-12 |
|\ | |||
| * | parse_git_status: recognise "Unmerged paths" | Tibor Simko | 2011-05-13 |
| | | | | | | | | | | | | Recognise "Unmerged paths" section when parsing git status. This fixes the display of files with merge conflicts in the prompt when using git v1.7 (e.g. Debian Wheezy). | ||
| * | parse_git_status: recognise "Changes not staged for commit" | Tibor Simko | 2011-05-13 |
| | | | | | | | | | | | | Recognise "Changes not staged for commit" section when parsing git status. This fixes the display of modified but unstaged files in the prompt when using git v1.7 (e.g. Debian Wheezy). | ||
* | | -- | Leonid Volnitsky | 2011-05-12 |
|/ | |||
* | fixed: autojump was selecting oldest (not most recent) dirs | Leonid Volnitsky | 2011-04-28 |
| | |||
* | Indicator if your branch is behind origin | Leonid Volnitsky | 2011-04-28 |
| | |||
* | Indicator for when you branch is ahead of origin | Leonid Volnitsky | 2011-04-28 |
| | |||
* | reverting dim hex color for non linux OS-es | Leonid Volnitsky | 2011-04-27 |
| | | | | | Under OSX iTerm2 and Terminal do not support dim or BLACK colors. My guess that other OS-es do not support it also. | ||
* | changed vim file color to magenta | Leonid Volnitsky | 2011-04-25 |
| | |||
* | vim module display change | Leonid Volnitsky | 2011-04-24 |
| | | | | if mutilple files edited: display vim:* | ||
* | fixed: sed parsing broken dependent on git status output (verbose or not) | Leonid Volnitsky | 2011-04-23 |
| | |||
* | fixied: clean repo detection; new hexlen default=5; removed ":" before file ↵ | Leonid Volnitsky | 2011-04-22 |
| | | | | list | ||
* | rev-number (hex) now in dim (half-bright) color | Leonid Volnitsky | 2011-04-22 |
| |