Release Notes: A Perl version plugin was added (requires Perl 5.4.0 or later). The directory structure was changef from 'bash-git' to 'git-info-bar'. ksh93 support was added. zsh integration began.


Release Notes: This release has been updated to work with FreeBSD, internalizes more of the code to minimize shell calls, and removes the requirement for the shell built-in "__git_ps1".


Release Notes: Upgrading to this version is advised for improved functionality. The git shell plugin now works when your repository has just been created and there are no commits. A stateless repository does not have an answer to the "git branch" command, therefore the plugin has been updated to use the shell Git function, __git_ps1, instead, which specifies the pseudo default branch name for new branches. The call is slightly more time consuming (2/100's of a second), but is accurate.


Release Notes: This release improved automated deployment of git-info-bar - the installer now accepts an '-f' option that installs without further interaction, and an '-h' option that displays a help message. No changes were made to the git shell plugin.


Release Notes: git-info-bar now works on servers running versions of Git lower than 1.7.0. If you are running git version 1.7.0 or greater, you do not need this update. The 'git status' command did not have the --porcelain option on lower Git versions. This release fixes the issue where changes are not detected and shown on the info bar due to errors running git status --porcelain behind the scenes.


Release Notes: There is no need to install this update if you have git-info-bar installed already and it is working ok. However, if you previously tried git-info-bar and you encountered the following error, then this update may resolve the issue: "Unable to get terminal size The TIOCGWINSZ ioctl didn't work". This release has simplified info bar column handling and cleanup.