79 Commits (3206b6bdf6c261633b3712b7549b794aa39a5169)

Author SHA1 Message Date
Robert Abel 041fe8fc83 git-prompt: fix reading files with windows line endings 7 years ago
Robert Abel 5501f500b2 git-prompt: make __git_eread intended use explicit 7 years ago
Michael J Gruber 9f0b4dd0b8 git-prompt: add a describe style for any tags 8 years ago
Ville Skyttä 34d8f5a8aa git-prompt.sh: Don't error on null ${ZSH,BASH}_VERSION, $short_sha 9 years ago
SZEDER Gábor c26f70ceb3 bash prompt: indicate dirty index even on orphan branches 9 years ago
SZEDER Gábor 0af9f7ecb8 bash prompt: remove a redundant 'git diff' option 9 years ago
SZEDER Gábor dd160d794f bash prompt: faster untracked status indicator with untracked directories 10 years ago
Joe Cridge ab7fade919 git-prompt.sh: document GIT_PS1_STATESEPARATOR 10 years ago
Cody A Taylor 9bdc5173f0 git prompt: use toplevel to find untracked files 10 years ago
Tony Finch 6babe76496 git-prompt: preserve value of $? in all cases 10 years ago
Jess Austin 0120b8c85c git-prompt.sh: allow to hide prompt for ignored pwd 10 years ago
Richard Hansen 76b4309400 git-prompt.sh: if pc mode, immediately set PS1 to a plain prompt 10 years ago
Tony Finch eb443e3b39 git-prompt: preserve value of $? inside shell prompt 10 years ago
Justin Guenther 9dd70e0a0d git-prompt.sh: make $f local to __git_eread() 10 years ago
Jeff King 0fa7f01635 git-prompt: do not look for refs/stash in $GIT_DIR 11 years ago
Richard Hansen 1e4119c81b git-prompt.sh: don't assume the shell expands the value of PS1 11 years ago
Felipe Contreras 66ab301c16 contrib: completion: fix 'eread()' namespace 11 years ago
Richard Hansen 8976500cbb git-prompt.sh: don't put unsanitized branch names in $PS1 11 years ago
Felipe Contreras 59d3924fbb prompt: fix missing file errors in zsh 11 years ago
SZEDER Gábor 52ec889d1a bash prompt: don't use '+=' operator in show upstream code path 11 years ago
Julien Carsique 1f6806cf2d git-prompt.sh: optionally show upstream branch name 11 years ago
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