Skip to content

Releases: magicmonty/bash-git-prompt

Bugfix release

14 Nov 20:47
Compare
Choose a tag to compare

Fixed the following bugs:

#97 .git is touched constantly
#96 LAST_COMMAND_INDICATOR was printed out when used as root

Fixed a bug with virtualenvwrapper

19 Oct 12:01
Compare
Choose a tag to compare
Merge pull request #93 from DenJohX/master

FIX #92 GIT_PROMPT_ONLY_IN_REPO=1 should honor whatever previus prompt was

Optimized Themes

11 Oct 19:13
Compare
Choose a tag to compare
Merge branch 'augensalat-master' (Updated RPM Spec)

Fixes #87

Bugfix release

07 Oct 18:25
Compare
Choose a tag to compare
gitstatus.sh was not theme aware

fixes #83

2.2

04 Oct 20:02
Compare
Choose a tag to compare
2.2

Added themes

2.1: Added possibility to ignore a repository completely by adding "GIT_PR…

01 Oct 19:24
Compare
Choose a tag to compare

Many bugfixes, new features, better configurability

29 Aug 11:23
Compare
Choose a tag to compare
Merge pull request #72 from aks/master

Added git_prompt_reset

Version 1.0

04 Jul 09:27
Compare
Choose a tag to compare
Changed the last line of gitprompt.sh to

PROMPT_COMMAND=$PROMPT_COMMAND;setGitPrompt

This would allow previous PROMPT_COMMAND's too (for example for seting the window title).

Fixes #3