summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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]'