On Sat, Sep 7, 2013 at 11:10 AM, Junio C Hamano <gits...@pobox.com> wrote:

> I am not sure what you mean by automated, but if you can tell your
> automation infrastructure that the way to build this Git software is
> to run "make" in it, shouldn't it be trivial to instead tell it to
> run something like this instead?
>
>         git describe --tags HEAD >version && make

Which is a pretty stupid option. 'git describe' does use tags by
default anyway, what else is it supposed to do?

-- 
Felipe Contreras
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to