Re: git rebase fail with CRLF conversion

2013-06-21 Thread Yann Droneaud
Le 21.06.2013 15:41, Yann Droneaud a écrit : In thoses two latter cases, running "git add" does not fail with a fatal error: it does nothing. I need to run "touch test" to make "git add" fail with error "fatal: CRLF would be replaced by LF in test. While searching on the Internet, I've found

Re: git rebase fail with CRLF conversion

2013-06-21 Thread Yann Droneaud
Hi, Le 21.06.2013 15:41, Yann Droneaud a écrit : I believe "git rebase" should not fail here, but more, it must not fail in a different fashion randomly. Please find in reply to this email: - a shell script to demonstrate the behavor Please find a shell script to test git rebase with .git

git rebase fail with CRLF conversion

2013-06-21 Thread Yann Droneaud
Hi (again), Following my previous email "Tracking vendor release with Git" [1][2], and the advice from Git users/developers, I'm trying to use .gitattributes to handle CRLF/LF conversion. I'm following advices from: - "Dealing with line endings" https://help.github.com/articles/dealing-wi