[PATCH v2 2/2] Makefile: get the git version from the submodule

Jason A. Donenfeld Jason at zx2c4.com
Mon Mar 4 15:22:28 CET 2013


On Mon, Mar 4, 2013 at 8:26 AM, Ferry Huberts <mailings at hupie.com> wrote:
> +GIT_VER = $(shell git submodule status git | sed -r 's/^[^0-9a-fA-F]*([0-9a-fA-F]*).*/\1/')

Neat idea, but I'd rather not have the git circularity.




More information about the CGit mailing list