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

GitCommandError: git merge --ff-only imports/c8/bind-9... #190

Open
sentry-io bot opened this issue Mar 22, 2021 · 0 comments
Open

GitCommandError: git merge --ff-only imports/c8/bind-9... #190

sentry-io bot opened this issue Mar 22, 2021 · 0 comments

Comments

@sentry-io
Copy link

sentry-io bot commented Mar 22, 2021

Sentry Issue: DIST2SRC-UPDATE-1N

Should have been fixed with #162 but regressed.

GitCommandError: Cmd('git') failed due to: exit code(1)
  cmdline: git merge --ff-only imports/c8/bind-9.11.20-5.el8_3.1
  stdout: 'Updating fda3718..6c9b251'
  stderr: 'error: Your local changes to the following files would be overwritten by merge:
	win32utils/build.txt
	win32utils/readme1st.txt
Please commit your changes or stash them before you merge.
Aborting'
(4 additional frame(s) were not displayed)
...
  File "dist2src/core.py", line 723, in update_source_git
    self.source_git.fast_forward(branch=dest_branch, to_ref=new_dest_branch)
  File "dist2src/core.py", line 223, in fast_forward
    self.repo.git.merge(to_ref, ff_only=True)
  File "git/cmd.py", line 542, in <lambda>
    return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
  File "git/cmd.py", line 1005, in _call_process
    return self.execute(call, **exec_kwargs)
  File "git/cmd.py", line 822, in execute
    raise GitCommandError(command, status, stderr_value, stdout_value)
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

No branches or pull requests

0 participants