Martin Gondermann
e6da398da2
Revert "Fix typo"
...
This reverts commit 12c2305329 .
12 years ago
Martin Gondermann
c585dbe4e1
Merge pull request #47 from hdeheer/master
...
Fix typo
12 years ago
Hubert
12c2305329
Fix typo
...
Closing '}' should come before '\]', not after
12 years ago
Martin Gondermann
6acf7f8d3e
Wrapped prompt colors in \[ and \] to fix history. Should fix #45
12 years ago
Martin Gondermann
c942a2c3cd
Added config variable to preserve old PS1 outside of git repositories. Fixes #44
12 years ago
Martin Gondermann
ef60bf0b5e
Merge pull request #43 from mar-pet/master
...
Small improvements
12 years ago
Marek Petlicki
0cd2b5a321
Fix for case when __GIT_PROMPT_DIR contains spaces
12 years ago
Marek Petlicki
5ed401274c
Don't color the brackets around virtualenv name
12 years ago
Marek Petlicki
05535f038b
Small improvements
...
Redeclare Blue colour used to display virtualenv name: the color didn't
work in git repositories.
Removed ResetColor local: has no effect as ResetColor is already global
and we don't change it here.
12 years ago
Martin Gondermann
e8e51195ed
Merge pull request #42 from linuxmaniac/vseva/fix_branch_name
...
fix branch name.
12 years ago
Victor Seva
ea2da1ea6f
fix branch name.
...
branches can have '/'. So, just remove the 'refs/heads' prefix.
12 years ago
Martin Gondermann
da14cb7c35
Merge pull request #40 from gullevek/master
...
Add config variable to toggle leading space in front of Git Prompt
12 years ago
Clemens Schwaighofer
1b5bd22481
Add config variable to toggle leading space in front of Git Prompt
...
Set GIT_PROMPT_LEADING_SPACE to 0 if you do not want a leading space in
front of the prompt. If not set or to any other value a leading space is
printed out.
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
c2a454da5a
Revert "removed unneeded calls to git_prompt_config"
...
This reverts commit 4cbef92cf5 .
12 years ago
Martin Gondermann
5be51b8cf6
removed need to use temporary file in gitstatus.sh
12 years ago
Martin Gondermann
4cbef92cf5
removed unneeded calls to git_prompt_config
12 years ago
Martin Gondermann
6b576b46cf
Merge pull request #39 from linuxmaniac/vseva/fix_virtualenv
...
fix VIRTUAL_ENV prompt outside a git repository
12 years ago
Victor Seva
7dc77af94c
fix VIRTUAL_ENV prompt outside a git repository
12 years ago
Martin Gondermann
84d86c9b73
Fixed Symbols for ahead and behind
12 years ago
Martin Gondermann
74f9786745
Colorized git-prompt-help with configured colors and symbols
12 years ago
Martin Gondermann
5c49f42858
Added sourcing of git_prompt_help.sh to gitprompt.sh
12 years ago
unknown
b9855cd627
Merge branch 'master' of https://github.com/aks/bash-git-prompt into aks-master
12 years ago
Martin Gondermann
74beec2a7f
Merge pull request #38 from ogr3/master
...
Associative arrays does not work on Bash 3 (OS X for instance). Change t...
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
4e7fcb290b
aks: don't cause errors if the git-prompt-colors.sh file is missing
12 years ago
Alan Stebbens
ae1c1d1ef0
aks:externalize git prompt colors; add help func
12 years ago
Alan Stebbens
aa79c36e3e
Reinserted the missing '!' from the shebang line.
12 years ago
Martin Gondermann
346ab77762
Merge pull request #36 from aks/master
...
Added git-status.sh and configure its use in gitprompt.sh. Updated README.
12 years ago
Alan Stebbens
f60217ae2c
aks: added Cyan as a color, and used it for untracked files. Updated README
12 years ago
Alan Stebbens
3a97752a25
aks: fixed order of config items
12 years ago
Alan Stebbens
d7cd692f7a
Merge branch 'add-gitstatus.sh'
...
* add-gitstatus.sh:
aks: added gitstatus.sh, and configured it in gitprompt.sh
Conflicts:
README.md
gitstatus.sh
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
Martin Gondermann
42e4bccf7d
Merge pull request #34 from fernandolopez/develop
...
Stashed support for fish
12 years ago
Fernando López
d1e542bc22
Stashed support for fish
12 years ago
Martin Gondermann
712f17b33c
Merge pull request #33 from fernandolopez/develop
...
Fixed to work in Python 3.2/3.3
12 years ago
Fernando López
2d817c8866
Fixed to work in Pyton 3.2/3.3
12 years ago
Martin Gondermann
b54437f917
Merge pull request #32 from rsteuerw/master
...
Show number of stash entries in bash prompt
12 years ago
Ralf Steuerwald
100e7034c5
Show number of stash entries in bash prompt
12 years ago
Martin Gondermann
85d717326e
Merge pull request #31 from ogr3/master
...
Run the async call and disown in the same subshell
Thanks, looks ok to me. This should fix #30
12 years ago
ogr3
e70a107295
async_run and disown in subshell when calling to suppress Done output
12 years ago
ogr3
00a79b0777
revert
12 years ago
fredup
051ffa0c2e
Run the async_run and disown in a subshell to suppress Done output
12 years ago
Martin Gondermann
2b47ae9d7c
Disown call terminated other background tasks
...
Fixes #28
12 years ago
Martin Gondermann
6ce9e757d2
Untracked files are now also shown in sub folders
...
Fixes #27
12 years ago
Martin Gondermann
00132f1fdb
Update gitstatus.py
...
Added a version independent print function to gitstatus.py so this prompt can also be used with Python versions older than 2.6
Fixes #26
12 years ago
Martin Gondermann
7f0f1129d8
Merge pull request #25 from danil/master
...
Added callback function to tweak prompt dynamicly
12 years ago
Danil Kutkevich
e1aeba7be6
Added callback function to tweak prompt dynamicly
12 years ago
Martin Gondermann
fc8e35f5a8
Merge pull request #24 from tuxinaut/master
...
Fix indent, Strip traling spaces and convert tabs to spaces
12 years ago