docs: define "ours" merge strategy for auto-generated files

This commit is contained in:
Marian Beermann 2017-02-05 23:01:41 +01:00
parent 1d9378f12c
commit 96fa1e8414
4 changed files with 4 additions and 2 deletions

2
.gitattributes vendored
View File

@ -1,3 +1,5 @@
borg/_version.py export-subst
*.py diff=python
docs/usage/* merge=ours
docs/man/* merge=ours

View File

@ -46,7 +46,7 @@ A step-by-step example
NOTES
-----
.. include:: usage/general.rst.inc
.. include:: usage_general.rst.inc
SEE ALSO
--------

View File

@ -12,7 +12,7 @@ command in detail.
General
-------
.. include:: usage/general.rst.inc
.. include:: usage_general.rst.inc
In case you are interested in more details (like formulas), please see
:ref:`internals`.