summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index 75da1b1fa1..db2d848cb1 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,10 +1,12 @@
-# TODO
# Execute the following command in your local project
-# directory to enable automatic merge resolution:
+# directory to exclude localization files from merges
+# across branches:
#
# $ git config --global merge.ours.driver true
#
-# Otherwise the settings in this file are ignored!
+# This command sets a shell script that is used for all
+# merge=ours files. In this case the script "true" does
+# not touch anything, just returns successful.
#
# Background: Localization files from external sources like
# Transifex must not be merged between release branches and