Gitstatus Versions Save

Git status for Bash and Zsh prompt

v1.4.0

3 years ago
  • Support Apple Silicon (Darwin arm64).
  • Improve diagnostics for the most common cases of gitstatus initialization failure.

v1.3.1

3 years ago
  • libgit2 upgraded to v1.1.0.
  • Fixed a bug that prevented Git status from being reported for shallow repositories with the current branch ahead or behind the remote.

v1.3.0

3 years ago
  • New features:

    • armv8l is now supported.
  • Bug fixes:

    • Bash bindings now work if noclobber is set.
    • Commits ahead/behind is now computed correctly when local branches have odd names such as origin/master.
    • When the current directory doesn't exist, zsh bindings now correctly report "norepo".

v1.2.2

3 years ago
  • Survive Zsh environments where source builtin is shadowed by a function that does something unrelated.
  • Bug fix: properly propagate switches from gitstatus_start in Zsh bindings to gitstatusd.

v1.2.1

3 years ago
  • Bug fix: gitstatus once again prefers usrbin/gitstatusd if it exists.

v1.2.0

3 years ago
  • Support linux-ppc64le. Thanks, @carlosedp!

v1.1.3

3 years ago
  • Improve error messages when users attempt to use incorrectly packaged gitstatus.
  • Improve workarounds for Cygwin bugs.

v1.1.2

3 years ago
  • Bug fixes
    • Fix ./build with git v2.26.2.

v1.1.1

3 years ago
  • Correctly handle Ctrl-C during initialization.

v1.1.0

3 years ago
  • Verify sha256 of downloaded gitstatusd binaries.
  • Add a mirror on gitee.com for faster download from China.
  • Display progress when downloading gitstatusd.
  • Do not apply timeout from gitstatus_start -t to the downloading of gitstatusd.
  • Revert gitstatus_start timeout back to 5 seconds.
  • Revamp bash bindings for faster loading and higher robustness.