Releases: fboender/multi-git-status
Releases · fboender/multi-git-status
v2.3
v2.2
This release adds detection of unsafe repos and skips them.
In april 2022 a vulnerability was found in git. See
https://github.blog/2022-04-12-git-security-vulnerability-announced/. The implemented fix for git is to warn the user and to skip the repo. The warning screws up our output, so we also detect and skip those repos with our own message.
v2.1
v2.0
This is a major release that breaks backwards compatibility with v1.0.
This release includes the following changes:
- An installer script (
install.sh
) is now included. - You can now specify multiple directories to process
- The depth is now specified using
-d
or--depth
instead of addingDEPTH
after the directory. This breaks backwards compatibility. - Various documentation and man page corrections.