Thread (21 messages) flat view 21 messages, 9 authors, 2016-06-15

Re: Commit signing

From: Jeff King <hidden>
Date: 2016-06-15 22:42:49

On Mon, Jan 15, 2007 at 09:24:55PM +0100, Jakub Narebski wrote:
By the way, how to make tag pointing to a out-of-tree blob, like
junio-gpg-pub tag in git.git?
git-tag will accept the usual object syntax:
  git-tag magic HEAD:foo
  git-tag magic e69de29bb2d1d6434b8b29ae775ad8c2e48c5391

So you just need to create the blob:
  git-hash-object -w foo

If you make an annotated tag, git-show will give you the actual tag;
looks like it doesn't peel away unless it's a commit.

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help