Releases: nemisj/git-removed-branches
Releases · nemisj/git-removed-branches
v2.3.1: Bug fix
v2.3.0: added --version
Added --version option: git removed-branches --version
v2.2.0: Added NODE_MAX_BUFFER
- Added NODE_MAX_BUFFER env variable, in order to eliminate error ERR_CHILD_PROCESS_STDIO_MAXBUFFER in rare cases.
v2.1.1: Bug fix
- git-removed-branches now takes into account renamed branches. Meaning the local branch name can differ from the remote branch name.
v2.1.0: Extra check for remote flag
- Do not allow passing an empty remote to the script -
git removed-braneches -r
will throw an error - Added extra check for provided remote. If the remote is not configured, it will show a warning.