Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
simh
/
964195dd78b9782af136c517f6da1b62578d0c4c
/
.
/
Visual Studio Projects
/
git-hooks
/
post-merge
blob: 9de878e18d8b8edd0d8c795733c9f7c33047db6a [
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
=
"%H"
>.
git
-
commit
-
id