Skip to content

Better mepo compare display

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 25 Jan 13:17
· 73 commits to main since this release
1b21435

DOI

Previous to this release, if an original branch name is very long, this can cause odd output of mepo compare on narrow (relative to the branch name) terminals even if the repo wasn't changed. The compare command would use the maximum length of all repos, and not just those that changed.

With this fix, mepo compare will use only the repos that change to figure out how wide to make the output rather than all the branches on all the repos.

Of course, if you do mepo compare --all, it will base the output on all the repos as usual.


What's Changed

  • Compare headers based on changed branch length by @mathomp4 in #249
  • GitFlow: Merge Develop into Main for release by @mathomp4 in #250

Full Changelog: v1.48.0...v1.49.0