diff options
author | Phil Pennock <pdp@exim.org> | 2018-02-25 02:51:22 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2018-02-25 02:51:22 -0500 |
commit | b988b06146c5d16e0ca0ea86ffcf2d83938088ed (patch) | |
tree | 09e057c4eaca3ab3c1741a1c7475af5b1bbc7484 /.gitattributes | |
parent | e6532c4a78619d4ea45b6e95b738189eebf8859a (diff) |
meta: git controls for text changelogs; github controls
For the ChangeLog and files like it, use `merge=union` to bring in
content from both sides instead of having conflicts block merges because
someone else added a feature.
For GitHub, provide some "templates" which really just point people in
the right direction, but if the repointing fails, at least reduces the
pain a little.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..30567178e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# Using merge=union should make it easier to maintain changelogs across +# branches, by using the text from both sides for the merge. +# +doc/doc-txt/NewStuff merge=union +doc/doc-txt/ChangeLog merge=union +doc/doc-txt/OptionLists.txt merge=union +src/README.UPDATING merge=union |