I've been trying to implement this git syntax git diff HEAD 'HEAD@{7 day ago}'
to this diffs = REPO.git.diff('HEAD')
GitPython
code for some time now without a success.
Couldn't find a helpful document.
How can I look for the diffs
of last 7 days with GitPython
Note: Python version: 3.4