When I'am calling:
git log 7de0e15 7de0e15 <myfile>

it actually returns the log for two commits! I would expect only one.
As a workaround I have to use "-n 1"
git log 7de0e15 7de0e15 -n 1 <myfile>

Is this a bug?

thx

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to