X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-tag.sh;h=6d0c973239a1b72bbef43aa430f1ee534b7ab458;hb=50b4e0c178777a27164eb67676593255a9cbd035;hp=16efc5b70ac7ea4f0770530845e35091e71feab6;hpb=93dcab2937624ebb97f91807576cddb242a55a46;p=git.git diff --git a/git-tag.sh b/git-tag.sh index 16efc5b7..6d0c9732 100755 --- a/git-tag.sh +++ b/git-tag.sh @@ -1,13 +1,10 @@ #!/bin/sh # Copyright (c) 2005 Linus Torvalds +USAGE='[-a | -s | -u ] [-f | -d] [-m ] []' +SUBDIRECTORY_OK='Yes' . git-sh-setup -usage () { - echo >&2 "Usage: git-tag [-a | -s | -u ] [-f | -d] [-m ] []" - exit 1 -} - annotate= signed= force=