tag: make it operable from a subdirectory.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
eefaa4fca7
commit
7ea2fc47d2
@ -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>]"
|
||||
|
Loading…
Reference in New Issue
Block a user