On Tue, Feb 10, 2015 at 6:49 AM, Torsten Bögershausen <tbo...@web.de> wrote:
> add that to the repo, do the normalization  and push.

I did LF normalization over history. Looks like everything worked
correctly, just wondering, what does the WARNING mean?

$ git filter-branch --tree-filter '~/fix-eol.sh' -d /dev/shm/repo-tmp -- --all
Rewrite 4eab51b65af61d2b0e56f9990cc14be1e1372194 (13349/13349)
Ref 'refs/heads/master' was rewritten
Ref 'refs/remotes/origin/master' was rewritten
WARNING: Ref 'refs/remotes/origin/master' is unchanged

$ cat ~/fix-eol.sh
find . -type f \! -path ./.git/\* -print0 | xargs -0 dos2unix
--keepdate 2>/dev/null


-- 
Piotr Krukowiecki
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to