#!/usr/bin/bash

# DESCRIPTION:
#
# Get the HEAD's ID.
#
# env: GIT_ROOT

cd "$GIT_ROOT"

/usr/bin/git rev-parse --revs-only HEAD
