I need to see the files changed between two commits. Currently I am using
git diff commit_id_1 commit_id_2
this command also displays contents in the files. I just need to see whats are the files changed between two commits. What will be the command for this ?