134 Commits (606237f091cb8c1ea4cf1f70b13a421e04678d4a)

Author SHA1 Message Date
oGre 9014f4ae1d Use keyword command inestead of backslash and remove -f flag on rm 10 years ago
oGre fd51b4b617 Make sure aliases for cp and rm are lower priority than the original command 10 years ago
nexayq 1d32369dab Add git_prompt_toggle to disable/enable gitprompt 10 years ago
hgmoll 38f7dbc0bb Fix index lock issue 10 years ago
oGre 46ab557cbc Extract color definition loading as a function 10 years ago
oGre 9a6f9cbb3c Revert both 'fixes' 10 years ago
oGre 31ceb350fd Fixed quoting to just around the first parameter 10 years ago
Jose Tiago Macara Coutinho fd34847175 Solves issue #252: error message in prompt with old bash version 10 years ago
Johnny Halfmoon 61cd6ae2ad (1) Deleted items were incorrectly counted as staged. (2) A ResetColor string after the last_command_indicator makes the command line colors be a bit more predictable. 10 years ago
Martin Gondermann b3f4d82842 Export GIT_BRANCH as environment variable for 3rd party usage, fixes #244 10 years ago
Thomas Rebele 0ac3d048be added option to specify path of template file 10 years ago
Martin Gondermann 410fd059a7 GIT_PROMPT_SHOW_UNTRACKED_FILES=no was not working correctly 10 years ago
oGre 4ab6a6f2fe Removed unused variables 10 years ago
Jernej Tonejc 69188e5d0d fix escapes for terminal title 10 years ago
Joni Lahtinen c6e9984135 Use portable shebang 10 years ago
Clemens Schwaighofer d104f75b22 shell for gitprompt.sh needs to be bash 10 years ago
oGre 09c98facb6 Added environment variable GIT_PROMPT_STATUS_COMMAND that can point out a custom gitstatus.sh script if needed. 10 years ago
oGre 41aa8fe825 Unset the new variable. Documentation added in README.md Removed unexpected token warning. 10 years ago
oGre baa54d3673 Added config variable analogue to GIT_PROMPT_VIRTUALENV 10 years ago
oGre 54543440f5 Add upstream tracked branch to gitstatus.sh and possible to show in prompt 10 years ago
oGre fbeaa6effd Moved gp_truncate_pwd function to gitprompt.sh 10 years ago
oGre 1ba48fd06b Added helper function gp_set_window_title that can be used to set XTerm window title to the given argument. Used in TruncatedPwd_WindowTitle theme 10 years ago
oGre 149efc1331 Virtualenv information duplicated code moved to helper function 10 years ago
oGre 26bd9fb354 Honor VIRTUAL_ENV_DISABLE_PROMPT in updatePrompt as well 10 years ago
oGre ba1276e9c8 Honor VIRTUAL_ENV_DISABLE_PROMPT, if it is set to non-empty string 10 years ago
oGre f1940dfe8b Quoted paths to handle spaces in them 10 years ago
oGre f319f3acc1 Added break in loop after we find the current theme 10 years ago
oGre 2e0180f93a Removed backtick from comment 10 years ago
oGre 09fcaf22fc Optimized theme reading to not use external commands, but only bash 10 years ago
oGre 249c24e279 Two functions missed. 10 years ago
oGre d83795adcb Revert unset prompt_callback and extra call to git_prompt_reset 10 years ago
oGre df40c38f26 re-indented replaceSymbols function containing tab stops 10 years ago
oGre ffe831d659 Missed two functions 10 years ago
oGre 554f14bf23 Re-indented functions. Added unset of prompt_callback when calling reset prompt. Call reset prompt when loading new theme. Added quicker check for function type. 10 years ago
oGre 31f690f65c Check if prompt_callback is a function must occur after theme has loaded if theme is to override prompt_callback 10 years ago
oGre 8a04c7c260 Fixed typo in echoed text 10 years ago
Martin Gondermann 798667a7d5 GIT_PROMPT_FETCH_TIMEOUT in .bashrc isn't be ignored anymore 10 years ago
corbosman e72fd9a41b fix match for theme 11 years ago
Rafael Kitover 9f91317c7c Fix Solaris compatibility 11 years ago
Robert Meerman 7ca0026b37 _LAST_COMMAND_INDICATOR_ now displays symbolic names of signals 11 years ago
Brent Redd 5762652b25 use double quotes to handle path with spaces 11 years ago
Martin Gondermann c0510cf2fa GIT_PROMPT_IGNORE_STASH was broken. Fixes #106 11 years ago
Martin Gondermann cc97adfdb7 There was _LAST_COMMAND_INDICATOR_ being printed in prompt output on root user 11 years ago
Dennis Xiloj 222a49bcfc FIX GIT_PROMPT_ONLY_IN_REPO=1 should honor whatever previus prompt was 11 years ago
Martin Gondermann b745d72722 Optimized themes 11 years ago
Martin Gondermann 7cd27e27df Removed obsolete Time variables in gitprompt.sh 11 years ago
Martin Gondermann c04317996d gitstatus.sh was not theme aware 11 years ago
Martin Gondermann 62efaa9e46 Theme always fell back to default theme in bash 3.2.53 11 years ago
Martin Gondermann 296a04b76f Tweaks for backwards compatibility 11 years ago
Martin Gondermann fa1189b112 Added possibility to ignore a repository completely by adding "GIT_PROMPT_IGNORE=1" to .bash-git-rc 11 years ago