You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments