Re: [PATCH] contrib/persistent-https: use Git version for build label

2016-07-22 Thread Parker Moore
rsistent-https: use Git version for build label The previous method simply used the UNIX timestamp of when the binary was built as its build label. $ make && ./git-remote-persistent-http -print_label 1469061546 This patch aims to align the label for this binary with the Git versio

Re: [PATCH] contrib/persistent-https: use Git version for build label

2016-07-22 Thread Junio C Hamano
Parker Moore writes: > diff --git a/contrib/persistent-https/Makefile > b/contrib/persistent-https/Makefile > index 92baa3be..8248269 100644 > --- a/contrib/persistent-https/Makefile > +++ b/contrib/persistent-https/Makefile > @@ -12,7 +12,7 @@ > # See the License for the specific language gover

[PATCH] contrib/persistent-https: use Git version for build label

2016-07-20 Thread Parker Moore
From: Parker Moore The previous method simply used the UNIX timestamp of when the binary was built as its build label. $ make && ./git-remote-persistent-http -print_label 1469061546 This patch aims to align the label for this binary with the Git version contained in the GIT-VERSION-FILE