File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,18 @@ The output is the new tag's <object> identifier.
19
19
20
20
Tag Format
21
21
----------
22
- A tag signature file has a very simple fixed format: three lines of
22
+ A tag signature file has a very simple fixed format: four lines of
23
23
24
24
object <sha1>
25
25
type <typename>
26
26
tag <tagname>
27
+ tagger <tagger>
27
28
28
- followed by some 'optional' free-form signature that git itself
29
- doesn't care about, but that can be verified with gpg or similar.
30
-
31
- The size of the full object is artificially limited to 8kB. (Just
32
- because I'm a lazy bastard, and if you can't fit a signature in that
33
- size, you're doing something wrong)
29
+ followed by some 'optional' free-form message (some tags created
30
+ by older git may not have `tagger` line). The message, when
31
+ exists, is separated by a blank line from the header. The
32
+ message part may contain a signature that git itself doesn't
33
+ care about, but that can be verified with gpg.
34
34
35
35
36
36
Author
You can’t perform that action at this time.
0 commit comments