Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
simh
/
c8ca4161faab299015e846890fc0b7af714dac93
/
.
/
Visual Studio Projects
/
git-hooks
/
post-commit
blob: 7f88dce1dfb5044dbf2236c10cb16bd349017976 [
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.
git log
-
1
--
pretty
=
"SIM_GIT_COMMIT_ID %H%nSIM_GIT_COMMIT_TIME %aI"
>.
git
-
commit
-
id