v1.5.0
- gitstatusd can now be compiled on OpenBSD with no changes.
gitstatusd --version-glob
is now equivalent togitstatusd -G
as intended.- Bash bindings no longer define functions
exec
andbuiltin
. - 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
andVCS_STATUS_COMMIT_SUMMARY
.