summaryrefslogtreecommitdiffstats
path: root/contrib/completion/git-prompt.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* git-prompt: support custom 0-width PS1 markersAvi Halachmi (:avih)2024-08-201-7/+12
* git-prompt: ta-da! document usage in other shellsAvi Halachmi (:avih)2024-08-201-2/+31
* git-prompt: don't use shell $'...'Avi Halachmi (:avih)2024-08-201-18/+29
* git-prompt: add some missing quotesAvi Halachmi (:avih)2024-08-201-13/+13
* git-prompt: replace [[...]] with standard codeAvi Halachmi (:avih)2024-08-201-14/+16
* git-prompt: don't use shell arraysAvi Halachmi (:avih)2024-08-201-18/+30
* git-prompt: fix uninitialized variableAvi Halachmi (:avih)2024-08-201-1/+1
* git-prompt: use here-doc instead of here-stringAvi Halachmi (:avih)2024-08-201-1/+3
* completion: protect prompt against unset SHOWUPSTREAM in nounset modeVille Skyttä2024-04-011-1/+1
* completion: fix prompt with unset SHOWCONFLICTSTATE in nounset modeVille Skyttä2024-04-011-1/+1
* git-prompt: stop manually parsing HEAD with unknown ref formatsPatrick Steinhardt2024-01-081-7/+24
* 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-211-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-021-0/+1
* | completion: prompt: fix color for ZshFelipe Contreras2020-10-281-4/+7
|/
* git-prompt: change == to = for zsh's sakeDavid J. Malan2020-07-211-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-171-5/+1
* git-prompt: improve cherry-pick/revert detectionPhillip Wood2019-07-011-4/+33
* 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