summaryrefslogtreecommitdiff
path: root/contrib/completion/git-prompt.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ek/completion-use-read-r-to-read-literally'Junio C Hamano2023-05-021-1/+1
|\
| * completion: suppress unwanted unescaping of `read`Edwin Kofler2023-04-201-1/+1
* | completion: prompt: use generic colorsFelipe Contreras2023-03-161-12/+7
|/
* git-prompt: show presence of unresolved conflicts at command promptJustin Donnelly2022-08-191-1/+11
* git-prompt: fix expansion of branch colour codesJoakim Petersen2022-06-101-6/+6
* git-prompt: make colourization consistentJoakim Petersen2022-06-071-10/+12
* git-prompt: put upstream comments togetherJustin Donnelly2022-03-231-5/+5
* git-prompt: make long upstream state indicator consistentJustin Donnelly2022-03-231-5/+5
* git-prompt: make upstream state indicator location consistentJustin Donnelly2022-03-231-12/+13
* git-prompt: rename `upstream` to `upstream_type`Justin Donnelly2022-03-231-13/+13
* git-prompt: work under set -uElijah Newren2021-05-131-3/+3
* Merge branch 'sd/prompt-local-variable'Junio C Hamano2020-11-111-0/+1
|\
| * git-prompt.sh: localize `option` in __git_ps1_show_upstreamSibo Dong2020-11-011-0/+1
* | completion: prompt: fix color for ZshFelipe Contreras2020-10-281-4/+7
|/
* git-prompt: change == to = for zsh's sakeDavid J. Malan2020-07-201-2/+2
* git-prompt: include sparsity state as wellElijah Newren2020-06-221-2/+20
* git-prompt: document how in-progress operations affect the promptElijah Newren2020-06-221-0/+4
* git-prompt: change the prompt for interactive-based rebasesElijah Newren2020-02-161-5/+1
* git-prompt: improve cherry-pick/revert detectionPhillip Wood2019-07-011-4/+33
* git-prompt: fix reading files with windows line endingsra/prompt-eread-fixRobert 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 tagsmg/prompt-describe-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_shavs/prompt-avoid-unset-variableVille 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 branchessg/bash-prompt-dirty-orphanSZEDER 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 directoriessg/bash-prompt-untracked-optimSZEDER 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_STATESEPARATORjc/prompt-document-ps1-state-separatorJoe 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 filesct/prompt-untracked-fixCody 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 casestf/prompt-preserve-exit-statusTony 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 pwdrh/hide-prompt-in-ignored-directoryJess 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()jg/prompt-localize-temporaryJustin Guenther2014-12-121-1/+1
* | | | git-prompt: do not look for refs/stash in $GIT_DIRjk/prompt-stash-could-be-packedJeff King2014-08-251-1/+2
| |/ / |/| |
* | | Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'Junio C Hamano2014-05-191-17/+39
|\ \ \
| * | | git-prompt.sh: don't assume the shell expands the value of PS1rh/prompt-pcmode-avoid-eval-on-refnameRichard Hansen2014-05-191-17/+39
* | | | Merge branch 'fc/prompt-zsh-read-from-file'Junio C Hamano2014-05-131-8/+8
|\ \ \ \
| * | | | contrib: completion: fix 'eread()' namespacefc/prompt-zsh-read-from-fileFelipe 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
|\ \