[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Referring to revisions in the git future.
From: |
Werner LEMBERG |
Subject: |
Re: Referring to revisions in the git future. |
Date: |
Wed, 29 Oct 2014 07:06:16 +0100 (CET) |
> FWIW I have basically never used Bzr's revno in conversations.
> There's no question that they're handy, and I've used them, but I
> think that dates work well enough in practice as a replacement (with
> pretty much the same downsides). Just replace
>
> "That was fixed in revision 118147, have you updated since then?"
> with
> "That was fixed on Sep 23, have you updated since then?"
`git describe' and/or `git describe --tags' returns sequential
numbers, more or less. It's essentially a tool to do the opposite,
this is, showing the most recent tag that is reachable from a given
commit, but it contains the number of commits in its return value.
Werner
- Re: Referring to revisions in the git future, (continued)
- Re: Referring to revisions in the git future, David Kastrup, 2014/10/30
- 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., Stefan Monnier, 2014/10/28
- Re: Referring to revisions in the git future.,
Werner LEMBERG <=
Re: Referring to revisions in the git future., David Kastrup, 2014/10/29
- Re: Referring to revisions in the git future., Eric S. Raymond, 2014/10/29
- Re: Referring to revisions in the git future., David Kastrup, 2014/10/29
- Re: Referring to revisions in the git future., Eli Zaretskii, 2014/10/29
- Re: Referring to revisions in the git future., David Kastrup, 2014/10/29
- Re: Referring to revisions in the git future., Eli Zaretskii, 2014/10/29
- Re: Referring to revisions in the git future., Richard Stallman, 2014/10/30
- Re: Referring to revisions in the git future., Eric S. Raymond, 2014/10/30
- Re: Referring to revisions in the git future., David Kastrup, 2014/10/30