From: Shawn O. Pearce Date: Tue, 21 Nov 2006 20:38:49 +0000 (-0500) Subject: git-gui: Added configuration editor TODO list. X-Git-Tag: gitgui-0.6.0~164 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1d72cb6c1833ec0b5065e33cfc7b5a55ee6b3d8e;p=git.git git-gui: Added configuration editor TODO list. Signed-off-by: Shawn O. Pearce --- diff --git a/TODO b/TODO index d27227c37..b8fa80793 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.