]> git.neil.brown.name Git - wiggle.git/commit
Makefile: suppress error messages from 'git'.
authorNeilBrown <neilb@suse.de>
Tue, 27 Aug 2013 23:35:14 +0000 (09:35 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 27 Aug 2013 23:35:14 +0000 (09:35 +1000)
commitd3aa70e3c110a0269d8ce5a6a688bcd0ad27e141
treeab26d349d5c3dd69abf0bda7f59624c49c0b99e8
parent87766afcff4a885840240f22d6d44122b04ff118
Makefile: suppress error messages from 'git'.

If you have a clone of the 'wiggle' git tree but with no
tags, then "git describe HEAD" will complain
   fatal: No names found, cannot describe anything.
As it produces no output, the compiled in default will be used
so this is just an unnecessary message.  So send it to /dev/null.

Reported-by: Stephen Cameron @ G+
Signed-off-by: NeilBrown <neilb@suse.de>
Makefile