Open
Conversation
Member
|
hum interesting, haven't come accross that before. I'm not actually sure what it's doing. The end-of-line shouldn't change since it's always generated the same way. Is it when working with someone else on the repo? |
Contributor
Author
|
Yeah, it seems to happen when Kactus touches/generates files that were previously pulled down from the remote. Although all of the sketch/kactus users are on macs, our internal git server is windows (I think). Might be where the line endings are getting hosed? |
Member
|
hum yes possibly. I'm a bit reluctant to put that in the main doc as it's not actually needed for people using GitHub. Maybe in a FAQ? |
Contributor
Author
|
Well then it wouldn't be "frequently asked" 😉 – maybe a "troubleshooting" page instead? |
Member
|
very true :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@mathieudutour – Can you please verify that this info is correct?
I was running into a lot of problems where Kactus would incorrectly report many changes to a file when nothing had actually changed. Adding the
.gitattributesconfig to the repo seems to have solved it.