index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
completion
/
git-prompt.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-15
Merge branch 'jc/prompt-document-ps1-state-separator' into maint
Junio C Hamano
1
-0
/
+4
2015-06-10
git-prompt.sh: document GIT_PS1_STATESEPARATOR
Joe Cridge
1
-0
/
+4
2015-03-25
Merge branch 'ct/prompt-untracked-fix'
Junio C Hamano
1
-1
/
+1
2015-03-15
git prompt: use toplevel to find untracked files
Cody A Taylor
1
-1
/
+1
2015-01-14
Merge branch 'tf/prompt-preserve-exit-status'
Junio C Hamano
1
-5
/
+5
2015-01-14
Merge branch 'rh/hide-prompt-in-ignored-directory'
Junio C Hamano
1
-7
/
+17
2015-01-14
git-prompt: preserve value of $? in all cases
Tony Finch
1
-4
/
+4
2015-01-07
Merge branch 'tf/prompt-preserve-exit-status'
Junio C Hamano
1
-0
/
+4
2015-01-07
git-prompt.sh: allow to hide prompt for ignored pwd
Jess Austin
1
-0
/
+13
2015-01-07
git-prompt.sh: if pc mode, immediately set PS1 to a plain prompt
Richard Hansen
1
-7
/
+4
2014-12-22
Merge branch 'jg/prompt-localize-temporary'
Junio C Hamano
1
-1
/
+1
2014-12-22
git-prompt: preserve value of $? inside shell prompt
Tony Finch
1
-0
/
+4
2014-12-12
git-prompt.sh: make $f local to __git_eread()
Justin Guenther
1
-1
/
+1
2014-08-25
git-prompt: do not look for refs/stash in $GIT_DIR
Jeff King
1
-1
/
+2
2014-05-19
Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'
Junio C Hamano
1
-17
/
+39
2014-05-19
git-prompt.sh: don't assume the shell expands the value of PS1
Richard Hansen
1
-17
/
+39
2014-05-13
Merge branch 'fc/prompt-zsh-read-from-file'
Junio C Hamano
1
-8
/
+8
2014-05-13
contrib: completion: fix 'eread()' namespace
Felipe Contreras
1
-8
/
+8
2014-05-02
Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'
Junio C Hamano
1
-2
/
+32
2014-04-22
git-prompt.sh: don't put unsanitized branch names in $PS1
Richard Hansen
1
-2
/
+32
2014-04-14
prompt: fix missing file errors in zsh
Felipe Contreras
1
-7
/
+14
2013-10-28
Merge branch 'sg/prompt-svn-remote-fix'
Junio C Hamano
1
-1
/
+1
2013-10-15
bash prompt: don't use '+=' operator in show upstream code path
SZEDER Gábor
1
-1
/
+1
2013-10-14
git-prompt.sh: optionally show upstream branch name
Julien Carsique
1
-1
/
+6
2013-08-22
contrib/git-prompt.sh: handle missing 'printf -v' more gracefully
Brandon Casey
1
-1
/
+5
2013-07-01
Merge branch 'ed/color-prompt'
Junio C Hamano
1
-70
/
+41
2013-06-26
git-prompt.sh: add missing information in comments
Eduardo R. D'Avila
1
-11
/
+15
2013-06-26
git-prompt.sh: do not print duplicate clean color code
Eduardo R. D'Avila
1
-1
/
+1
2013-06-26
git-prompt.sh: refactor colored prompt code
Eduardo R. D'Avila
1
-59
/
+26
2013-06-24
bash prompt: mention that PROMPT_COMMAND mode is faster
SZEDER Gábor
1
-5
/
+5
2013-06-24
bash prompt: avoid command substitution when finalizing gitstring
SZEDER Gábor
1
-1
/
+5
2013-06-24
bash prompt: avoid command substitution when checking for untracked files
SZEDER Gábor
1
-1
/
+1
2013-06-24
bash prompt: use bash builtins to check stash state
SZEDER Gábor
1
-2
/
+3
2013-06-24
bash prompt: use bash builtins to check for unborn branch for dirty state
SZEDER Gábor
1
-1
/
+1
2013-06-24
bash prompt: combine 'git rev-parse' for detached head
SZEDER Gábor
1
-4
/
+12
2013-06-24
bash prompt: combine 'git rev-parse' executions in the main code path
SZEDER Gábor
1
-5
/
+13
2013-06-24
bash prompt: use bash builtins to find out current branch
SZEDER Gábor
1
-18
/
+33
2013-06-24
bash prompt: use bash builtins to find out rebase state
SZEDER Gábor
1
-6
/
+6
2013-06-24
bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()
SZEDER Gábor
1
-25
/
+1
2013-06-24
bash prompt: return early from __git_ps1() when not in a git repository
SZEDER Gábor
1
-100
/
+101
2013-06-24
bash prompt: print unique detached HEAD abbreviated object name
SZEDER Gábor
1
-1
/
+1
2013-06-14
prompt: squelch error output from cat
Ramkumar Ramachandra
1
-6
/
+6
2013-06-06
Merge branch 'fc/show-branch-in-rebase-am'
Junio C Hamano
1
-0
/
+2
2013-06-05
Merge branch 'tg/maint-zsh-svn-remote-prompt'
Junio C Hamano
1
-3
/
+4
2013-05-29
prompt: fix for simple rebase
Felipe Contreras
1
-0
/
+2
2013-05-22
prompt: fix show upstream with svn and zsh
Thomas Gummerer
1
-3
/
+4
2013-05-17
prompt: colorize ZSH prompt
Ramkumar Ramachandra
1
-1
/
+39
2013-05-17
prompt: factor out gitstring coloring logic
Ramkumar Ramachandra
1
-36
/
+43
2013-05-17
prompt: introduce GIT_PS1_STATESEPARATOR
Ramkumar Ramachandra
1
-3
/
+4
2013-05-01
Merge branch 'zk/prompt-rebase-step'
Junio C Hamano
1
-5
/
+16
[next]