tig-0.7.git
[tig] / TODO
diff --git a/TODO b/TODO
index 7b41c53..a79b52b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,6 +4,9 @@ Features that should be explored.
 
  - Repository status view.
 
+ - Add interface (somewhat like git-gui has) allowing a diff chunk to be
+   staged/unstaged for the next commit.
+
  - Better text-input support. From setsyx(3):
 
        The setsyx routine sets the virtual screen cursor to y, x.  If y and x
@@ -22,3 +25,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.