From: Tim Duesterhus Date: Sat, 5 Sep 2020 10:46:11 +0000 (+0200) Subject: MINOR: Commit .gitattributes X-Git-Tag: v2.3-dev4~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b9c54c666b88abd0c2a001ba23f420be29ea8c;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..cd3d1ff48e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +SUBVERS export-subst +VERDATE export-subst