Code

TODO: use autoconf to detect newer git and git-config availability
authorJonas Fonseca <fonseca@diku.dk>
Tue, 6 Feb 2007 14:36:33 +0000 (15:36 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Tue, 6 Feb 2007 14:36:33 +0000 (15:36 +0100)
TODO

diff --git a/TODO b/TODO
index 7b41c5321c838c532c4deadae8006bc085dbbc17..f176427272e846508fc2cfd52b732b4e5f9c32f9 100644 (file)
--- a/TODO
+++ b/TODO
@@ -22,3 +22,6 @@ Features that should be explored.
  - Use autoconf to check for iconv in libc and how it is declared (the
    2nd argument is 'const' on FreeBSD / Mac OS X). Maybe also check for
    the AsciiDoc and XmlTo document tools.
+
+ - The autoconf check could also be used to determine whether it is a
+   newer git so that git-config will be used instead of git-repo-config.