summaryrefslogtreecommitdiff
path: root/contrib/completion/git-prompt.sh
AgeCommit message (Expand)Author
2014-04-22git-prompt.sh: don't put unsanitized branch names in $PS1Richard Hansen
2014-04-14prompt: fix missing file errors in zshFelipe Contreras
2013-10-28Merge branch 'sg/prompt-svn-remote-fix'Junio C Hamano
2013-10-15bash prompt: don't use '+=' operator in show upstream code pathSZEDER Gábor
2013-10-14git-prompt.sh: optionally show upstream branch nameJulien Carsique
2013-08-22contrib/git-prompt.sh: handle missing 'printf -v' more gracefullyBrandon Casey
2013-07-01Merge branch 'ed/color-prompt'Junio C Hamano
2013-06-26git-prompt.sh: add missing information in commentsEduardo R. D'Avila
2013-06-26git-prompt.sh: do not print duplicate clean color codeEduardo R. D'Avila
2013-06-26git-prompt.sh: refactor colored prompt codeEduardo R. D'Avila
2013-06-24bash prompt: mention that PROMPT_COMMAND mode is fasterSZEDER Gábor
2013-06-24bash prompt: avoid command substitution when finalizing gitstringSZEDER Gábor
2013-06-24bash prompt: avoid command substitution when checking for untracked filesSZEDER Gábor
2013-06-24bash prompt: use bash builtins to check stash stateSZEDER Gábor
2013-06-24bash prompt: use bash builtins to check for unborn branch for dirty stateSZEDER Gábor
2013-06-24bash prompt: combine 'git rev-parse' for detached headSZEDER Gábor
2013-06-24bash prompt: combine 'git rev-parse' executions in the main code pathSZEDER Gábor
2013-06-24bash prompt: use bash builtins to find out current branchSZEDER Gábor
2013-06-24bash prompt: use bash builtins to find out rebase stateSZEDER Gábor
2013-06-24bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()SZEDER Gábor
2013-06-24bash prompt: return early from __git_ps1() when not in a git repositorySZEDER Gábor
2013-06-24bash prompt: print unique detached HEAD abbreviated object nameSZEDER Gábor
2013-06-14prompt: squelch error output from catRamkumar Ramachandra
2013-06-06Merge branch 'fc/show-branch-in-rebase-am'Junio C Hamano
2013-06-05Merge branch 'tg/maint-zsh-svn-remote-prompt'Junio C Hamano
2013-05-29prompt: fix for simple rebaseFelipe Contreras
2013-05-22prompt: fix show upstream with svn and zshThomas Gummerer
2013-05-17prompt: colorize ZSH promptRamkumar Ramachandra
2013-05-17prompt: factor out gitstring coloring logicRamkumar Ramachandra
2013-05-17prompt: introduce GIT_PS1_STATESEPARATORRamkumar Ramachandra
2013-05-01Merge branch 'zk/prompt-rebase-step'Junio C Hamano
2013-04-26Merge branch 'fc/untracked-zsh-prompt' into maintJunio C Hamano
2013-04-25bash-prompt.sh: show where rebase is at when stoppedZoltan Klinger
2013-04-23Merge branch 'fc/untracked-zsh-prompt'Junio C Hamano
2013-04-22prompt: fix untracked files for zshFelipe Contreras
2013-04-01bash: teach __git_ps1 about REVERT_HEADRobin Rosenberg
2013-02-18shell-prompt: clean up nested if-thenMartin Erik Werner
2013-02-13shell prompt: add bash.showUntrackedFiles optionMartin Erik Werner
2012-12-28Merge branch 'so/prompt-command'Junio C Hamano
2012-12-26make __git_ps1 accept a third parameter in pcmodeSimon Oosthoek
2012-12-12Merge branch 'so/prompt-command'Junio C Hamano
2012-12-12git-prompt.sh: update PROMPT_COMMAND documentationJunio C Hamano
2012-12-11Merge branch 'maint'Junio C Hamano
2012-12-11git-prompt: Document GIT_PS1_DESCRIBE_STYLEAnders Kaseorg
2012-10-17coloured git-prompt: paint detached HEAD marker in redJunio C Hamano
2012-10-16Fix up colored git-promptSimon Oosthoek
2012-10-11show color hints based on state of the git treeSimon Oosthoek
2012-10-11Allow __git_ps1 to be used in PROMPT_COMMANDSimon Oosthoek
2012-09-24Improve the description of GIT_PS1_SHOWUPSTREAMJonathan "Duke" Leto
2012-06-10completion: warn people about duplicated functionJunio C Hamano