]> Dogcows Code - chaz/yoink/blobdiff - src/Main.cc
incorporated vim's link.sh; -i arg reports commit
[chaz/yoink] / src / Main.cc
index 835f3d06bc099c6cc3595e6193ab462d9aa308e8..8554c7fb854dff128875dbaf78dea33df717fc19 100644 (file)
@@ -221,6 +221,9 @@ void Main::printInfo(int argc, char* argv[])
        }
 
        std::cout << "   Executable: " << argv[0] << std::endl
+#ifdef YOINK_GITHEAD
+                         << "       Commit: "YOINK_GITHEAD << std::endl
+#endif
                          << "      Version: "VERSION << std::endl
                          << "        Built: " << COMPILE_TIME << std::endl
                          << "     Compiler: "COMPILER_STRING << std::endl
This page took 0.016336 seconds and 4 git commands to generate.