Skip to content

Releases: ogr3/bash-git-prompt

Bugfixes and a new Theme

19 Apr 07:08
Compare
Choose a tag to compare

Upstream has added window title escapes - My branch has them already.
New theme added
Bugfix where deleted files were couted wrong

Support for unannotated tags

27 Mar 17:56
Compare
Choose a tag to compare
v3.8.2

Merge with upstream

Bugfix release

24 Dec 21:40
Compare
Choose a tag to compare
v3.8.1

Merge remote-tracking branch 'upstream/master'

More aliases

19 Dec 15:02
Compare
Choose a tag to compare
  • More aliases
  • Possible to select how many untracked files showing in the prompt

Simplified themes

05 Nov 19:42
Compare
Choose a tag to compare
  • Simplified Single_line themes to only override stuff they need from Default theme.
  • Escape the window title in the gp_set_window_title function to be able to calculate terminal width correctly

Ubuntu themes refreshed

20 Oct 10:49
Compare
Choose a tag to compare
  • All Ubuntu themes received a refresh - only override stuff that has to be overridden
  • New Ubuntu versions of the TruncatedPwd_WindowTitle theme
  • Small optimization of the old gitstatus script

Now supports legacy Git (pre 1.7.10)

14 Oct 19:58
Compare
Choose a tag to compare
  • Added portable shebang line
  • Moved configuration on gitstatus command setting outside themes
    GIT_PROMPT_STATUS_COMMAND=gitstatus_pre-1.7.10.sh
    should be enough to do before sourcing gitprompt.sh