X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=git-push.sh;h=1c5cf80f8786eb20c6092a8fbce48e1f1c1cb9e1;hb=9eafb7bad1a1982f1c01f4c7394fe7bc8e6ea3ae;hp=140c8f85d55c5654cfc9077fecfd03ad067a6862;hpb=36d277c72d90d32f99616072b64a2652248f5264;p=thirdparty%2Fgit.git diff --git a/git-push.sh b/git-push.sh index 140c8f85d5..1c5cf80f87 100755 --- a/git-push.sh +++ b/git-push.sh @@ -1,10 +1,7 @@ #!/bin/sh -. git-sh-setup - -usage () { - die "Usage: git push [--all] [--force] []" -} +USAGE='[--all] [--force] [...]' +. git-sh-setup # Parse out parameters and then stop at remote, so that we can # translate it using .git/branches information