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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
