summaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* maint: don't use "union" merge driver for NEWS anymoreStefano Lattarini2012-04-261-1/+0
| | | | | | | | | | | | The use of the "union" merge driver to avoid conflicts in NEWS has proven to be problematic, as it often silently produced mis-merges (instead of spurious conflicts, but a spurious conflict is better than a mis-merge). Also, our new branching policy (see automake bug#11153 for a description) should greatly mitigate the problem of merge conflicts in NEWS. For further discussion, see: <http://lists.gnu.org/archive/html/automake-patches/2012-04/msg00148.html> Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
* gitattributes: custom merge driver for ChangeLog not needed anymoreStefano Lattarini2012-02-141-1/+0
| | | | | | * .gitattributes: We don't maintain a version-controlled ChangeLog file anymore, so we have no need to specify a custom merge driver for it anymore. Update accordingly.
* gitattributes: use "union" merge driver for NEWSStefano Lattarini2012-02-141-0/+1
| | | | | | | | | | | This should help in reducing the spurious merge conflicts for the NEWS file, which have already caused a great deal of confusion and wasted time. Suggestion by Eric Blake: http://lists.gnu.org/archive/html/automake-patches/2012-02/msg00119.html * .gitattributes (NEWS): Use the "union" merge driver.
* Update git attributes for texinfo files.Ralf Wildenhues2009-09-181-0/+1
| | | | | | * .gitattributes: Annotate *.texi* files for texinfo diff. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* git metadata update.Ralf Wildenhues2008-06-161-0/+1
* .gitattributes: Use merge-changelog driver for ChangeLog. * .gitignore: Ignore configure.lineno, config.status.lineno.