Hi Junio,
On 2015-08-06 00:55, Junio C Hamano wrote:
* sb/submodule-helper (2015-08-05) 1 commit
- submodule: implement `module_list` as a builtin helper
The beginning of "git submodule" rewritten in C.
I am really looking forward to that, with my Windows performance hat firmly on my head.
* tb/complete-rebase-i-edit-todo (2015-08-05) 1 commit
- completion: offer '--edit-todo' during interactive rebase
Comments?
The problem fixed by this one has bugged me plenty of times. I often need to edit the TODO e.g. when I managed to get the reordering wrong and want to insert a `pick <commit>` later in the `git-rebase-todo` and then call `git rebase --skip`.
Read: I am very much in favor of fast-tracking this topic.
Thanks,
Dscho