Skip to content

Releases: magicmonty/bash-git-prompt

Bugfix release

14 Nov 20:47

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

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

Choose a tag to compare

Merge branch 'augensalat-master' (Updated RPM Spec)

Fixes #87

Bugfix release

07 Oct 18:25

Choose a tag to compare

gitstatus.sh was not theme aware

fixes #83

2.2

04 Oct 20:02

Choose a tag to compare

2.2

Added themes

2.1

01 Oct 19:24

Choose a tag to compare

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

Many bugfixes, new features, better configurability

29 Aug 11:23

Choose a tag to compare

Merge pull request #72 from aks/master

Added git_prompt_reset

Version 1.0

04 Jul 09:27

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