Skip to content

Tags: magicmonty/bash-git-prompt

Tags

2.7.1

Add state and step

fixes #360

2.6.3

Merge branch 'iliakan-master'

2.6.2

Merge branch 'ogr3-pwned-with-upstream'

Fixes #310

2.6.1

Updated spec file in preparation of release 2.6.1

2.5.1

Merge pull request #260 from ogr3/colors-as-function

Extract color definition loading as a function

2.4.1

GIT_PROMPT_SHOW_UNTRACKED_FILES=no was not working correctly

* Fixed the bug, than GIT_SHOW_UNTRACKED_FILES=no was not respected
* Renamed GIT_SHOW_UNTRACKED_FILES to GIT_PROMPT_SHOW_UNTRACKED_FILES as
  this is more consistent to the other environment variables
* GIT_PROMPT_SHOW_UNTRACKED_FILES can be now also set on a per
  repository basis in .bash-git-rc
* Updated README

Fixes #215 and 216

2.4.0

Merge pull request #214 from root42/untracked-files

Make counting ALL untracked files optional

2.3.5

Merge pull request #116 from lslezak/master

Added openSUSE themes

2.3.4

GIT_PROMPT_IGNORE_STASH was broken. Fixes #106

2.3.3

Revert ".git was being touched continuously"

This reverts commit 7855e77.