Is there an option that would allow me to place a variable place holder to a git environment variable and upon committing, have that variable be populated with the information within it?
I have an XML file that I have appended my changes too, while providing a comment for visual satisfaction for those who dont use Git and review my files. I want to append the date of the commit from GIT into that variable place holder in the document.
<root>
<!--CR **{git_commit_date}**: Added a root.-->
</root>