-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Atlantis warning ("could not determine correct commit"), Git error "Use '--' to separate paths from revisions" #584
Comments
What does your git repo look like at that commit? |
The |
|
Okay I think I know how to fix this, it occurs if the branch can be fast-forward merged into the base branch. Then after we merge, it looks like:
And so But if we use
And so |
@lkysow - do you still need me to give you the git log output? |
Can you confirm that it was going to be a fast-forward merge? |
Confirmed.
|
Confirmed fixed:
|
Atlantis (0.7.0) gives a warning when trying to determine if it's at the correct commit. The underlying git command is giving an error, requesting that
--
be used to separate paths from revisions.The text was updated successfully, but these errors were encountered: