<div dir="ltr"><div dir="ltr">On Fri, Jul 31, 2020 at 8:13 AM Bill Meek <<a href="mailto:keemllib@gmail.com">keemllib@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Sure. You're not using the commit SHA1. The leading 'g' is just an indicator<br>
that says git was used as opposed to 's' for svn etc.<br>
<br>
You can have git find just that commit: git log -p ce23a0225f^..ce23a0225f<br></blockquote><div><br></div><div>Here's the command I use to set the git rev in the filename (which should match...)</div><div><br></div><div>GIT_VERS=$(git rev-parse --short HEAD) </div></div></div>