Martin Gondermann
d494105623
Merge pull request #188 from gullevek/master
...
shell for gitprompt.sh needs to be bash
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
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
Martin Gondermann
c9e576b961
Merge pull request #183 from ogr3/updated-documentation
...
Updated documentation
10 years ago
oGre
7edc0233fe
Updated documentation
10 years ago
Martin Gondermann
828930178b
Merge pull request #182 from ogr3/set-window-title
...
Helper function that can be used to set window title
10 years ago
oGre
fbeaa6effd
Moved gp_truncate_pwd function to gitprompt.sh
10 years ago
oGre
ff48c81587
Minor fix
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
Martin Gondermann
f833e59438
Merge pull request #181 from ogr3/python-cleanup
...
Python cleanup
10 years ago
oGre
55becdb193
Minor reformatting
10 years ago
oGre
1170818d04
Refactored get tag or hash to work as the bash version
10 years ago
oGre
dd324dcdb2
Re-format, moved imports, fixed spelling error
10 years ago
Martin Gondermann
bbe02ddce9
Merge pull request #180 from ogr3/disable-venv-prompt
...
Duplicated code moved to helper function
10 years ago
Martin Gondermann
4f6c446220
Merge pull request #179 from ogr3/dots-fix
...
Possible to have dots in branch name
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
ca7a848ca4
Renamed array variable to _fields to comply with the other arrays
10 years ago
ogr3
ed44f6bc9d
Merge pull request #1 from pedantic79/simple-dots-fix
...
Simple dots fix
10 years ago
Dan Nguyen
dedb19180b
fix issue with parsing ahead/behind
10 years ago
Dan Nguyen
fc6d4d87e7
Merge remote-tracking branch 'ogr3/dots-fix' into simple-dots-fix
...
* ogr3/dots-fix:
Possible to have dots in branch name
10 years ago
Dan Nguyen
73f3cb75d1
Handle branches with dots in them
10 years ago
oGre
d4b630bf7d
Possible to have dots in branch name
10 years ago
Martin Gondermann
5098924db8
Merge pull request #177 from ogr3/theme-optimized
...
Theme listing optimized using bash parameter substitution
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
Martin Gondermann
1952c2c86c
Merge pull request #162 from ogr3/theme-fix
...
Re-indented functions. Added faster check for function type.
10 years ago
oGre
c6b12da650
Merge branch 'theme-fix' of github.com:ogr3/bash-git-prompt into theme-fix
10 years ago
oGre
249c24e279
Two functions missed.
10 years ago
oGre
8cd60a61da
Merge branch 'master' of https://github.com/magicmonty/bash-git-prompt into theme-fix
10 years ago
Martin Gondermann
1603b30f71
Fixes error on freshly initialized repository
10 years ago
Martin Gondermann
1b31e33d93
Merge pull request #176 from pedantic79/porcelain
...
Remove calling wc to count lines.
10 years ago
Dan Nguyen
e10ecb4139
Merge branch 'porcelain-no-wc' into porcelain
...
* porcelain-no-wc:
Remove use of wc
10 years ago
Martin Gondermann
4054bff03d
Merge pull request #170 from pedantic79/porcelain
...
Use `git status --porcelain --branch` to improve performance
10 years ago
Dan Nguyen
1786764bc1
Remove use of wc
10 years ago
pedantic79
5293850880
Merge pull request #9 from ogr3/porcelain-sed
...
Removed sed and cut
10 years ago
oGre
89acb1c4b0
Changed to match tabs and spaces
10 years ago
oGre
c279c77fd8
Resolved conflict
10 years ago
pedantic79
5cbd877fe5
Merge pull request #7 from ogr3/porcelain-tag
...
Fixed bug in stash parsing
10 years ago
oGre
5fe390d098
Fixed bug in stash parsing
10 years ago