index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
completion
/
git-prompt.sh
Commit message (
Expand
)
Author
Age
*
git-prompt: add a describe style for any tags
Michael J Gruber
2017-03-15
*
Merge branch 'vs/prompt-avoid-unset-variable'
Junio C Hamano
2016-06-27
|
\
|
*
git-prompt.sh: Don't error on null ${ZSH,BASH}_VERSION, $short_sha
Ville Skyttä
2016-06-06
|
*
Merge branch 'jc/prompt-document-ps1-state-separator'
Junio C Hamano
2015-07-01
|
|
\
*
|
|
bash prompt: indicate dirty index even on orphan branches
SZEDER Gábor
2015-11-24
*
|
|
bash prompt: remove a redundant 'git diff' option
SZEDER Gábor
2015-11-24
*
|
|
bash prompt: faster untracked status indicator with untracked directories
SZEDER Gábor
2015-07-20
*
|
|
Merge branch 'jc/prompt-document-ps1-state-separator' into maint
Junio C Hamano
2015-07-15
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
git-prompt.sh: document GIT_PS1_STATESEPARATOR
Joe Cridge
2015-06-10
*
|
Merge branch 'ct/prompt-untracked-fix'
Junio C Hamano
2015-03-25
|
\
\
|
*
|
git prompt: use toplevel to find untracked files
Cody A Taylor
2015-03-15
*
|
|
Merge branch 'tf/prompt-preserve-exit-status'
Junio C Hamano
2015-01-14
|
\
\
\
|
*
|
|
git-prompt: preserve value of $? in all cases
Tony Finch
2015-01-14
*
|
|
|
Merge branch 'rh/hide-prompt-in-ignored-directory'
Junio C Hamano
2015-01-14
|
\
\
\
\
|
*
|
|
|
git-prompt.sh: allow to hide prompt for ignored pwd
Jess Austin
2015-01-07
|
*
|
|
|
git-prompt.sh: if pc mode, immediately set PS1 to a plain prompt
Richard Hansen
2015-01-07
*
|
|
|
|
Merge branch 'tf/prompt-preserve-exit-status'
Junio C Hamano
2015-01-07
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
/
/
/
|
|
/
/
/
|
*
|
|
git-prompt: preserve value of $? inside shell prompt
Tony Finch
2014-12-22
*
|
|
|
Merge branch 'jg/prompt-localize-temporary'
Junio C Hamano
2014-12-22
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
git-prompt.sh: make $f local to __git_eread()
Justin Guenther
2014-12-12
*
|
|
|
git-prompt: do not look for refs/stash in $GIT_DIR
Jeff King
2014-08-25
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'
Junio C Hamano
2014-05-19
|
\
\
\
|
*
|
|
git-prompt.sh: don't assume the shell expands the value of PS1
Richard Hansen
2014-05-19
*
|
|
|
Merge branch 'fc/prompt-zsh-read-from-file'
Junio C Hamano
2014-05-13
|
\
\
\
\
|
*
|
|
|
contrib: completion: fix 'eread()' namespace
Felipe Contreras
2014-05-13
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'
Junio C Hamano
2014-05-02
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
git-prompt.sh: don't put unsanitized branch names in $PS1
Richard Hansen
2014-04-22
*
|
|
prompt: fix missing file errors in zsh
Felipe Contreras
2014-04-14
|
/
/
*
|
Merge branch 'sg/prompt-svn-remote-fix'
Junio C Hamano
2013-10-28
|
\
\
|
*
|
bash prompt: don't use '+=' operator in show upstream code path
SZEDER Gábor
2013-10-15
*
|
|
git-prompt.sh: optionally show upstream branch name
Julien Carsique
2013-10-14
|
/
/
*
|
contrib/git-prompt.sh: handle missing 'printf -v' more gracefully
Brandon Casey
2013-08-22
*
|
Merge branch 'ed/color-prompt'
Junio C Hamano
2013-07-01
|
\
\
|
*
|
git-prompt.sh: add missing information in comments
Eduardo R. D'Avila
2013-06-26
|
*
|
git-prompt.sh: do not print duplicate clean color code
Eduardo R. D'Avila
2013-06-26
|
*
|
git-prompt.sh: refactor colored prompt code
Eduardo R. D'Avila
2013-06-26
*
|
|
bash prompt: mention that PROMPT_COMMAND mode is faster
SZEDER Gábor
2013-06-24
*
|
|
bash prompt: avoid command substitution when finalizing gitstring
SZEDER Gábor
2013-06-24
*
|
|
bash prompt: avoid command substitution when checking for untracked files
SZEDER Gábor
2013-06-24
*
|
|
bash prompt: use bash builtins to check stash state
SZEDER Gábor
2013-06-24
*
|
|
bash prompt: use bash builtins to check for unborn branch for dirty state
SZEDER Gábor
2013-06-24
*
|
|
bash prompt: combine 'git rev-parse' for detached head
SZEDER Gábor
2013-06-24
*
|
|
bash prompt: combine 'git rev-parse' executions in the main code path
SZEDER Gábor
2013-06-24
*
|
|
bash prompt: use bash builtins to find out current branch
SZEDER Gábor
2013-06-24
*
|
|
bash prompt: use bash builtins to find out rebase state
SZEDER Gábor
2013-06-24
*
|
|
bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()
SZEDER Gábor
2013-06-24
*
|
|
bash prompt: return early from __git_ps1() when not in a git repository
SZEDER Gábor
2013-06-24
*
|
|
bash prompt: print unique detached HEAD abbreviated object name
SZEDER Gábor
2013-06-24
|
/
/
*
|
prompt: squelch error output from cat
Ramkumar Ramachandra
2013-06-14
*
|
Merge branch 'fc/show-branch-in-rebase-am'
Junio C Hamano
2013-06-06
|
\
\
[next]