提交 7ea2fc47 编写于 作者: J Junio C Hamano

tag: make it operable from a subdirectory.

Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 eefaa4fc
#!/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>]"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册