view .gitattributes @ 37239:3bc441308c14

ignore-value: prefer GCC version back through 2.0 The code didn't match the comments, so I did a bit of software archaeology. GCC 2.0 seems to support __extension__ and __typeof__, so fix both code and comments to use 2.0. * lib/ignore-value.h (ignore_value): Use __extension__ and __typeof__ for GCC 2.0 through 3.3, too.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 27 Nov 2013 14:52:17 -0800
parents d88dc7671059
children
line wrap: on
line source

# See lib/git-merge-changelog.c for making this useful.
ChangeLog	merge=merge-changelog

# Run this to make 'git diff' on texinfo files give nicer hunk context:
#   git config diff.texinfo.funcname '^@node[	 ][	 ]*\\([^,][^,]*\\)'
*.texi* diff=texinfo