1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-17 00:32:15 +00:00
2016-05-15 23:13:25 -07:00

6 lines
170 B
Bash

#!/bin/sh
#
# A hook script that is called after a successful
# commit is made to record the commit-id in the working directory.
git log -1 --pretty="%H" >.git-commit-id