How can I find all files (lets say symlinks) ever added to the git repo?
git ls-tree -r master
outputs only for one branch and not in the whole history...
(the first column contains the mode, which is 12000
for a link)
I want to search them and then filter them with git filter-branch