]> git.kaiwu.me - haproxy.git/commit
[BUILD] report commit date and not author's date as build date
authorWilly Tarreau <w@1wt.eu>
Tue, 14 Jul 2009 11:24:16 +0000 (13:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 27 Jul 2009 19:46:53 +0000 (21:46 +0200)
commit3157b9bde997669b4cce627cb4f3b0eed1760e6b
tree789c81b0169e1c0ed56d4279a6f505ac93247aa1
parent83a1540ec51d20697b6c6f86e63dc5e82efc0b72
[BUILD] report commit date and not author's date as build date

By default, when building from a git tree, haproxy's release date is
set to the last commit's date. But it was the wrong date which was
used, the initial patch's date, which can cause time jumps in the
past when an old patch gets merged. What we want is the commit date,
which reflects the correct code history.
(cherry picked from commit 446024e7fb5faef86cd6e2c0aba3c4524ad77705)
Makefile