Given a period of time (e.g. a day, a week, a month), is it possible to list all files that were modified or added in this time?
I use this to get a clean list:
git whatchanged --since '04/14/2013' --until '05/22/2014' --oneline --name-only --pretty=format: | sort | uniq >> changedlist.txt