[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Referring to revisions in the git future.
From: |
Alex Bennée |
Subject: |
Re: Referring to revisions in the git future. |
Date: |
Thu, 30 Oct 2014 13:42:45 +0000 |
Barry Warsaw <address@hidden> writes:
> On Oct 30, 2014, at 12:32 PM, Stephen J. Turnbull wrote:
>
>>Sure, and they're convenient mostly because you're used to them. They
>>really don't have more content than SHA1s do, but they're easier to
>>read because they're decimal and relatively small. I'm not going to
>>deny that, but I think everybody would be better off if some
>>infrastructure were created to make SHA1s easier to manipulate.
>
> That's the point I'm really trying to make; SHAs are simply terrible to
> communicate between humans.
git does provide the describe option:
3:39 address@hidden/x86_64 [emacs.git/address@hidden >git describe --tags
emacs-24.4-40-ga3d0e80
This tells me my current head is 40 commits above the emacs-24.4 tag
with a shortened commit-ish for unambiguous identity.
>
> Cheers,
> -Barry
--
Alex Bennée
- Re: DVCS design philosophy, (continued)
- Re: Referring to revisions in the git future, Nicolas Richard, 2014/10/31
- Re: Referring to revisions in the git future, Stefan Monnier, 2014/10/31
- Re: Referring to revisions in the git future, Stephen J. Turnbull, 2014/10/31
- Re: Referring to revisions in the git future, Eli Zaretskii, 2014/10/31
- Re: Referring to revisions in the git future., Stephen J. Turnbull, 2014/10/29
- Re: Referring to revisions in the git future., Barry Warsaw, 2014/10/30
- Re: Referring to revisions in the git future., Stephen J. Turnbull, 2014/10/30
- Re: Referring to revisions in the git future., David Kastrup, 2014/10/30
- Re: Referring to revisions in the git future.,
Alex Bennée <=
- Re: Referring to revisions in the git future., Stefan Monnier, 2014/10/31
- Re: Referring to revisions in the git future., Stephen J. Turnbull, 2014/10/31
- Re: Referring to revisions in the git future., David Kastrup, 2014/10/31
- Re: Referring to revisions in the git future., Stephen J. Turnbull, 2014/10/31
Re: Referring to revisions in the git future., Stefan Monnier, 2014/10/28
Re: Referring to revisions in the git future., David Kastrup, 2014/10/29