From: Jonas Fonseca Date: Tue, 6 Feb 2007 14:36:33 +0000 (+0100) Subject: TODO: use autoconf to detect newer git and git-config availability X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2b594d1953ac48fa4a329b062e99c3104345f81c;p=tig.git TODO: use autoconf to detect newer git and git-config availability --- diff --git a/TODO b/TODO index 7b41c53..f176427 100644 --- 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.