I have a commit c. I want to get the changeset of that exact commit c + metainformation and no other one. Is there a simpler way than git log -p c^..c to do that?
git log -p c^..c
You can use show:
show
git show commit_id
1.4m articles
1.4m replys
5 comments
57.0k users