1
0
mirror of https://github.com/open-simh/simh.git synced 2026-03-07 19:41:03 +00:00
Files

6 lines
161 B
Bash
Executable File

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