Skip to content

Releases: fboender/multi-git-status

v2.3

31 Oct 13:10
Compare
Choose a tag to compare

This release features the following changes:

  • Use ANSI escape seq instead of tput. Improves compatibility.
  • Added --no-depth option, to prevent recursing into dirs.
  • Added -b option to show currently checked out branch

v2.2

11 Jun 08:13
Compare
Choose a tag to compare

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

12 Mar 07:30
Compare
Choose a tag to compare

This release adds the --flatten option, which shows only one status per line. If a repo has multiple statuses, one line is printed per status. This is helpful when used in combination with grep or sort.

v2.0

01 May 06:34
Compare
Choose a tag to compare

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 adding DEPTH after the directory. This breaks backwards compatibility.
  • Various documentation and man page corrections.

v1.0

17 Aug 16:39
01ba640
Compare
Choose a tag to compare

Initial stable release.