commit: bbafcb7fca7d4d5e2fb03b702d23ed5082be021b Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org> AuthorDate: Tue Sep 20 21:14:58 2016 +0000 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org> CommitDate: Tue Sep 20 21:14:58 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=bbafcb7f
scripts: Update hook to be blocking and verbose for the time being scripts/hooks/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hooks/post-receive b/scripts/hooks/post-receive index 0ca209b..3e1d65f 100755 --- a/scripts/hooks/post-receive +++ b/scripts/hooks/post-receive @@ -1,3 +1,3 @@ #!/bin/sh -nohup git push github &>/dev/null & +git push --all --mirror github
