First I imported a bunch of files, and committed them.
Then developers made several commits.
Then I added a tag on the specific commit I used for the original import ( ok I
*think* I did this right, but as a noob,
I may have screwed up)
Then developers made some other commits.
Now, when I do a diff on a file that has not changed since its initial
import, if I use the tag name only, I get
the whole file:
$ git diff SDK_0.0 Makefile
if I do a describe
$ git describe
SDK_0.0-34-g6a06923
then change the diff:
$ git diff SDK_0.0-34-g6a06923 Makefile
diff behaves as I expect.
What am I doing wrong or what should I check?
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.