We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef93e5 commit 07d0a91Copy full SHA for 07d0a91
build.xml
@@ -15,8 +15,8 @@
15
</exec>
16
<echo message="Git revision: ${head}"/>
17
<exec executable="git" outputproperty="dirty">
18
- <arg value="diff" />
19
- <arg value="--shortstat" />
+ <arg value="status" />
+ <arg value="-s" />
20
21
<condition property="@{output}" value="${head}" else="${head}-dirty">
22
<equals arg1="${dirty}" arg2="" />
0 commit comments