$ git ls-tree --name-only HEAD foldername/ | while read filename; do echo "$(git log -1 --format="%ci " -- $filename) $filename"; done | sort -r
This lists all the files in a folder, then finds the commit date for them one by one, then sorts them from newest to oldest
Diff your entire server config at ScriptRock.com