Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pre-push: before pushing tags, need to be up to date with
main
Since the same push might include not only the tag, but also the local `main` branch, and since the `pre-push` hook gets no information from Git _what_ is about to be pushed, the best we can do about `origin/main` is to _only_ warn if it is not up to date with the tag. Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information