From a4f3ae3c97ac27e6cbd4be81730ebaf452ba11bd Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 14 Sep 2011 21:35:57 -0700 Subject: [PATCH] Push to GPH as well --- pushall | 1 + 1 file changed, 1 insertion(+) diff --git a/pushall b/pushall index 4522c65ced..91f841d1e1 100755 --- a/pushall +++ b/pushall @@ -1,6 +1,7 @@ #!/bin/sh git push repo "$@" && +git push gph "$@" && git push sfjp "$@" && git push sf.net "$@" &&