Helmut K. C. Tessarek
bd2bd96135
make a few changes for low resolution displays (unicode characters may overlap with the following character)
10 years ago
Helmut K. C. Tessarek
528a9ad8f7
add a new theme 'Evermeet'
10 years ago
Martin Gondermann
a9d9a56120
Merge pull request #254 from ogr3/quote-fix
...
Quote fix
10 years ago
oGre
9a6f9cbb3c
Revert both 'fixes'
10 years ago
oGre
134be60f6f
Added IntelliJ project directory to .gitignore
10 years ago
oGre
31ceb350fd
Fixed quoting to just around the first parameter
10 years ago
Martin Gondermann
093734c86a
Merge pull request #253 from tiagocoutinho/master
...
Solves issue #252 : error message in prompt with old bash version
10 years ago
Jose Tiago Macara Coutinho
fd34847175
Solves issue #252 : error message in prompt with old bash version
10 years ago
Martin Gondermann
def903b6b3
Merge pull request #251 from gcbartlett/master
...
Fix repeated 'git_prompt_color_samples' bug
10 years ago
Gary Bartlett
1b59e1e075
Update git-prompt-help.sh
...
Initialized local x to 0 (in case it is already set).
10 years ago
Gary Bartlett
21e7426594
Made 'x' a local variable so the 'git_prompt_color_samples' command can be repeated.
10 years ago
Martin Gondermann
ba19c4134d
Merge pull request #206 from jcrypto/master
...
fix escapes for terminal title
10 years ago
Martin Gondermann
569574b279
Merge pull request #246 from jhalfmoon/fix/deletedcount-and-lastcommandcolor
...
fix deleted item count and fix last_command_indicator coloring
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
Martin Gondermann
ac771746fd
Merge pull request #243 from rkitover/master
...
new theme Solarized_UserHost
10 years ago
Rafael Kitover
699818475d
new theme Solarized_UserHost
...
This theme is based on Solarized_Extravagant, with the ruby prompt, date
and kernel version removed, and user@host added on the second line.
10 years ago
Martin Gondermann
134219ea4b
Merge pull request #240 from ogr3/show-unannotated-tags-legacy-fix
...
Fixed typo
10 years ago
Martin Gondermann
cca16cc260
git clone --depth=0 is invalid, Fixes #241
10 years ago
oGre
2472c71408
Fixed typo
10 years ago
Martin Gondermann
3fe5e519dc
Merge pull request #234 from mik-laj/patch-1
...
Download only latest version via git
10 years ago
Martin Gondermann
4713858872
Merge pull request #239 from ogr3/show-unannotated-tags-legacy
...
Make pr#238 work for legacy git as well
10 years ago
Martin Gondermann
a6d32f0d11
Merge pull request #238 from matt-smiley/master
...
Show an unannotated tag too
10 years ago
oGre
d6acf1361c
Make pr#238 work for legacy git as well
10 years ago
Matt Smiley
bc0f8bd83f
When working from a detached head that has an associated tag, show that tag instead of the short SHA1 hash, even if it is unannotated.
10 years ago
mik-laj
297b3b2fb3
Download only latest version via git
10 years ago
Martin Gondermann
485d12adb3
Merge pull request #228 from ogr3/num-conflicts
...
check num_conflicts against 0
10 years ago
oGre
5182ee9d35
check num_conflicts against 0
10 years ago
Martin Gondermann
75e50b1649
Merge pull request #227 from aurelien-rainone/fix-conflicts-clean-flag
...
Take conflicts into account for 'clean' flag
10 years ago
Aurélien Rainone
0590b8740d
Take num_conflicts into account for 'clean' flag
10 years ago
Martin Gondermann
b1291e4561
Merge pull request #220 from positron/patch-1
...
Fix plurality in README
10 years ago
Philip Jagielski
6a7a70f5eb
Fix plurality in README
...
Otherwise it would be more correct to say file(s) with merge conflict(s).
10 years ago
Martin Gondermann
e3bf510317
Merge pull request #219 from vitaly-zdanevich/master
...
clarified section about installation
10 years ago
Martin Gondermann
d2d82360cf
Merge pull request #217 from qw3rtman/fix-license
...
Add year and name to license.
10 years ago
Vitaly Zdanevich
e290bb7123
Merge pull request #1 from vitaly-zdanevich/clarified-section-about-installation
...
simplify section about installation
10 years ago
Vitaly Zdanevich
1b7e80afa5
simplify section about installation
10 years ago
Nimit Kalra
09aa43a637
Add year and name to license.
10 years ago
Martin Gondermann
410fd059a7
GIT_PROMPT_SHOW_UNTRACKED_FILES=no was not working correctly
...
* Fixed the bug, than GIT_SHOW_UNTRACKED_FILES=no was not respected
* Renamed GIT_SHOW_UNTRACKED_FILES to GIT_PROMPT_SHOW_UNTRACKED_FILES as
this is more consistent to the other environment variables
* GIT_PROMPT_SHOW_UNTRACKED_FILES can be now also set on a per
repository basis in .bash-git-rc
* Updated README
Fixes #215 and 216
10 years ago
Martin Gondermann
2d9ec22dd2
Merge pull request #214 from root42/untracked-files
...
Make counting ALL untracked files optional
10 years ago
Arne Schmitz
aa0b32fdb5
add documentation for GIT_SHOW_UNTRACKED_FILES
10 years ago
Arne Schmitz
4f2bc5cadf
add env variable for showing of untracked files
10 years ago
Martin Gondermann
6a606da7c0
Merge pull request #210 from ogr3/single-line-themes-simplified
...
Changed the themes to properly override Default theme
10 years ago
Martin Gondermann
02f8c1029c
Merge pull request #211 from ogr3/remove-unused-vars
...
Removed unused variables
10 years ago
oGre
4ab6a6f2fe
Removed unused variables
10 years ago
oGre
a2182bb646
Fix for terminal fonts
10 years ago
oGre
d3785812bb
Single_line_Solarized simplified
10 years ago
oGre
a3ea748972
Simplified Single_line and Single_line_Ubuntu themes to override Default
10 years ago
Martin Gondermann
d7ccfe7aee
Merge pull request #208 from ogr3/test-handle-empty-string
...
Change test to accept empty string as set
10 years ago
oGre
d4564b29bf
Changed themes to use empty string, which couldn't be done before.
10 years ago
oGre
3740531995
Use test -z, but handle empty string in variable as set
10 years ago