]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: use git-describe to mark the git version.
authorJunio C Hamano <junkio@cox.net>
Tue, 27 Dec 2005 22:40:17 +0000 (14:40 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 28 Dec 2005 01:57:28 +0000 (17:57 -0800)
commit9b88fcef7dd6327cc3aba3927e56fef6f6c4d628
treea2cb7dd3ca1ea6ac13e20e97819ed7e112e33bdd
parentc06818e20a88f58294de0a948a437c7c32c382fe
Makefile: use git-describe to mark the git version.

Note: with this commit, the GIT maintainer workflow must change.
GIT-VERSION-GEN is now the file to munge when the default
version needs to be changed, not Makefile.  The tag needs to be
pushed into the repository to build the official tarball and
binary package beforehand.

Signed-off-by: Junio C Hamano <junkio@cox.net>
.gitignore
GIT-VERSION-GEN [new file with mode: 0755]
Makefile