160 Commits (40958b34d819e73eca7adda1dd5602bc1fb82ec3)

Author SHA1 Message Date
Igor Minar 40958b34d8
support new lines in original $PROMPT_COMMAND 8 years ago
hotpocket 7c2216a408 prefer if/else. magicmonty/bash-git-prompt/pull/370 8 years ago
hotpocket de16dd6b97 return right away so a success looks like "1" instead of "1 0" 8 years ago
Justin Mohr f5323ff66b Suppress fetch password prompt 8 years ago
Andreas Eriksen 2c26470469
fix typo 8 years ago
Martin Gondermann d8d99a128d Add state and step 8 years ago
Martin Gondermann 0bd011c725 Add possibility to ignore submodules also in .bash-git-rc 8 years ago
Martin Gondermann b1f005a8a2 Add possibility to ignore submodules 8 years ago
Christian Boltz 4b8c8da3ef
Allow different color for master branch 8 years ago
mUniKeS ed0dc9347b Add nodeenv to prompt virtuals env 8 years ago
Ilya Kantor 806889d155 Add separator to status only if something follow it 8 years ago
oGre 19d941d409 Just allow the whitelisted variable names 9 years ago
oGre a8292af92f Check the syntax of .bash-git-rc before sourcing it 9 years ago
oGre 46aaea2c33 Postpone export of GIT_UPSTREAM until we know that it should be exported 9 years ago
oGre 230717084b Remove unnecessary unset of the local variable 9 years ago
oGre 737ebec4c0 Move the local variable to the else branch so that you don't do an unnecessary substitution 9 years ago
oGre 47df726794 Wait with evaluation of the parts that contain the branch names until PS1 is rendered. 9 years ago
Stephan Knauss 85de63d504 extend gp_truncate_pwd to accept parameter with max pwd length 9 years ago
Martin Gondermann 6645a82003 Disable globbing on replacing prompt symbols (fixes #295) 9 years ago
oGre 7d0c2b3061 Switched if statement 9 years ago
oGre 21ea21f406 Changed if statement. Added docs. 9 years ago
oGre 12ef3c0363 whitespace 9 years ago
oGre a12e3ccf44 Simplified if expression 9 years ago
oGre 367e27b6f8 Configurable display of numbers for changed files 9 years ago
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