I searched for a topic of interest in a commit log:
$ git log --pretty=oneline | grep -i ...
$SHA1 < ... commit message ... >
I now have a SHA1
, and I want to know information about the files affecting that SHA1
and maybe later diff
them with their parent. How can I get this done?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…