<html>#2330: include date of build and git hash in documentation
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Roland Haas</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>open</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td></td></tr>
<tr><td style='text-align:right'>     Type:</td><td>enhancement</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>major</td></tr>
<tr><td style='text-align:right'>Component:</td><td>Cactus</td></tr>
</table>

<p>Comment (by Zach Etienne):</p>
<p>Okay, I didn’t realize it would be so complicated. As a workaround I would suggest:</p>
<div class="codehilite"><pre><span></span>+\cactustitlepage{Reference Manual}{commit \gitrevision{../../.git}}{\today}
</pre></div>


<p>be adjusted to</p>
<div class="codehilite"><pre><span></span>+\cactustitlepage{Reference Manual}{commit \gitrevision{../../.git}}{Documentation compiled on: \today}
</pre></div>


<p>or something like this, just to make clear that the date should be associated with the date of documentation compilation, and not the git commit.</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2330/include-date-of-build-and-git-hash-in'>https://bitbucket.org/einsteintoolkit/tickets/issues/2330/include-date-of-build-and-git-hash-in</a></p>
</html>