Skip to content
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

Update git.go #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update git.go #85

wants to merge 1 commit into from

Conversation

R-omk
Copy link

@R-omk R-omk commented Feb 2, 2018

fix bug with auto line endings, which leads to uncleared status of repo
https://help.github.com/articles/dealing-with-line-endings/#per-repository-settings

@AppVeyorBot
Copy link

Build vcs build-87.master completed (commit 96c76f96aa by @R-omk)

@mattfarina
Copy link
Member

@R-omk thanks for the PR. If you rebase from master the CI error should be gone.

Can you fill me in a little on your use case for this? Is this for windows cases where core.autocrlf isn't set to true?

@R-omk
Copy link
Author

R-omk commented Apr 4, 2018

@mattfarina just try

cd /tmp 
git clone https://github.com/kataras/iris.git
cd iris
git checkout v8.4.0
git status

it leads to unclear state of repository and prevent next checkout without force flag.

fix bug with auto line endings, which leads to uncleared status of repo
https://help.github.com/articles/dealing-with-line-endings/#per-repository-settings
@AppVeyorBot
Copy link

Build vcs build-93.master completed (commit eb962edd39 by @R-omk)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants