On Thu, Jun 19, 2008 at 16:32, D. Stuart Freeman <stuart.freeman@xxxxxxxxxxxxx> wrote: > My project has an "about" page that lists the version. I understand why > git doesn't do keyword expansion, but I'm wondering if there's a > recommended best practice for keeping that up to date. You can look at how git does it: It generates a GIT-VERSION-FILE with: http://git.kernel.org/?p=git/git.git;a=blob;f=GIT-VERSION-GEN;hb=HEAD and reads it in the Makefile. Or you could generate a version.h file. Santi -- 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