Releases · romkatv/gitstatus
v1.5.5
- Improve portability of the code.
- Bash bindings: set
PROMPT_COMMANDin a way that makes it more compatible with other hooks.
v1.5.4
- Fix multiline
strip_commentslogic. See romkatv/powerlevel10k#1766.
v1.5.3
- Rebuild
gitstatusd-freebsd-amd64with clang to make it work on FreeBSD 13 (#262).
v1.5.2
- The build script now works when using a newer
gitwithinit.defaultBranchoverride in the global config.
v1.5.1
- Add
-rflag togitstatus_startin bash bindings, which translates to-rofgitstatusd. - Drop all tags if
.git/packed-refsdoesn't have a header line.
v1.5.0
- gitstatusd can now be compiled on OpenBSD with no changes.
gitstatusd --version-globis now equivalent togitstatusd -Gas intended.- Bash bindings no longer define functions
execandbuiltin. - 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_ENCODINGandVCS_STATUS_COMMIT_SUMMARY.
v1.4.4
- Use a native binary on darwin-arm64.
v1.4.3
- Bug fix: don't respect
ZSHenvironment variable inMakefile.
v1.4.2
- Fix the check for the presence of Rosetta on darwin-arm64.
v1.4.1
- Unbreak
gitstatus/installwhen invoked manually.