commit | 7ea2fc47d258657d673ce3b9403ed98cc50e2600 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sun Nov 27 23:19:06 2005 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Mon Nov 28 23:13:03 2005 -0800 |
tree | aa457c742365705f3296fc4cf2d0d78d44a1253d | |
parent | eefaa4fca79f5240eaefd0046a338dbdac8b4204 [diff] [blame] |
tag: make it operable from a subdirectory. Signed-off-by: Junio C Hamano <junkio@cox.net>
diff --git a/git-tag.sh b/git-tag.sh index 16efc5b..e710286 100755 --- a/git-tag.sh +++ b/git-tag.sh
@@ -1,7 +1,7 @@ #!/bin/sh # Copyright (c) 2005 Linus Torvalds -. git-sh-setup +GIT_DIR=`git-rev-parse --git-dir` || exit $? usage () { echo >&2 "Usage: git-tag [-a | -s | -u <key-id>] [-f | -d] [-m <msg>] <tagname> [<head>]"