Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | hostname in cygwin | JuanPablo | 2011-09-10 |
| | |||
* | 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 |
| | |||
* | -- | Leonid Volnitsky | 2011-04-07 |
| | |||
* | added rawhex_len option to set length of displayed git revision id | Thomas Geffert | 2011-04-07 |
| | |||
* | added count_only option | Thomas Geffert | 2011-04-07 |
| | |||
* | file regex change: get filename up to first space | Leonid Volnitsky | 2011-02-12 |
| | |||
* | BSD's hostname understands only "-s" | Leonid Volnitsky | 2011-01-29 |
| | |||
* | removed bash completion for git-prompt | Leonid Volnitsky | 2011-01-29 |
| | | | | | | | | | | | bash git completion can be enabled from .bash_profile. Put something following in your profile: [[ -f "/etc/bash_completion.d/git" ]] && . /etc/bash_completion.d/git [[ -f "/usr/share/bash-completion/git" ]] && . /usr/share/bash-completion/git | ||
* | unset tty on cygwin under console2 | Robert Wahler | 2011-01-29 |
| | |||
* | My TERM is xterm-256color even under screen for some reason | Dan Bravender | 2011-01-29 |
| | |||
* | File lists now work under Mac OS X | Gustavo Delfino | 2010-08-13 |
| | | | | | | In the file_regex, the ? (for zero or one) repetitions was not being recognized by the sed included in my Mac OS X 10.6 machine. This is now fixed. | ||
* | Merge branch 'master' of github.com:lvv/git-prompt | Leonid Volnitsky | 2010-08-11 |
|\ | | | | | | | | | Conflicts: git-prompt.sh | ||
| * | Lowercase letters in 'vim:' prefix for files currently opened in vim. | Sergey Shepelev | 2010-06-09 |
| | | | | | | | | Uppercase is too much drama. | ||
| * | Whitespace cleanup. | Sergey Shepelev | 2010-04-09 |
| | | |||
| * | [vim_module] More relaxed swap mask: .*.sw? and swap time check removed ↵ | Sergey Shepelev | 2010-04-09 |
| | | | | | | | | | | | | (show all swap files). There may be more than one swap file: .swo, .swn and so on. | ||
| * | Also read ~/.config/git-prompt.conf. | Sergey Shepelev | 2010-04-09 |
| | | | | | | | | Viva clean home dir. | ||
* | | -- minore docs | Leonid Volnitsky | 2010-08-11 |
|/ | |||
* | -- completion docs/cleanup | Leonid Volnitsky | 2010-03-17 |
| | |||
* | git autocompletion | Dmitry | 2010-03-17 |
| | | | | | | | | | | | | | | | | | | | | | The patch of (git-prompt.sh) provided an autocomplexional git commands entering You can check an action provided by patch: $ cat parse_git_complete.patch | patch -d /path/to/git-prompt $ cd /path/to/any/repository/of/git/ $ git checkout -b some_new_development_branch_v.0.0.1 Switched to a new branch 'some_new_development_branch_v.0.0.1' Press <Tab> after console entering like: $ git ch<Tab>so<Tab> or: $ g ch<Tab>so<Tab> So: you can see the new branch 'some_new_development_branch_v.0.0.1' listed | ||
* | fixed: for case when there is no VCS modules | Leonid Volnitsky | 2010-03-04 |
| |