summaryrefslogtreecommitdiff
path: root/contrib/completion/git-prompt.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * bash prompt: don't use '+=' operator in show upstream code pathsg/prompt-svn-remote-fixSZEDER Gábor2013-10-151-1/+1
* | git-prompt.sh: optionally show upstream branch namejc/prompt-upstreamJulien Carsique2013-10-141-1/+6
|/
* contrib/git-prompt.sh: handle missing 'printf -v' more gracefullybc/completion-for-bash-3.0Brandon 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
|/
* prompt: squelch error output from catRamkumar Ramachandra2013-06-141-6/+6
* Merge branch 'fc/show-branch-in-rebase-am'Junio C Hamano2013-06-061-0/+2
|\
| * prompt: fix for simple rebaseFelipe Contreras2013-05-291-0/+2
* | Merge branch 'tg/maint-zsh-svn-remote-prompt'Junio C Hamano2013-06-051-3/+4
|\ \
| * | prompt: fix show upstream with svn and zshThomas Gummerer2013-05-221-3/+4
| * | Merge branch 'fc/untracked-zsh-prompt' into maintJunio C Hamano2013-04-261-1/+1
| |\ \
* | | | prompt: colorize ZSH promptRamkumar Ramachandra2013-05-171-1/+39
* | | | prompt: factor out gitstring coloring logicRamkumar Ramachandra2013-05-171-36/+43
* | | | prompt: introduce GIT_PS1_STATESEPARATORRamkumar Ramachandra2013-05-171-3/+4
| |_|/ |/| |
* | | Merge branch 'zk/prompt-rebase-step'Junio C Hamano2013-05-011-5/+16
|\ \ \
| * | | bash-prompt.sh: show where rebase is at when stoppedZoltan Klinger2013-04-251-5/+16
| |/ /