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
Jernej Tonejc
69188e5d0d
fix escapes for terminal title
10 years ago
Martin Gondermann
ac354161b6
Merge pull request #205 from keras/magicmaster
...
Use `test -v` to allow overriding defaults with empty strings
10 years ago
mikael
f9340cee17
use `test -v` to allow overriding defaults with empty strings
10 years ago
Martin Gondermann
c673ea84cf
Merge pull request #204 from ogr3/shebang-line
...
Added portable shebang line
10 years ago
oGre
16d7bf93ad
Removed old comments
10 years ago
oGre
e0769122da
Added shebang line
10 years ago
Martin Gondermann
40f2d1b1ce
Merge pull request #201 from ogr3/ubuntu-themes-cleanup
...
Tweaked Ubuntu versions of fonts to only override the symbols from De…
10 years ago
Martin Gondermann
c2fa630f1b
Merge pull request #198 from asazello/master
...
A space was missing.
10 years ago
Martin Gondermann
cb267fca65
Merge pull request #197 from ogr3/single-lite-theme-fix
...
Themes overriding define_undefined_git_prompt_colors needs the new variables
10 years ago
Martin Gondermann
61606eb5f9
Merge pull request #196 from ogr3/simplified-old-status
...
Simplified old gitstatus
10 years ago
oGre
57279738f1
Tweaked Ubuntu versions of fonts to only override the symbols from Default that are needed. Added Ubuntu versions of the TruncatedPwd_WindowTitle theme.
10 years ago
Asazello
eb8e281667
A space was missing.
10 years ago
oGre
7ee135e1de
Themes overriding define_undefined_git_prompt_colors needs the new variables
10 years ago
oGre
8894a5f84a
Simplified old gitstatus, eliminating a git command if no upstream branch is found
10 years ago
Martin Gondermann
21992de10b
Merge pull request #195 from ogr3/themes-cleanup
...
Cleanup of themes, adding the new upstream variables where applicable
10 years ago
Martin Gondermann
33c56e492b
Merge pull request #194 from ogr3/old-gitstatus-bugfix
...
Bugfix - reverted command to check if in repo and extract branch. Now…
10 years ago
Martin Gondermann
86a92caa1c
Merge pull request #193 from asazello/master
...
Fix for Single_line_Ubuntu.bgptheme
10 years ago
oGre
62496416cd
Cleanup of themes, adding the new upstream variables where applicable
10 years ago
oGre
8ac89e8e26
Bugfix - reverted command to check if in repo and extract branch. Now works for tags and commit checkouts
10 years ago
Asazello
d431610689
Fix for Single_line_Ubuntu.bgptheme
10 years ago
Martin Gondermann
12e4de13bb
Merge pull request #190 from hiukkanen/master
...
Use portable shebang
10 years ago
Martin Gondermann
22d5591af4
Merge pull request #192 from ogr3/environment-fix
...
Let GIT_PROMPT_STATUS_COMMAND be set before loading prompt
10 years ago
oGre
f0dea79027
Updated documentation. Let GIT_PROMPT_STATUS_COMMAND be set outside a theme before loading gitprompt.sh
10 years ago
Joni Lahtinen
c6e9984135
Use portable shebang
10 years ago
Martin Gondermann
a1c94fc64c
Merge pull request #189 from ogr3/display-upstream-branch
...
Enhancement: Display upstream branch
10 years ago
Martin Gondermann
d494105623
Merge pull request #188 from gullevek/master
...
shell for gitprompt.sh needs to be bash
10 years ago
oGre
107514959d
Replaced all remaining backticks
10 years ago
Clemens Schwaighofer
d104f75b22
shell for gitprompt.sh needs to be bash
...
changed #!/bin/sh to #!/bin/bash as eg Debian and Ubuntu default
shell is /bin/dash. This script will not work with it, and so the
default shell has to be /bin/bash.
10 years ago
Clemens Schwaighofer
7f4d122fd2
Merge remote-tracking branch 'magicmonty/master'
10 years ago
oGre
b84215df4f
Fixed bug in determining branch when detached
10 years ago
oGre
801d45605b
Cleanup
10 years ago
oGre
4a84143502
Bugfix
10 years ago
oGre
a266d2967d
Added support for showing upstream tracking branch in older gitstatus
10 years ago
oGre
752701797d
Merge with upstream master
10 years ago
Martin Gondermann
e7fa9319be
Merge pull request #185 from ogr3/old-git-status
...
Add possibility to point out older gitstatus.sh
10 years ago
Martin Gondermann
b72c7678e9
Merge pull request #186 from ogr3/untracked-files-bug
...
Fixed bug where not all untracked files in folders were shown
10 years ago
oGre
67e7d6a08b
Fixed bug where not all untracked files in folders were shown
10 years ago
oGre
52bfba7d37
Added documentation in Default theme
10 years ago
oGre
50ee0e5fc9
Backported the new way of counting stashed files and the printf function to speed it up
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
47f4aca1f8
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
87ecc3cae9
Documentation
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
Martin Gondermann
c9e576b961
Merge pull request #183 from ogr3/updated-documentation
...
Updated documentation
10 years ago
oGre
7edc0233fe
Updated documentation
10 years ago