summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1d8b3cb)
raw | patch | inline | side by side (parent: 1d8b3cb)
author | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 21 Nov 2006 20:38:49 +0000 (15:38 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 21 Nov 2006 20:38:49 +0000 (15:38 -0500) |
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
TODO | patch | blob | history |
index d27227c376d88a1886aa096adbf1b98363f57303..b8fa8079382453d99cd73a0626726ae552039181 100644 (file)
--- a/TODO
+++ b/TODO
* 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.