Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-gui: Update todo list with finished and new items.
author
Shawn O. Pearce
<spearce@spearce.org>
Sun, 21 Jan 2007 22:26:22 +0000
(17:26 -0500)
committer
Shawn O. Pearce
<spearce@spearce.org>
Mon, 22 Jan 2007 03:47:59 +0000
(22:47 -0500)
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
TODO
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
9c10dea
)
diff --git
a/TODO
b/TODO
index ef4f50b304d0f23b23b246e9541ae0c32d16ab2f..b95a1373228323122553efaa8a2b3b745be2dcd0 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-6,9
+6,11
@@
Items outstanding:
* Make use of the new default merge data stored in repo-config.
* Make use of the new default merge data stored in repo-config.
- * Checkout
or create
a different local branch.
+ * Checkout a different local branch.
- * Delete a local branch.
+ * Push any local branch to a remote branch.
+
+ * Merge any local branches through a real merge UI.
* Allow user to define keyboard shortcuts for frequently used fetch
or merge operations. Or maybe just define a keyboard shortcut
* Allow user to define keyboard shortcuts for frequently used fetch
or merge operations. Or maybe just define a keyboard shortcut
@@
-40,10
+42,3
@@
Known bugs:
process is just terminating due to a segfault or something,
as the do_quit proc in git-gui doesn't run. It often seems to
occur while writing a commit message in the buffer. Odd.
process is just terminating due to a segfault or something,
as the do_quit proc in git-gui doesn't run. It often seems to
occur while writing a commit message in the buffer. Odd.
-
- * At one point after using git-gui for a while to make many commits
- to a repository I reverted one file through git-gui and another
- manually in my editor; during commit git-gui crashed with an
- error about the icon name it was trying to update no longer
- existed in the widget. I suspect something didn't update right
- in file_states...