summaryrefslogtreecommitdiff
path: root/contrib/completion/git-prompt.sh
Commit message (Expand)AuthorAgeFilesLines
* git-prompt.sh: make $f local to __git_eread()jg/prompt-localize-temporaryJustin Guenther2014-12-121-1/+1
* 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
| |/ /
* | | Merge branch 'fc/untracked-zsh-prompt'Junio C Hamano2013-04-231-1/+1
|\ \ \ | |/ / |/| / | |/
| * prompt: fix untracked files for zshFelipe Contreras2013-04-211-1/+1
* | bash: teach __git_ps1 about REVERT_HEADRobin Rosenberg2013-03-311-0/+2
|/
* shell-prompt: clean up nested if-thenMartin Erik Werner2013-02-181-14/+13
* shell prompt: add bash.showUntrackedFiles optionMartin Erik Werner2013-02-131-3/+8
* Merge branch 'so/prompt-command'Junio C Hamano2012-12-271-12/+20
|\
| * make __git_ps1 accept a third parameter in pcmodeSimon Oosthoek2012-12-261-12/+20
* | Merge branch 'so/prompt-command'Junio C Hamano2012-12-121-5/+11
|\ \ | |/
| * git-prompt.sh: update PROMPT_COMMAND documentationJunio C Hamano2012-12-121-5/+11
* | Merge branch 'maint'Junio C Hamano2012-12-111-1/+10
|\ \ | |/ |/|
| * git-prompt: Document GIT_PS1_DESCRIBE_STYLEAnders Kaseorg2012-12-111-0/+9
* | coloured git-prompt: paint detached HEAD marker in redJunio C Hamano2012-10-171-1/+1
* | Fix up colored git-promptSimon Oosthoek2012-10-161-23/+32
* | show color hints based on state of the git treeSimon Oosthoek2012-10-111-1/+35
* | Allow __git_ps1 to be used in PROMPT_COMMANDSimon Oosthoek2012-10-111-6/+45
|/
* Improve the description of GIT_PS1_SHOWUPSTREAMJonathan "Duke" Leto2012-09-241-3/+4
* completion: warn people about duplicated functionJunio C Hamano2012-06-101-0/+2