This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Moving to git
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Jason Merrill <jason at redhat dot com>, Jeff Law <law at redhat dot com>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Mon, 24 Aug 2015 10:15:39 +0100
- Subject: Re: Moving to git
- Authentication-results: sourceware.org; auth=none
- References: <55D61512 dot 8010002 at redhat dot com> <55D61B23 dot 3000309 at redhat dot com> <55D63403 dot 4000603 at redhat dot com> <20150824081741 dot GB9425 at tucnak dot redhat dot com>
On 24 August 2015 at 09:17, Jakub Jelinek wrote:
> The revision ids are also useful for bugzilla, r123456
> links in text pointing to http://gcc.gnu.org/r123456 is significantly
> shorter
The first six characters of the sha1 is usually enough to
unambiguously identify a commit, so we could easily have
https://gcc.gnu.org/git/f00baa or something similar, if we don't use
git-notes to add a revision to the commits.