diff options
author | Junio C Hamano <junkio@cox.net> | 2005-10-09 19:16:33 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-09 19:16:33 -0700 |
commit | d5b0c9ea178dab3599674ccff50645c0464b8c31 (patch) | |
tree | a35b27b04d18022ea4731941ea2a1bedce998092 /Documentation | |
parent | Write .editmsg in GIT_DIR to avoid being in git-status. (diff) | |
parent | git-tag: update usage string and documentation. (diff) | |
download | tgif-d5b0c9ea178dab3599674ccff50645c0464b8c31.tar.xz |
Merge branch 'fixes'
with minor hand resolving on git-tag.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-tag.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 1eafeef473..3984812cec 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -1,16 +1,14 @@ git-tag(1) ========== -v0.99.4, Aug 2005 NAME ---- git-tag - Create a tag object signed with GPG - SYNOPSIS -------- -'git-tag' [-a | -s | -u <key-id>] [-f] [-m <msg>] <name> +'git-tag' [-a | -s | -u <key-id>] [-f] [-m <msg>] <name> [<head>] DESCRIPTION ----------- |