Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | test | 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 | |
| | ||||
* | -- docs | Leonid Volnitsky | 2011-03-03 | |
| | ||||
* | Merge branch 'master' of github.com:lvv/git-prompt | Leonid Volnitsky | 2011-02-13 | |
|\ | ||||
| * | file regex change: get filename up to first space | Leonid Volnitsky | 2011-01-29 | |
| | | ||||
* | | file regex change: get filename up to first space | Leonid Volnitsky | 2011-02-12 | |
|/ | ||||
* | Merge branch 'test' | Leonid Volnitsky | 2011-01-29 | |
|\ | ||||
| * | BSD's hostname understands only "-s" | Leonid Volnitsky | 2011-01-29 | |
| | | ||||
* | | Merge branch 'test' | 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 | |
| | | ||||
* | | -- docs | Leonid Volnitsky | 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 | |
| | ||||
* | -- docs | Leonid Volnitsky | 2010-02-18 | |
| | ||||
* | Check LC_CTYPE in stead of LC_LANG. | Amir Yalon | 2010-02-17 | |
| | | | | | The default in Mac OS X only sets LC_CTYPE to UTF-8, so check that in order to detect whether the terminal supports the Unicode elliepses marker. | |||
* | simple autojump | Leonid Volnitsky | 2009-12-09 | |
| | | | | | | | | | | | | | | | | See description of autojump on github It is only ~10 lines of code, there is no database. It remembers only directories from current session. It select not most frequent dir, but matching last visited. Matches are done from beginning of of dir. cd /tmp cd "~/long dir mp3" cd "~/long dir mp4" cd /tmp cd /var/tmp cd /etc j t # same as cd /var/tmp j .*3 # same as cd "~/long dir mp3" | |||
* | reverted prompt char to old default '>' | Leonid Volnitsky | 2009-11-30 | |
| | ||||
* | Get rid of extranious status line updates, while script (usually | alexg0 | 2009-11-30 | |
| | | | | .bashrc) is running. | |||
* | Fixed errors related to running git-prompt.sh in Emacs shell-mode, | alexg0 | 2009-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). | |||
* | fixed: in locked state "git status" does not work | Leonid Volnitsky | 2009-10-24 | |
| | ||||
* | added git locked state | Leonid Volnitsky | 2009-10-07 | |
| | ||||
* | added vcs_dir_ignore_list | Leonid Volnitsky | 2009-08-24 | |
| | ||||
* | fixed: svn status can have non-space 2nd and 3rd columns | Leonid Volnitsky | 2009-08-20 | |
| | ||||
* | cutting default_host from the beginning not from the end of host(name) | JerryWho | 2009-08-18 | |
| | | | Signed-off-by: Leonid Volnitsky <leonid@volnitsky.com> | |||
* | Add control over color of user name. | Amir Yalon | 2009-08-09 | |
| | | | Signed-off-by: Leonid Volnitsky <leonid@volnitsky.com> | |||
* | fixed: svn module - removed forgotten debug statement | Leonid Volnitsky | 2009-08-08 | |
| | ||||
* | fixed: SVN and HG moduels were broken (+/-1 array index) | Leonid Volnitsky | 2009-08-07 | |
| | ||||
* | Clear up code for host color. | Amir Yalon | 2009-07-28 | |
| | | | | | | Now the color stays the same for each value of upcase_hostname in the configuration. Signed-off-by: Leonid Volnitsky <leonid@volnitsky.com> | |||
* | fix to support future major Bash versions >3 | Amir Yalon | 2009-07-28 | |
| | | | Signed-off-by: Leonid Volnitsky <leonid@volnitsky.com> | |||
* | -- fixed: bash < 3.1 don't support regex (cwd_truncate was disabled) | Leonid Volnitsky | 2009-07-18 | |
| |