blob: b3ee12687cf7244b59ded04b6a3037173b3c3590 [file] [log] [blame] [raw]
#!/bin/sh
#
# A hook script that is called after a successful
# commit is made to record the commit-id in the working directory.
isodate=$(git log -1 --pretty="%ai"|sed -e 's/ /T/'|sed -e 's/ //')
git log -1 --pretty="SIM_GIT_COMMIT_ID %H%nSIM_GIT_COMMIT_TIME $isodate" >.git-commit-id