<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Git Tag Mini Cheat Sheet</title> <atom:link href="http://ariejan.net/2009/09/04/git-tag-mini-cheat-sheet/feed/" rel="self" type="application/rss+xml" /><link>http://ariejan.net/2009/09/04/git-tag-mini-cheat-sheet/</link> <description>PENDING: Not Yet Implemented</description> <lastBuildDate>Thu, 11 Mar 2010 04:50:50 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Ariejan de Vroom</title><link>http://ariejan.net/2009/09/04/git-tag-mini-cheat-sheet/comment-page-1/#comment-10877</link> <dc:creator>Ariejan de Vroom</dc:creator> <pubDate>Sat, 05 Sep 2009 20:24:07 +0000</pubDate> <guid
isPermaLink="false">http://ariejan.net/?p=500#comment-10877</guid> <description>Great explanation Jörg! Thanks! However, I never noticed annotated and signed tags getting pushed automatically. Can you elaborate on that?</description> <content:encoded><![CDATA[<p>Great explanation Jörg! Thanks! However, I never noticed annotated and signed tags getting pushed automatically. Can you elaborate on that?</p> ]]></content:encoded> </item> <item><title>By: Jörg W Mittag</title><link>http://ariejan.net/2009/09/04/git-tag-mini-cheat-sheet/comment-page-1/#comment-10876</link> <dc:creator>Jörg W Mittag</dc:creator> <pubDate>Sat, 05 Sep 2009 19:31:03 +0000</pubDate> <guid
isPermaLink="false">http://ariejan.net/?p=500#comment-10876</guid> <description>Git actually has three different kinds of tags: lightweight local tags, annotated tags and signed tags. The ones you are describing are lightweight tags. They are meant for local throwaway use by a single developer, which is why they are neither pushed nor fetched by default. The next step up is an annotated tag, created with git tag -a. In addition to just having a name, it also has an associated message, typically it contains a description of *why* this particular tag is interesting, e.g. in the case of a release, it contains the release announcement so that people who only follow the repo but not the mailinglists get the gist of what&#039;s going on. It is meant for public tags, i.e. tags that are of interest to the entire community, not just to the owner of the repository. Consequently, they are pushed and fetched by default. Lastly, signed tags are basically annotated tags that are digitally signed with an OpenPGP signature. These are typically used for releases. Signed tags are the typical way to establish trust in a Git repository: while the SHA-1s guarantee the integrity of the repository, only the signature can provide trust. They, too, get pushed and fetched automatically.</description> <content:encoded><![CDATA[<p>Git actually has three different kinds of tags: lightweight local tags, annotated tags and signed tags. The ones you are describing are lightweight tags. They are meant for local throwaway use by a single developer, which is why they are neither pushed nor fetched by default. The next step up is an annotated tag, created with git tag -a. In addition to just having a name, it also has an associated message, typically it contains a description of *why* this particular tag is interesting, e.g. in the case of a release, it contains the release announcement so that people who only follow the repo but not the mailinglists get the gist of what&#8217;s going on. It is meant for public tags, i.e. tags that are of interest to the entire community, not just to the owner of the repository. Consequently, they are pushed and fetched by default. Lastly, signed tags are basically annotated tags that are digitally signed with an OpenPGP signature. These are typically used for releases. Signed tags are the typical way to establish trust in a Git repository: while the SHA-1s guarantee the integrity of the repository, only the signature can provide trust. They, too, get pushed and fetched automatically.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached (user agent is rejected)

Served from: starbuck.ariejan.net @ 2010-03-16 16:52:17 -->