git-gui: Refactored diff line display formatting logic.
[git-gui.git] / TODO
blobd27227c376d88a1886aa096adbf1b98363f57303
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.