On Tue, 07 Apr 2009 01:46:47 -0700, David Kågedal <davidk@xxxxxxxxxxxxxx> wrote:
"Octavio Alvarez" <alvarezp@xxxxxxxxxxxxxxxx> writes:
The difference between git diff and git reset is that git diff should
take
a range of trees, not a range of commits as parameters. OTOH, git reset
doesn't know or care about trees, it needs commits.
No, git diff doesn't take a range. It takes two trees (including the
work "tree" and the index "tree"). The A..B syntax is nonsense for git
diff, but I believe it supported for historical reasons.
Thanks.
I correct by s/range of// but the case persists.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html