diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-23 15:21:22 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-23 15:21:22 -0700 |
commit | d727782eaf85d7bbf49e666776deadd3fee85715 (patch) | |
tree | d763af06625117ddff266e8bb0a2bb62e32a7d02 /blob.c | |
parent | [PATCH] mailinfo: handle folded header. (diff) | |
download | tgif-d727782eaf85d7bbf49e666776deadd3fee85715.tar.xz |
Make "git tag" create both simple and signed tags
A simple tag is just a direct pointer to the object, while a signed tag
is a pointer to a "tag object" that has a pgp signature and points to
the object we tagged.
Use "git tag -s tagname" to create a signed tag.
The "-f" flag overwrites any previous tag of that name (useful if you
update a tag to point to a newer version for things like "latest" etc
tags that aren't necessarily static versions).
Diffstat (limited to 'blob.c')
0 files changed, 0 insertions, 0 deletions