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
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
2013-04-26
Merge branch 'fc/untracked-zsh-prompt' into maint
Junio C Hamano
1
-1
/
+1
2013-04-25
bash-prompt.sh: show where rebase is at when stopped
Zoltan Klinger
1
-5
/
+16
2013-04-23
Merge branch 'fc/untracked-zsh-prompt'
Junio C Hamano
1
-1
/
+1
2013-04-21
prompt: fix untracked files for zsh
Felipe Contreras
1
-1
/
+1
2013-03-31
bash: teach __git_ps1 about REVERT_HEAD
Robin Rosenberg
1
-0
/
+2
2013-02-18
shell-prompt: clean up nested if-then
Martin Erik Werner
1
-14
/
+13
2013-02-13
shell prompt: add bash.showUntrackedFiles option
Martin Erik Werner
1
-3
/
+8
2012-12-27
Merge branch 'so/prompt-command'
Junio C Hamano
1
-12
/
+20
2012-12-26
make __git_ps1 accept a third parameter in pcmode
Simon Oosthoek
1
-12
/
+20
2012-12-12
Merge branch 'so/prompt-command'
Junio C Hamano
1
-5
/
+11
2012-12-12
git-prompt.sh: update PROMPT_COMMAND documentation
Junio C Hamano
1
-5
/
+11
2012-12-11
Merge branch 'maint'
Junio C Hamano
1
-1
/
+10
2012-12-11
git-prompt: Document GIT_PS1_DESCRIBE_STYLE
Anders Kaseorg
1
-0
/
+9
2012-10-17
coloured git-prompt: paint detached HEAD marker in red
Junio C Hamano
1
-1
/
+1
2012-10-16
Fix up colored git-prompt
Simon Oosthoek
1
-23
/
+32
2012-10-11
show color hints based on state of the git tree
Simon Oosthoek
1
-1
/
+35
2012-10-11
Allow __git_ps1 to be used in PROMPT_COMMAND
Simon Oosthoek
1
-6
/
+45
2012-09-24
Improve the description of GIT_PS1_SHOWUPSTREAM
Jonathan "Duke" Leto
1
-3
/
+4
2012-06-10
completion: warn people about duplicated function
Junio C Hamano
1
-0
/
+2
2012-05-22
completion: split __git_ps1 into a separate script
Felipe Contreras
1
-0
/
+287