Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-08git-prompt: stop manually parsing HEAD with unknown ref formatsPatrick Steinhardt
2023-05-02Merge branch 'ek/completion-use-read-r-to-read-literally'Junio C Hamano
2023-04-21completion: suppress unwanted unescaping of `read`Edwin Kofler
2023-03-17completion: prompt: use generic colorsFelipe Contreras
2022-08-19git-prompt: show presence of unresolved conflicts at command promptJustin Donnelly
2022-06-10git-prompt: fix expansion of branch colour codesJoakim Petersen
2022-06-07git-prompt: make colourization consistentJoakim Petersen
2022-03-23git-prompt: put upstream comments togetherJustin Donnelly
2022-03-23git-prompt: make long upstream state indicator consistentJustin Donnelly
2022-03-23git-prompt: make upstream state indicator location consistentJustin Donnelly
2022-03-23git-prompt: rename `upstream` to `upstream_type`Justin Donnelly
2021-05-13git-prompt: work under set -uElijah Newren
2020-11-12Merge branch 'sd/prompt-local-variable'Junio C Hamano
2020-11-02git-prompt.sh: localize `option` in __git_ps1_show_upstreamSibo Dong
2020-10-29completion: prompt: fix color for ZshFelipe Contreras
2020-07-21git-prompt: change == to = for zsh's sakeDavid J. Malan
2020-06-22git-prompt: include sparsity state as wellElijah Newren
2020-06-22git-prompt: document how in-progress operations affect the promptElijah Newren
2020-02-17git-prompt: change the prompt for interactive-based rebasesElijah Newren
2019-07-01git-prompt: improve cherry-pick/revert detectionPhillip Wood
2017-12-06git-prompt: fix reading files with windows line endingsRobert Abel
2017-12-06git-prompt: make __git_eread intended use explicitRobert Abel
2017-03-15git-prompt: add a describe style for any tagsMichael J Gruber
2016-06-27Merge branch 'vs/prompt-avoid-unset-variable'Junio C Hamano
2016-06-06git-prompt.sh: Don't error on null ${ZSH,BASH}_VERSION, $short_shaVille Skyttä
2015-11-24bash prompt: indicate dirty index even on orphan branchesSZEDER Gábor
2015-11-24bash prompt: remove a redundant 'git diff' optionSZEDER Gábor
2015-07-20bash prompt: faster untracked status indicator with untracked directoriesSZEDER Gábor
2015-07-15Merge branch 'jc/prompt-document-ps1-state-separator' into maintJunio C Hamano
2015-07-02Merge branch 'jc/prompt-document-ps1-state-separator'Junio C Hamano
2015-06-11git-prompt.sh: document GIT_PS1_STATESEPARATORJoe Cridge
2015-03-25Merge branch 'ct/prompt-untracked-fix'Junio C Hamano
2015-03-16git prompt: use toplevel to find untracked filesCody A Taylor
2015-01-14Merge branch 'tf/prompt-preserve-exit-status'Junio C Hamano
2015-01-14Merge branch 'rh/hide-prompt-in-ignored-directory'Junio C Hamano
2015-01-14git-prompt: preserve value of $? in all casesTony Finch
2015-01-08Merge branch 'tf/prompt-preserve-exit-status'Junio C Hamano
2015-01-07git-prompt.sh: allow to hide prompt for ignored pwdJess Austin
2015-01-07git-prompt.sh: if pc mode, immediately set PS1 to a plain promptRichard Hansen
2014-12-22Merge branch 'jg/prompt-localize-temporary'Junio C Hamano
2014-12-22git-prompt: preserve value of $? inside shell promptTony Finch
2014-12-13git-prompt.sh: make $f local to __git_eread()Justin Guenther
2014-08-25git-prompt: do not look for refs/stash in $GIT_DIRJeff King
2014-05-20Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'Junio C Hamano
2014-05-20git-prompt.sh: don't assume the shell expands the value of PS1Richard Hansen
2014-05-13Merge branch 'fc/prompt-zsh-read-from-file'Junio C Hamano
2014-05-13contrib: completion: fix 'eread()' namespaceFelipe Contreras
2014-05-03Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'Junio C Hamano
2014-04-22git-prompt.sh: don't put unsanitized branch names in $PS1Richard Hansen
2014-04-15prompt: fix missing file errors in zshFelipe Contreras