-
Notifications
You must be signed in to change notification settings - Fork 26
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
Inconsistent behavior of isClean check #21
Comments
@lwolf would be great if this could be fixed. Do you have a patched fork? (yes: lwolf@3e1328e)
|
…263#3)" see knqyf263#21 This reverts commit 8e3da16.
I have the same problem, it makes this code unusable. |
I fix this problem by remove the check, 145be31 I suggest changing libraries to https://github.com/go-git/go-git but It seems that there is a problem with this function : |
For some reason
!isClean()
introduced in the #3 doesn't always work as expected.Here is the output from git status and cob:
This fails both locally and in the CI for some repos, but doesn't fail for others.
Could this check be optional, so it could be force disabled in the CI where one doesn't care about loosing state.
The text was updated successfully, but these errors were encountered: