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