Skip to content
Snippets Groups Projects
Commit cbb408e6 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'rd/tag-doc-lightweight'

Docfix.

* rd/tag-doc-lightweight:
  tag: clarify in the doc that a tag can refer to a non-commit object
parents 7659bda0 590551ca
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -34,8 +34,8 @@ in the tag message.
If `-m <msg>` or `-F <file>` is given and `-a`, `-s`, and `-u <keyid>`
are absent, `-a` is implied.
 
Otherwise just a tag reference for the SHA-1 object name of the commit object is
created (i.e. a lightweight tag).
Otherwise, a tag reference that points directly at the given object
(i.e., a lightweight tag) is created.
 
A GnuPG signed tag object will be created when `-s` or `-u
<keyid>` is used. When `-u <keyid>` is not used, the
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment