From: Piotr Krukowiecki <piotr.krukowiecki@gmail.com>
To: "Torsten Bögershausen" <tboegi@web.de>
Cc: git@vger.kernel.org
Subject: Re: EOL handling (EGit/svn/Windows)
Date: Wed, 11 Feb 2015 16:51:27 +0100 [thread overview]
Message-ID: <CAA01CsrJv8HmtNG6XAHZm5Hk8x8S_vFCYPz8vCtwBwd9-GAykg@mail.gmail.com> (raw)
In-Reply-To: <54D99BED.8010005@web.de>
On Tue, Feb 10, 2015 at 6:49 AM, Torsten Bögershausen <tboegi@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
prev parent reply other threads:[~2015-02-11 15:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-09 22:22 EOL handling (EGit/svn/Windows) Piotr Krukowiecki
2015-02-10 5:49 ` Torsten Bögershausen
2015-02-10 10:52 ` Piotr Krukowiecki
2015-02-10 15:32 ` Torsten Bögershausen
2015-02-11 11:46 ` Piotr Krukowiecki
2015-02-11 15:51 ` Piotr Krukowiecki [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAA01CsrJv8HmtNG6XAHZm5Hk8x8S_vFCYPz8vCtwBwd9-GAykg@mail.gmail.com \
--to=piotr.krukowiecki@gmail.com \
--cc=git@vger.kernel.org \
--cc=tboegi@web.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).