git_curate v1.1.0 Release Notes

  • ๐Ÿ”„ Change that may be breaking for an obscure use case

    • Output more helpful message in case there are no deletable branches when git curate run without -l/--list flag.

    This will be a breaking change but only in the unlikely event that the output of git curate is being piped through or processed by another program when run in interactive (non---list) mode.

    ๐Ÿ†• New behaviour when there are no deletable branches: Outputs There are no local branches that can be deleted.

    Old behaviour when there are no deletable branches: Outputs (irrelevantly and confusingly) the legend of interactive commands, followed by the message No branches deleted.