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. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..cd3d1ff48 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +SUBVERS export-subst +VERDATE export-subst -- 2.28.0