mirror of
https://github.com/simh/simh.git
synced 2026-05-02 22:22:48 +00:00
Added git commit id to archive exports
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -2,4 +2,6 @@
|
|||||||
*.sln binary
|
*.sln binary
|
||||||
*.vcproj binary
|
*.vcproj binary
|
||||||
*.exe binary
|
*.exe binary
|
||||||
*.bin binary
|
*.bin binary
|
||||||
|
sim_rev.h export-subst
|
||||||
|
|
||||||
|
|||||||
@@ -48,6 +48,10 @@
|
|||||||
#include ".git-commit-id.h"
|
#include ".git-commit-id.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(SIM_GIT_COMMIT_ID)
|
||||||
|
#define SIM_GIT_COMMIT_ID $Format:%H$
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The comment section below reflects the manual editing process which was in place
|
The comment section below reflects the manual editing process which was in place
|
||||||
prior to the use of the git source control system on at https://gihub.com/simh/simh
|
prior to the use of the git source control system on at https://gihub.com/simh/simh
|
||||||
|
|||||||
Reference in New Issue
Block a user