Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
simh
/
36651ea450bd657af14aae51e050554c7f24660e
/
.
/
Visual Studio Projects
/
git-hooks
/
post-merge
blob: f8406fc71a923903125e47146d95e42b35481497 [
file
] [
log
] [
blame
] [
raw
]
#!/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
=
"SIM_GIT_COMMIT_ID %H%nSIM_GIT_COMMIT_TIME %aI"
>.
git
-
commit
-
id