Skip to content

Commit

Permalink
Fix git.blame-copy merging without conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKozai committed Dec 17, 2024
1 parent cc65ebc commit 141c7ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ We follow [Semantic Versions](https://semver.org/).

## unreleased

- Fix `git.blame-copy` merging without conflicts

## 1.3.0

- Add params for `system.chown`(`owner` and `path`)
Expand Down
1 change: 1 addition & 0 deletions saritasa_invocations/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def _merge_commits(
# create commit in case if merge conflict occurs
context.run(
f"git commit --no-verify -a -n -m '{message}'",
warn=True,
)


Expand Down

0 comments on commit 141c7ba

Please sign in to comment.