mirror of
https://github.com/rcornwell/sims.git
synced 2026-02-13 11:25:18 +00:00
Merge current simh maste components and APIs
This commit is contained in:
5
Visual Studio Projects/git-hooks/post-commit
Normal file
5
Visual Studio Projects/git-hooks/post-commit
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user