git-gui: Rename difffont/mainfont variables.
[git-gui.git] / TODO
blobbb40a13bee4ccc819a0de734b4663ba6250e6f85
1 Items outstanding:
3  * Checkout $PARENT version to working directory, overwriting current
4    version.  ($PARENT is HEAD, except when amending).
6  * Update index with $PARENT version but leave working directory
7    alone.
9  * Add all new files in one shot (e.g. "git add .").
11  * Add file to .gitignore or info/excludes.
13  * Make initial commits work (currently it crashes the UI).
15  * Populate the pull menu with local branches.
17  * Make use of the new default merge data stored in repo-config.
19  * Indicate what the current branch is.
21  * Checkout or create a different local branch.
23  * Delete a local branch.
25  * Allow user to define keyboard shortcuts for frequently used fetch
26    or merge operations.  Or maybe just define a keyboard shortcut
27    for default fetch/default merge of current branch is enough;
28    but I do know a few users who merge a couple of common branches
29    also into the same branch so one default isn't quite enough.
31  * Better organize fetch/push/pull console windows.
33  * Clone UI (to download a new repository).
35  * Remotes editor (for .git/config format only).
37  * Show a shortlog of the last couple of commits in the main window,
38    to give the user warm fuzzy feelings that we have their data
39    saved.