Skip to content

Commit

Permalink
doc: use union merge strategy for resolving conflicts in PendingRelea…
Browse files Browse the repository at this point in the history
…seNotes

Generally, the conflict resolution performed manually is always to do a
union: automate this. This avoids pointless rebases of PRs.

Signed-off-by: Patrick Donnelly <[email protected]>
  • Loading branch information
batrick committed Aug 29, 2020
1 parent ed90c07 commit 048da58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.githubmap merge=union
PendingReleaseNotes merge=union

0 comments on commit 048da58

Please sign in to comment.