This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
haproxy
mirror of
http://git.haproxy.org/git/haproxy.git/
Watch
1
Star
0
Fork
You've already forked haproxy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
430fd1d159
haproxy
/
.gitattributes
4 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
MINOR: Commit .gitattributes Commit .gitattributes to the repository to allow GitHub downloads to properly fill in the SUBVERS and VERDATE files. It also prevents the engineer in charge of the release to forget creating it when a new branch is released. see https://www.mail-archive.com/haproxy@formilux.org/msg38107.html No functional change, may be backported everywhere.
2020-09-05 10:46:11 +00:00
SUBVERS export-subst
VERDATE export-subst
MINOR: Configure the `cpp` userdiff driver for *.[ch] in .gitattributes This might improve the output of `git diff` in certain cases. Especially `git diff --word-diff` will be much more useful. Does not affect the generated code, may be backported for consistency if desired.
2021-02-20 18:21:35 +00:00
*.[ch] diff=cpp