How do I enable the ident string for a Git repository?
Summary: The recommended way of embedding version information in a product is to use the build system for that; see below for details and alternate approaches. In Git (and I think usually also in other VCS systems with atomic commits) there is no such thing like version of a single file. Git does support on-demand … Read more