doc: use union merge strategy for resolving conflicts in PendingReleaseNotes

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 <pdonnell@redhat.com>
This commit is contained in:
Patrick Donnelly 2020-08-28 18:02:59 -07:00
parent ed90c0768b
commit 048da58923
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB

1
.gitattributes vendored
View File

@ -1 +1,2 @@
.githubmap merge=union
PendingReleaseNotes merge=union