aboutsummaryrefslogtreecommitdiff
path: root/contrib/completion/git-prompt.sh
Commit message (Expand)AuthorAge
* git-prompt: fix reading files with windows line endingsRobert Abel2017-12-06
* git-prompt: make __git_eread intended use explicitRobert Abel2017-12-06
* git-prompt: add a describe style for any tagsMichael J Gruber2017-03-15
* Merge branch 'vs/prompt-avoid-unset-variable'Junio C Hamano2016-06-27
|\
| * git-prompt.sh: Don't error on null ${ZSH,BASH}_VERSION, $short_shaVille Skyttä2016-06-06
| * Merge branch 'jc/prompt-document-ps1-state-separator'Junio C Hamano2015-07-01
| |\
* | | bash prompt: indicate dirty index even on orphan branchesSZEDER Gábor2015-11-24
* | | bash prompt: remove a redundant 'git diff' optionSZEDER Gábor2015-11-24
* | | bash prompt: faster untracked status indicator with untracked directoriesSZEDER Gábor2015-07-20
* | | Merge branch 'jc/prompt-document-ps1-state-separator' into maintJunio C Hamano2015-07-15
|\ \ \ | |/ / |/| / | |/
| * git-prompt.sh: document GIT_PS1_STATESEPARATORJoe Cridge2015-06-10
* | Merge branch 'ct/prompt-untracked-fix'Junio C Hamano2015-03-25
|\ \
| * | git prompt: use toplevel to find untracked filesCody A Taylor2015-03-15
* | | Merge branch 'tf/prompt-preserve-exit-status'Junio C Hamano2015-01-14
|\ \ \
| * | | git-prompt: preserve value of $? in all casesTony Finch2015-01-14
* | | | Merge branch 'rh/hide-prompt-in-ignored-directory'Junio C Hamano2015-01-14
|\ \ \ \
| * | | | git-prompt.sh: allow to hide prompt for ignored pwdJess Austin2015-01-07
| * | | | git-prompt.sh: if pc mode, immediately set PS1 to a plain promptRichard Hansen2015-01-07
* | | | | Merge branch 'tf/prompt-preserve-exit-status'Junio C Hamano2015-01-07
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | git-prompt: preserve value of $? inside shell promptTony Finch2014-12-22
* | | | Merge branch 'jg/prompt-localize-temporary'Junio C Hamano2014-12-22
|\ \ \ \ | |/ / / |/| | |
| * | | git-prompt.sh: make $f local to __git_eread()Justin Guenther2014-12-12
* | | | git-prompt: do not look for refs/stash in $GIT_DIRJeff King2014-08-25
| |/ / |/| |
* | | Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'Junio C Hamano2014-05-19
|\ \ \
| * | | git-prompt.sh: don't assume the shell expands the value of PS1Richard Hansen2014-05-19
* | | | Merge branch 'fc/prompt-zsh-read-from-file'Junio C Hamano2014-05-13
|\ \ \ \
| * | | | contrib: completion: fix 'eread()' namespaceFelipe Contreras2014-05-13
| | |/ / | |/| |
* | | | Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'Junio C Hamano2014-05-02
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | git-prompt.sh: don't put unsanitized branch names in $PS1Richard Hansen2014-04-22
* | | prompt: fix missing file errors in zshFelipe Contreras2014-04-14
|/ /
* | Merge branch 'sg/prompt-svn-remote-fix'Junio C Hamano2013-10-28
|\ \
| * | bash prompt: don't use '+=' operator in show upstream code pathSZEDER Gábor2013-10-15
* | | git-prompt.sh: optionally show upstream branch nameJulien Carsique2013-10-14
|/ /
* | contrib/git-prompt.sh: handle missing 'printf -v' more gracefullyBrandon Casey2013-08-22
* | Merge branch 'ed/color-prompt'Junio C Hamano2013-07-01
|\ \
| * | git-prompt.sh: add missing information in commentsEduardo R. D'Avila2013-06-26
| * | git-prompt.sh: do not print duplicate clean color codeEduardo R. D'Avila2013-06-26
| * | git-prompt.sh: refactor colored prompt codeEduardo R. D'Avila2013-06-26
* | | bash prompt: mention that PROMPT_COMMAND mode is fasterSZEDER Gábor2013-06-24
* | | bash prompt: avoid command substitution when finalizing gitstringSZEDER Gábor2013-06-24
* | | bash prompt: avoid command substitution when checking for untracked filesSZEDER Gábor2013-06-24
* | | bash prompt: use bash builtins to check stash stateSZEDER Gábor2013-06-24
* | | bash prompt: use bash builtins to check for unborn branch for dirty stateSZEDER Gábor2013-06-24
* | | bash prompt: combine 'git rev-parse' for detached headSZEDER Gábor2013-06-24
* | | bash prompt: combine 'git rev-parse' executions in the main code pathSZEDER Gábor2013-06-24
* | | bash prompt: use bash builtins to find out current branchSZEDER Gábor2013-06-24
* | | bash prompt: use bash builtins to find out rebase stateSZEDER Gábor2013-06-24
* | | bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()SZEDER Gábor2013-06-24
* | | bash prompt: return early from __git_ps1() when not in a git repositorySZEDER Gábor2013-06-24
* | | bash prompt: print unique detached HEAD abbreviated object nameSZEDER Gábor2013-06-24
|/ /