Merge branch 'export-subst'
authorDavid Griffith <dave@661.org>
Tue, 12 Feb 2019 20:02:24 +0000 (12:02 -0800)
committerDavid Griffith <dave@661.org>
Tue, 12 Feb 2019 20:03:34 +0000 (12:03 -0800)
commit4dc5b413fa3d5d28c3640bd616c7a0b4da2f832f
tree7b49dfa79026e1997e39964efe5c0249a7b4f6e1
parentb54a048fae0e0c87f4a55f056ba9b21b0c7d7bd9
parent409b6ea2ed34ff765b2faeaf9f487797564b4e8b
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.
Makefile