We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a462f2 + 72fa793 commit 1fa89feCopy full SHA for 1fa89fe
git_aggregator/repo.py
@@ -304,7 +304,7 @@ def _execute_shell_command_after(self):
304
305
def _merge(self, merge):
306
logger.info("Pull %s, %s", merge["remote"], merge["ref"])
307
- cmd = ("git", "pull", "--no-rebase")
+ cmd = ("git", "pull", "--ff", "--no-rebase")
308
if self.git_version >= (1, 7, 10):
309
# --edit and --no-edit appear with Git 1.7.10
310
# see Documentation/RelNotes/1.7.10.txt of Git
0 commit comments