Martin Gondermann
d70d1a7ad2
Merge branch 'cboltz-cboltz-mastercolor'
8 years ago
Martin Gondermann
6791792ae3
Set GIT_PROMPT_MASTER_BRANCH to GIT_PROMPT_BRANCH by default
8 years ago
Martin Gondermann
c054c66fb9
Merge branch 'cboltz-mastercolor' of https://github.com/cboltz/bash-git-prompt into cboltz-cboltz-mastercolor
8 years ago
Martin Gondermann
c427520cdf
Update README
8 years ago
Martin Gondermann
0bd011c725
Add possibility to ignore submodules also in .bash-git-rc
...
see also #351
8 years ago
Martin Gondermann
b1f005a8a2
Add possibility to ignore submodules
...
See #351
8 years ago
Christian Boltz
7deca313db
add $GIT_PROMPT_MASTER_BRANCH to all themes
...
... that set $GIT_PROMPT_BRANCH, using the same color as
$GIT_PROMPT_BRANCH to avoid unintended changes.
8 years ago
Christian Boltz
4b8c8da3ef
Allow different color for master branch
...
- add $GIT_PROMPT_MASTER_BRANCH - color for master branch
- add $GIT_PROMPT_MASTER_BRANCHES - branch name(s) that use
$GIT_PROMPT_MASTER_BRANCH color, 'master' by default)
All other branches will continue to use $GIT_PROMPT_BRANCH
Fixes https://github.com/magicmonty/bash-git-prompt/issues/311
8 years ago
Martin Gondermann
50eb8fbeaf
Merge pull request #356 from munikes/master
...
Add nodeenv to prompt virtuals env
8 years ago
Martin Gondermann
e0146fdcec
Merge pull request #353 from nono031/master
...
Add Single_line_Dark.bgptheme theme
8 years ago
mUniKeS
ed0dc9347b
Add nodeenv to prompt virtuals env
8 years ago
sevin
a1314381da
Add Single_line_Dark.bgptheme theme
8 years ago
Martin Gondermann
bc607a7133
Merge pull request #346 from korzeniewskipl/fishfix
...
Fishfix
8 years ago
Paweł Korzeniewski
9c82beddd7
Fix fish_prompt function.
8 years ago
Paweł Korzeniewski
d0bdc7d9a2
Make __GIT_PROMPT_DIR value consistent with default installation path.
8 years ago
Martin Gondermann
5501128b78
Bump version in spec to 2.6.3, update Homebrew Formula
8 years ago
2e617b0e80
Merge branch 'iliakan-master'
8 years ago
709ff6cd09
Merge branch 'master' of https://github.com/iliakan/bash-git-prompt into iliakan-master
8 years ago
Ilya Kantor
1d6089e80b
Made compatible with git 2.14 on empty repo
8 years ago
Martin Gondermann
f2da28fae1
Merge pull request #339 from supermamon/master
...
Fixed Chmike reload call
8 years ago
Raymond Velasquez
0c3c3819af
Fixed Chmike reload call
8 years ago
Ilya Kantor
806889d155
Add separator to status only if something follow it
8 years ago
Martin Gondermann
a8b3d9e393
Merge pull request #335 from NorbertRonecker/master
...
Single Line Theme for Gentoo Prompt without Exit State
9 years ago
Norbert Ronecker
4ac5e67afc
Single Line Theme for Gentoo Default Prompt without Exit State
9 years ago
Martin Gondermann
a529134708
Merge pull request #332 from fvoges/fix_solarized_root_color
...
change root prompt to reset color at the end on Single_line_Solarized
9 years ago
Federico Voges
ac02349f06
change root prompt to reset color at the end
...
before this commit, the root prompt would not reset the terminal color so all the text was red. this commit changes the end of the root prompt to reset the color to default.
9 years ago
Martin Gondermann
b449b8e69d
Merge pull request #329 from r0mai/readme-typo
...
Fix 'wayting' -> 'waiting' typo in README.md
9 years ago
Andras Kucsma
92dc236000
Fix 'wayting' -> 'waiting' typo in README.md
9 years ago
Martin Gondermann
7e95f15b85
Merge pull request #325 from ogr3/bash-git-rc
...
[security] Check the syntax of .bash-git-rc before sourcing it, Fixes #324
9 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
Martin Gondermann
50a3159995
Merge pull request #323 from axlan/update-fish-doc
...
Added instructions for using with fish_config
9 years ago
jdiamond
437414386d
Added direct cp method
9 years ago
jdiamond
d004afc1a8
Added instructions for using with fish_config
9 years ago
Martin Gondermann
2e19631cff
Merge pull request #297 from stephankn/TruncateLen
...
extend gp_truncate_pwd to accept parameter with max pwd length
9 years ago
Martin Gondermann
1b17837a16
Merge pull request #308 from switch87/patch-1
...
Update README.md
9 years ago
Martin Gondermann
ffc8c7bbf0
Merge pull request #319 from jakob-erdmann/ahead_behind_branchname_fix
...
Ahead/Behind only if actually ahead/behind
9 years ago
Jakob Erdmann
0e3f8d5d10
Merge pull request #1 from ogr3/behind
...
(cherry picked from 044bc02)
Proposed fix for #319
9 years ago
Jakob Erdmann
6a88806815
Ahead/Behind only if actually ahead/behind
...
* Previously status was also displayed, when branch name contained 'ahead' or 'behind'
9 years ago
Martin Gondermann
f399604cb9
Merge pull request #307 from switch87/master
...
Minimal_UserHost theme
9 years ago
Martin Gondermann
fc2953fbc6
Updated Homebrew formula and spec
9 years ago
Martin Gondermann
c4a0a2debc
Merge branch 'ogr3-pwned-with-upstream'
...
Fixes #310
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
Gert Pellin
5e380e5048
Changed theme-name inside file
9 years ago
Gert Pellin
281616edae
Update README.md
...
added ✖-n for staged files state after command `git-rm`. I do not know if my explanation is okay, so feel free to rephrase.
9 years ago
switch87
7e695b36b9
renamed theme and added root-color
9 years ago
switch87
7785f93586
added own custom theme
9 years ago