We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sentry Issue: DIST2SRC-UPDATE-78
GitCommandError: Cmd('git') failed due to: exit code(1) cmdline: git cherry-pick --keep-redundant-commits --strategy=recursive --strategy-option=theirs updates~5 stdout: 'CONFLICT (add/add): Merge conflict in 4.2-sgml Auto-merging 4.2-sgml CONFLICT (add/add): Merge conflict in 4.1-sgml Auto-merging 4.1-sgml CONFLICT (add/add): Merge conflict in 4.0-sgml Auto-merging 4.0-sgml CONFLICT (add/add): Merge conflict in 3.1-sgml Auto-merging 3.1-sgml CONFLICT (add/add): Merge conflict in 3.0-sgml Auto-merging 3.0-sgml' std... File "dist2src/core.py", line 186, in cherry_pick_base self.repo.git.cherry_pick(f"{from_branch}~{num_commits - 1}", **git_options) 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) GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git add . -f stderr: 'error: '3.0-sgml' does not have a commit checked out fatal: updating files failed' (6 additional frame(s) were not displayed) ... File "dist2src/core.py", line 195, in cherry_pick_base self.stage(".") File "dist2src/core.py", line 152, in stage self.repo.git.add(add or ".", "-f", exclude) 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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sentry Issue: DIST2SRC-UPDATE-78
The text was updated successfully, but these errors were encountered: