Is there a way to get git log between 2 commits for a particular directory
git log --oneline commitid_dfgdsdfga..HEAD --follow common/*
The above