]> git.ipfire.org Git - thirdparty/git.git/commit - GIT-VERSION-GEN
GIT-VERSION-GEN: squelch unneeded error from "cat version"
authorJunio C Hamano <junkio@cox.net>
Thu, 2 Mar 2006 22:38:44 +0000 (14:38 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 3 Mar 2006 00:42:39 +0000 (16:42 -0800)
commit0b8b051cd50cb423476ab7a8aa5853dc601b721d
tree944b4e2a53a02055c33fbb3c6d96a212bb594c23
parent0cd5da56fa1287a368bb7e0d0e1379591d13f239
GIT-VERSION-GEN: squelch unneeded error from "cat version"

Now this is really a corner case, but if you have the git source
tree from somewhere other than the official tarball, you do not
have version file.  And if git-describe does not work for you
(maybe you do not have git yet), we spilled an error message
from "cat version".

Signed-off-by: Junio C Hamano <junkio@cox.net>
GIT-VERSION-GEN