path.c: refactor relative_path(), not only strip prefix
[gitweb.git] / Documentation / git-mktag.txt
index 82db9f5d8fa060bfbb19dabf8d2a6f3fb4db5c42..3ca158b05e2792de404c9f0622bf4eb41af6b5e9 100644 (file)
@@ -8,7 +8,8 @@ git-mktag - Creates a tag object
 
 SYNOPSIS
 --------
-'git-mktag' < signature_file
+[verse]
+'git mktag' < signature_file
 
 DESCRIPTION
 -----------
@@ -27,20 +28,11 @@ A tag signature file has a very simple fixed format: four lines of
   tagger <tagger>
 
 followed by some 'optional' free-form message (some tags created
-by older git may not have `tagger` line).  The message, when
+by older Git may not have `tagger` line).  The message, when
 exists, is separated by a blank line from the header.  The
-message part may contain a signature that git itself doesn't
+message part may contain a signature that Git itself doesn't
 care about, but that can be verified with gpg.
 
-
-Author
-------
-Written by Linus Torvalds <torvalds@osdl.org>
-
-Documentation
---------------
-Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
-
 GIT
 ---
-Part of the linkgit:git[7] suite
+Part of the linkgit:git[1] suite