Situation: I've just cloned a git repo, and then I configure the smudge filter for the repo. There are .gitattributes
files scattered around the repo that specify the filter that should be used on the files at checkout. But since I setup the filter after the checkout (clone), none of the files were processed.
How can I tell git to go through the repo, find all the .gitattributes
files, and update (re-checkout, apply filter, whatever) all the files which have a smudge filter on them?