Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <ClusterM@users.noreply.github.com>2017-12-09 18:09:56 +0300
committerGitHub <noreply@github.com>2017-12-09 18:09:56 +0300
commit29604df217a8dc9349b7a862c364c4b1a94b2844 (patch)
treee55da1dc1d293d702ae9cb02cbcd2861a322bae5 /Program.cs
parent3e8af5d45b2d1c0aa4fd9879283cb6b3d418dbac (diff)
parentbe0d7035ee248144600f180c5c9182b634ca1ce5 (diff)
Merge pull request #849 from DanTheMan827/add-git-commit
Add git commit to log
Diffstat (limited to 'Program.cs')
-rw-r--r--Program.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Program.cs b/Program.cs
index eb9c4011..e788fd3d 100644
--- a/Program.cs
+++ b/Program.cs
@@ -142,6 +142,10 @@ namespace com.clusterrr.hakchi_gui
}
Debug.WriteLine("Starting, version: " + Assembly.GetExecutingAssembly().GetName().Version);
+ if (Resources.gitCommit.Length > 0)
+ {
+ Debug.WriteLine("git commit: " + Resources.gitCommit);
+ }
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new MainForm());