dweiss commented on a change in pull request #2575:
URL: https://github.com/apache/lucene-solr/pull/2575#discussion_r710825164



##########
File path: lucene/common-build.xml
##########
@@ -764,7 +764,7 @@
       <!-- If possible, include the GIT hash into manifest: -->
       <exec dir="." executable="${git.exe}" outputproperty="-checkoutid" 
errorproperty="-giterr" failifexecutionfails="false">
         <arg value="log"/>
-        <arg value="--format=%H"/>
+        <arg value="--format=%h"/>

Review comment:
       I think it could also be a more verbose command like this one (note the 
extended abbreviated hash syntax):
   ```
   git show --pretty=oneline --abbrev-commit --abbrev=15 --no-patch HEAD
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to