46 Commits (ce1e8462070868bd83f9bc79f90f62d6927f8332)

Author SHA1 Message Date
Brandon Casey a44aa6930c contrib/git-prompt.sh: handle missing 'printf -v' more gracefully 12 years ago
Eduardo R. D'Avila cf4cac4cfc git-prompt.sh: add missing information in comments 12 years ago
Eduardo R. D'Avila 15981f4eec git-prompt.sh: do not print duplicate clean color code 12 years ago
Eduardo R. D'Avila 7fe9031920 git-prompt.sh: refactor colored prompt code 12 years ago
SZEDER Gábor a694258457 bash prompt: mention that PROMPT_COMMAND mode is faster 12 years ago
SZEDER Gábor 69a8141a5d bash prompt: avoid command substitution when finalizing gitstring 12 years ago
SZEDER Gábor 14d7649748 bash prompt: avoid command substitution when checking for untracked files 12 years ago
SZEDER Gábor dd0b72cbd9 bash prompt: use bash builtins to check stash state 12 years ago
SZEDER Gábor 0f37c12581 bash prompt: use bash builtins to check for unborn branch for dirty state 12 years ago
SZEDER Gábor e3e0b9378b bash prompt: combine 'git rev-parse' for detached head 12 years ago
SZEDER Gábor efaa0c1532 bash prompt: combine 'git rev-parse' executions in the main code path 12 years ago
SZEDER Gábor 3a43c4b5bd bash prompt: use bash builtins to find out current branch 12 years ago
SZEDER Gábor b91b935f04 bash prompt: use bash builtins to find out rebase state 12 years ago
SZEDER Gábor 511ad15904 bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir() 12 years ago
SZEDER Gábor 96ea404757 bash prompt: return early from __git_ps1() when not in a git repository 12 years ago
SZEDER Gábor e8f21caf94 bash prompt: print unique detached HEAD abbreviated object name 12 years ago
Ramkumar Ramachandra 2847cae835 prompt: squelch error output from cat 12 years ago
Felipe Contreras 1306321ebe prompt: fix for simple rebase 12 years ago
Thomas Gummerer d0583da838 prompt: fix show upstream with svn and zsh 12 years ago
Ramkumar Ramachandra 9678696c4a prompt: colorize ZSH prompt 12 years ago
Ramkumar Ramachandra 18562ad1a0 prompt: factor out gitstring coloring logic 12 years ago
Ramkumar Ramachandra 15a54fb809 prompt: introduce GIT_PS1_STATESEPARATOR 12 years ago
Zoltan Klinger b71dc3e1a0 bash-prompt.sh: show where rebase is at when stopped 12 years ago
Felipe Contreras 24b6132e57 prompt: fix untracked files for zsh 12 years ago
Robin Rosenberg 3ee4452837 bash: teach __git_ps1 about REVERT_HEAD 12 years ago
Martin Erik Werner 31e6a4e613 shell-prompt: clean up nested if-then 12 years ago
Martin Erik Werner 66cb5d4420 shell prompt: add bash.showUntrackedFiles option 12 years ago
Simon Oosthoek 126b59692b make __git_ps1 accept a third parameter in pcmode 12 years ago
Junio C Hamano de29a7ac0e git-prompt.sh: update PROMPT_COMMAND documentation 12 years ago
Anders Kaseorg 50b03b04c0 git-prompt: Document GIT_PS1_DESCRIBE_STYLE 12 years ago
Junio C Hamano 76c36c02ff coloured git-prompt: paint detached HEAD marker in red 13 years ago
Simon Oosthoek 9b3aaf8bf1 Fix up colored git-prompt 13 years ago
Simon Oosthoek 9b7e776c0a show color hints based on state of the git tree 13 years ago
Simon Oosthoek 1bfc51ac81 Allow __git_ps1 to be used in PROMPT_COMMAND 13 years ago
Jonathan "Duke" Leto f9db19214a Improve the description of GIT_PS1_SHOWUPSTREAM 13 years ago
Junio C Hamano ac3eb1c384 completion: warn people about duplicated function 13 years ago
Felipe Contreras af31a456b4 completion: split __git_ps1 into a separate script 13 years ago