aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2006-11-21 15:38:49 -0500
committerShawn O. Pearce <spearce@spearce.org>2006-11-21 15:38:49 -0500
commit1d72cb6c1833ec0b5065e33cfc7b5a55ee6b3d8e (patch)
tree99cd19d95ea6b580303a6a50bbcc4ad52721b392
parent1d8b3cbf2841612791178853efbfe9ba60b48f2b (diff)
downloadgit-1d72cb6c1833ec0b5065e33cfc7b5a55ee6b3d8e.tar.xz
git-gui: Added configuration editor TODO list.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
-rw-r--r--TODO9
1 files changed, 8 insertions, 1 deletions
diff --git a/TODO b/TODO
index d27227c376..b8fa807938 100644
--- a/TODO
+++ b/TODO
@@ -29,4 +29,11 @@ Items outstanding:
* Show a shortlog of the last couple of commits in the main window,
to give the user warm fuzzy feelings that we have their data
- saved.
+ saved. Actually this may be the set of commits not yet in
+ the upstream (aka default merge branch remote repository).
+
+ * GUI configuration editor for options listed in
+ git.git/Documentation/config.txt. Ideally this would
+ parse that file and generate the options dialog from
+ the documentation itself, and include the help text
+ from the documentation as part of the UI somehow.