From: David Griffith Date: Tue, 12 Feb 2019 20:02:24 +0000 (-0800) Subject: Merge branch 'export-subst' X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=4dc5b413fa3d5d28c3640bd616c7a0b4da2f832f;p=liskon_frotz.git Merge branch 'export-subst' I wasn't able to completely use export-subst in .gitattributes to create the contents of src/common/git_hash.h. The %D substitution will return the git branch followed a few lines later by the git tag, but only if you're using it by way of git-log. If you're using export-subst, you'll only get the first line and there's no way to tell git to remove those newlines. So, I'm retaining the sed business on the Makefile. See https://stackoverflow.com/questions/54525888/ for the question I asked on the matter. --- 4dc5b413fa3d5d28c3640bd616c7a0b4da2f832f