-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All files marked as edited after fresh git clone #37
Comments
Sorry, I think it was my mistake. I forgot to clone and commit after adding the .gitattributs file. I just did a fresh clone and commited the EOL. Now it should be OK. I think #35 (comment) is also related to this issue. |
Git config --global core.autocrlf false That setting is required for choco repos (you can omit the global if you Second setting is repo specific On Sunday, December 21, 2014, Gary Ewan Park notifications@github.com
Rob http://devlicio.us/blogs/rob_reynolds |
In other words I prefer no magic. |
This is open to conversation but the solution needs to work against Windows and *nix at the same time in the same working set. To help you understand what I mean - in a VM and out of a VM using it as a shared folder. If you have a good answer for that other than what I use above, I'm all ears. |
This I already had. Didn't have the second setting, so will keep that in mind. |
Nope, just did a re-clone. Although things are "better" I am still seeing immediately 277 changes. |
If I use:
Then is works fine. But that goes against what @ferventcoder is recommending. How should we proceed? |
It's actually not a recommendation. ;) On Sunday, December 21, 2014, Gary Ewan Park notifications@github.com
Rob http://devlicio.us/blogs/rob_reynolds |
Ha ha! Ok, so what do we need to do to fix this. If I use What needs to happen to the files in the repository to make everyone happy? |
@ferventcoder, 👍 for @gep13 after I made 6a805f3 I don’t have the issue of changed files after a clone anymore. Can you confirm that? |
But I would recommend it. I don’t understand folks who recommend to set |
Ha, what I meant was - with all chocolatey repos you can expect that they On Sunday, December 21, 2014, TomOne notifications@github.com wrote:
Rob http://devlicio.us/blogs/rob_reynolds |
This sounds just like #35 (comment) -edit- @TomOne already said the same. Sorry I'm late to the party. PS - gonna go on holiday. Be back next year. :) |
ok, what has changed with this repository...
I have just done a fresh git clone, and immediately all 358 files are marked as changed:
I haven't changed anything in my git configuration, so something must have changed in this repository, unless anyone can think of something else.
What do we need to add to the gitattributes file to solve this problem? I can only assumed that the issue is to do with line endings, when shared between *nix and windows.
@Redsandro @TomOne @ferventcoder
The text was updated successfully, but these errors were encountered: