tgupdate: merge t/girocco/version base into t/girocco/version
[git/gitweb.git] / .topmsg
blobebe6b31ac5fdca6c9656939476f4bd3fcd2e3b35
1 Subject: [PATCH] version: add .GIT suffix
3 It's convenient to know when we are seeing the
4 version of Git built for Girocco running.  We
5 can easily detect this by using a custom Git
6 agent string.
8 Older versions of Git used to use a string
9 such as '1.6.5.2.GIT' (notice the .GIT suffix).
11 Newer versions have omitted the '.GIT' suffix,
12 but we add it back here so we can detect the
13 custom build even though gitweb is the only
14 customized part.
16 Signed-off-by: Kyle J. McKay