Theodore Tso [off-list ref] writes:
On Tue, Feb 27, 2007 at 06:45:41PM -0800, Junio C Hamano wrote:
quoted
Theodore Tso [off-list ref] writes:
quoted
Well, the other design alternative is to make git-show take a list of
objects, so that
git show v1.5.0..v1.5.0.1
ends up displaying the same thing as
git show `git-rev-list v1.5.0..v1.5.0.1`
... but I'm not really convinced that's really all that useful.
I think we are better off doing "git show v1.5.0..v1.5.0.1" for
that, but we do take multiple objects.
Not sure I understand what you mean? That:
I don't either.
I thought I was writing "git log v1.5.0..v1.5.0.1".
Sorry for the confusion.