Tobias Schottdorf
|
d81ea1d3a8
|
replace `git status` by `git ls-files ...` to avoid touching .git
|
11 years ago |
Martin Gondermann
|
f993391f2f
|
Revert ".git was being touched continuously"
This reverts commit 7855e77e40.
|
11 years ago |
Martin Gondermann
|
7855e77e40
|
.git was being touched continuously
Fixes #97
|
11 years ago |
Martin Gondermann
|
b745d72722
|
Optimized themes
|
11 years ago |
Martin Gondermann
|
c04317996d
|
gitstatus.sh was not theme aware
fixes #83
|
11 years ago |
Matias Fernandez
|
877d1c2e81
|
Modify gitstatus.sh to detect local branch without tracking remote
|
12 years ago |
Martin Gondermann
|
4153ec7ed7
|
Made gitstatus variables for `symbols_ahead`, `symbols_behind` and `symbols_prehash` configurable via `git-prompt-colors.sh`
Fixes #51
The new variables are:
```bash
GIT_STATUS_SYMBOLS_AHEAD
GIT_STATUS_SYMBOLS_BEHIND
GIT_STATUS_SYMBOLS_PREHASH
```
|
12 years ago |
Garry Yao
|
521234f8c9
|
Fixed git status is broken on branch name containing forward-slash.
|
12 years ago |
Victor Seva
|
ea2da1ea6f
|
fix branch name.
branches can have '/'. So, just remove the 'refs/heads' prefix.
|
12 years ago |
Martin Gondermann
|
a5324c2b60
|
added ability to turn off stash status because "git stash list" is quite slow
|
12 years ago |
Martin Gondermann
|
5be51b8cf6
|
removed need to use temporary file in gitstatus.sh
|
12 years ago |
ogr3
|
5a72f5aff2
|
Associative arrays does not work on Bash 3 (OS X for instance). Change to ordinary variables to be more compatible.
|
12 years ago |
Alan Stebbens
|
aa79c36e3e
|
Reinserted the missing '!' from the shebang line.
|
12 years ago |
Alan Stebbens
|
817bdf3584
|
aks: added gitstatus.sh, and configured it in gitprompt.sh
|
12 years ago |
Alan Stebbens
|
0704670f8e
|
aks: added gitstatus.sh, and configured it in gitprompt.sh
|
12 years ago |