Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-18 | git-branch-list: Add `clear` command | Teddy Wing | |
A new sub-command that clears the entire branch list. This makes it easy to remove everything when all the branches in the list are stale (e.g. everything's been merged already). | |||
2018-03-18 | Add TAP test structure | Teddy Wing | |
Copied and modified from: https://github.com/teddywing/git-hook-pre-commit-python-javascript-syntax-linter/blob/efa1909/t/001-setup.t https://github.com/teddywing/git-hook-pre-commit-python-javascript-syntax-linter/blob/f6bb0d3/t/999-teardown.t |