From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher J. Morrone Date: Wed, 24 Nov 2010 11:25:47 -0800 Subject: [Lustre-devel] Lustre tags Message-ID: <4CED66BB.1010706@llnl.gov> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lustre-devel@lists.lustre.org It would be really nice if Oracle developerss would start using either annotated tags (git tag -a) or signed tags (git tag -s) for lustre version tags. The default "git tag" command just creates a lightweight tag, so there is no record of who created the tag, or when the tag was created. Chris