In git you could compare to the version prior to the latest fetch:
git diff origin/master@{1} origin/master
git diff origin/master@{5.weeks.ago} origin/master