On Wed, 7 May 2008, Daniel Quinlan wrote:
I'm looking for a way to embed some identifying information about
version
into compiled programs. I hasten to add that I am not looking to
expand RCS-like
tags. Unlike CVS/RCS, git provides a single value that characterizes
the whole
distribution, at least if everything is committed. So, something like
"git log | head -1 | awk '{print $2}'"
probably provides a value which I can embed into executables and
libraries, tying
them to a particular source configuration. I'm just curious if
there's a better approach
to getting the commit hash.
something like "git show-ref -s HEAD" perhaps?
--
Julian
---
The Kennedy Constant:
Don't get mad -- get even.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html