Skip to content

Commit 23287c4

Browse files
authored
ZJIT: Mark commonly-edited files as merge=union (ruby#14865)
This helps the default merge driver make reasonable decisions (and therefore avoid conflicts) when multiple people are e.g. adding tests to src/hir.rs at the same time.
1 parent 0594646 commit 23287c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zjit/.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
src/hir.rs merge=union
2+
src/cruby_methods.rs merge=union
3+
src/codegen.rs merge=union

0 commit comments

Comments
 (0)