git-gui: Set a proper title on our revert confirm dialog box.
[git-gui.git] / TODO
blobb8fa8079382453d99cd73a0626726ae552039181
1 Items outstanding:
3  * Checkout $PARENT version to working directory, overwriting current
4    version.  ($PARENT is HEAD, except when amending).
6  * Add file to .gitignore or info/excludes.
8  * Populate the pull menu with local branches.
10  * Make use of the new default merge data stored in repo-config.
12  * Indicate what the current branch is.
14  * Checkout or create a different local branch.
16  * Delete a local branch.
18  * Allow user to define keyboard shortcuts for frequently used fetch
19    or merge operations.  Or maybe just define a keyboard shortcut
20    for default fetch/default merge of current branch is enough;
21    but I do know a few users who merge a couple of common branches
22    also into the same branch so one default isn't quite enough.
24  * Better organize fetch/push/pull console windows.
26  * Clone UI (to download a new repository).
28  * Remotes editor (for .git/config format only).
30  * Show a shortlog of the last couple of commits in the main window,
31    to give the user warm fuzzy feelings that we have their data
32    saved.  Actually this may be the set of commits not yet in
33    the upstream (aka default merge branch remote repository).
35  * GUI configuration editor for options listed in
36    git.git/Documentation/config.txt.  Ideally this would
37    parse that file and generate the options dialog from
38    the documentation itself, and include the help text
39    from the documentation as part of the UI somehow.