I want to retrieve the commit history of a given file. What command should I issue?
I expect the command like below. D:\GitTest> git show --commit-history test.txt 8194aaa c419234 ... -- 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.
