Gitstatus Versions Save

Git status for Bash and Zsh prompt

v1.5.4

2 years ago

v1.5.3

2 years ago
  • Rebuild gitstatusd-freebsd-amd64 with clang to make it work on FreeBSD 13 (#262).

v1.5.2

2 years ago
  • The build script now works when using a newer git with init.defaultBranch override in the global config.

v1.5.1

2 years ago
  • Add -r flag to gitstatus_start in bash bindings, which translates to -r of gitstatusd.
  • Drop all tags if .git/packed-refs doesn't have a header line.

v1.5.0

2 years ago
  • gitstatusd can now be compiled on OpenBSD with no changes.
  • gitstatusd --version-glob is now equivalent to gitstatusd -G as intended.
  • Bash bindings no longer define functions exec and builtin.
  • Git status reply from gitstatusd now contains two extra fields that correspond to the HEAD's message encoding and summary. They are exposed through bash and zsh bindings as VCS_STATUS_COMMIT_ENCODING and VCS_STATUS_COMMIT_SUMMARY.

v1.4.4

3 years ago
  • Use a native binary on darwin-arm64.

v1.4.3

3 years ago
  • Bug fix: don't respect ZSH environment variable in Makefile.

v1.4.2

3 years ago
  • Fix the check for the presence of Rosetta on darwin-arm64.

v1.4.1

3 years ago
  • Unbreak gitstatus/install when invoked manually.

v1.4.0

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