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.
This page hold unorganized notes regarding the project.
GIT_COMMIT=$(git rev-parse --short HEAD) # --short flag is optional REVISION_NUMBER=$(git rev-list --count --all --min-age=$(git show --no-patch --format=%ct HEAD))
I am no longer working with SVN on a day-to-day basis, so I have no means to test this.
REVISION_NUMBER=$(svn info --show-item revision) GIT_COMMIT=$REVISION_NUMBER # N/A