Skip to content

Commit

Permalink
Set global git config when replaying merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Schesch committed May 7, 2024
1 parent b33cedd commit dd2f0fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/replay_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ def merge_replay(
os.environ["PATH"] += os.pathsep + os.path.join(
os.getcwd(), "src/scripts/merge_tools"
)
os.environ["GIT_CONFIG_GLOBAL"] = os.getcwd() + "/.gitconfig"

logger.info(f"Replaying merge with index {args.idx}")
if args.delete_workdir:
Expand Down

0 comments on commit dd2f0fb

Please sign in to comment.