We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d53376 commit 8ccc929Copy full SHA for 8ccc929
hooks/update.sh
@@ -31,11 +31,4 @@ if ! git push github "$newrev:$refname"; then
31
exit 1
32
fi
33
34
-# Mirror master <-> trunk without `push --mirror`, on GitHub side.
35
-# cgit is always mirroed by symbolic ref. TODO: drop trunk (in 2020)
36
-if [ "$refname" = "refs/heads/master" ]; then
37
- log "==> git push github (mirror: $newrev:refs/heads/trunk)"
38
- nohup git push github "$newrev:refs/heads/trunk" > /dev/null 2>&1 &
39
-fi
40
-
41
log "### end ###\n"
0 commit comments