autoconf-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Automatic set-serial?


From: Reuben Thomas
Subject: Re: Automatic set-serial?
Date: Thu, 18 Nov 2010 20:36:44 +0000

The simplest thing seems to be to set the "ident" attribute on all the .m4 files, and change the line:

#serial nn

to

#$Id$

which then gets expanded to the commit (i.e. blob) ID of the last commit in each case.

They're not monotonically increasing, but that doesn't seem to be important; they are (pretty much guaranteed to be) unique in the history of any one file.

(Not only is this particularly easy; I can't find a simple way to get git to maintain monotonically increasing serial numbers.)

--
http://rrt.sc3d.org

reply via email to

[Prev in Thread] Current Thread [Next in Thread]