summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-12-23 21:27:33 +0100
committerPeter Simons <simons@cryp.to>2009-12-23 21:27:33 +0100
commit2b57c56a9c284ad7f80b9031bd745f610c3ac0d9 (patch)
tree6f85001f325d2838cea9144b5ecb941f6c33dee0 /TODO
parentb12941f7aa00fb681a7b56260812db4ff0ac56ce (diff)
downloadautoconf-archive-2b57c56a9c284ad7f80b9031bd745f610c3ac0d9.tar.gz
TODO: added an item about serial numbers
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 14d342a..4e87e8c 100644
--- a/TODO
+++ b/TODO
@@ -89,3 +89,8 @@
we compile the release archive, that information should be inserted in the
script statically. But how?
+* TODO Generate serial lines
+
+ A way to obtain that number automatically might be the following approach:
+
+ : git log -- m4/ax_have_epoll.m4 | egrep -c '^commit [0-9a-f]'