Skip to content

Commit baaeac6

Browse files
authored
Merge pull request #146 from blooop/feature/mergedriver
Replace custom merge driver with built-in merge=ours
2 parents 0e9c27a + 3befd20 commit baaeac6

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

.claude/hooks/SessionStart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ pixi install
3434
echo "🔧 Setting up prek hooks..."
3535
pixi run prek install || echo "⚠️ Prek installation skipped (optional)"
3636

37-
# Set up git merge driver for lockfiles
38-
echo "🔧 Configuring git merge driver..."
39-
pixi run setup-git-merge-driver || true
40-
4137
echo "✅ Environment setup complete!"
4238
echo ""
4339
echo "Available pixi tasks:"

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
# numpy file format
4444
*.npy filter=lfs diff=lfs merge=lfs -text
4545
# GitHub syntax highlighting
46-
pixi.lock linguist-language=YAML merge=ourslock
46+
pixi.lock linguist-language=YAML merge=ours

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ ci = { depends-on = [
9898
ci-push = { depends-on = ["format", "ruff-lint", "update-lock", "ci", "push"] }
9999
clear-pixi = "rm -rf .pixi pixi.lock"
100100
ralph = "ralph"
101-
setup-git-merge-driver = "git config merge.ourslock.driver true"
102101
update-from-template-repo = "./scripts/update_from_template.sh"
103102
dev-use-prebuilt = "./scripts/devcontainer_use_prebuilt.sh"
104103
dev-use-local = "./scripts/devcontainer_use_local.sh"

0 commit comments

Comments
 (0)