Updated TODO list with closed items, known bugs
[git-gui.git] / TODO
blob5d765d6d4693d6b9b4aab15a5087c4f3433c4784
1 0.9.0 plan:
3   http://article.gmane.org/gmane.comp.version-control.git/54303
5  * Automatically refetch tracking branches in merge
7  * Text mode log viewer:
8    `git-log`, `git-log -g`
10  * File monitor on WinNT (to avoid costly Rescan on large projects)
12  * Remove more porcelain shell dependencies:
13    `git-merge`, `git-repack`, `git-remote prune`
15  * UI for cherry-pick/revert
16  * UI for rebase -i
17  * Generational GC for 'Compress Database'
18  * Integration with git-stash
19  * Hunk splitting/selection
20  * UI for git-tag
21  * Push specific tags by name (rather than by --tags)
22  * Pull from arbitrary URL/branch pair
24 Items outstanding:
26  * Add file to .gitignore or info/excludes.
28  * Better organize fetch/push/pull console windows.
30  * Remotes editor (for .git/config format only).
32  * Show a shortlog of the last couple of commits in the main window,
33    to give the user warm fuzzy feelings that we have their data
34    saved.  Actually this may be the set of commits not yet in the
35    upstream (aka default merge branch remote repository).
37  * GUI configuration editor for options listed in
38    git.git/Documentation/config.txt.  Ideally this would parse
39    that file and generate the options dialog from the documentation
40    itself, and include the help text from the documentation as part
41    of the UI somehow.
43  * Allow user to view unreachable objects in verify database.
44    (laj - on #git).
46  * Allow user to recover an unreachable object in verify database.
47    (laj - on #git).
49  * Launch the user's editor (core.editor) for the commit message.
50    (Karl Hasselström <kha@treskal.com>)
52  * Clicking on file list header in main window shows entire patch,
53    for all files.
55  * Move/save our settings to ~/.gitgui-config and .git/gitgui-config,
56    not to the master user/repository configuration files.
58 Known bugs:
60  * Diff viewer doesn't show files in proper character encoding.
61    Blame viewer probably has the same issue.
63  * Geometry restore on resized virtual desktop is horrible; e.g.
64    if I have git-gui on my external monitor and then disconnect the
65    monitor and later restart git-gui, it opens in an unreachable
66    part of my desktop. gitk has the same wart.
68  * Restoring split pane dividers on windows larger than 440 pixels
69    doesn't work right as the geometry of the window is not processed
70    by Tk until after an update event, so the divider will refuse to
71    adjust to the desired location.