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