made RSS title and description configurable
[git/dscho.git] / source-1234140696.txt
blob87ec3110b7670fa12f5451a9c5f917957acaeaca
1 ''rebase'' updates
3 Phew.  The last few days, I was mainly chasing bugs I introduced due to being
4 too tired to work on the merge-preserving, interactive ''rebase''.
6 But finally I have something I can start working with.  After my failed
7 experiment to use git-blame to split topic branches, I will sort the commits
8 in my ''my-next'' branch into topic branches manually.
10 Then I will add an option to ''rebase -i -p'' to rewrite refs which point to
11 rewritten commits, so that I can have branches ''rebase-i-p'', ''add-e'', etc
12 and all of them are automatically updated when I ''rebase -i -p'' the ''my-next''
13 branch.
15 In the process, not only have I learnt the value of the ''bookmark'' command,
16 but made quite a few-much needed cleanups (which make
17 ''git-rebase--interactive.sh'' longer, but much more understandable).
19 Hopefully Stephan will pick the changes in the "rebase protocol" up, and then
20 we can have a sequencer with which I can start to make a graphical interactive
21 rebase using git-gui.  Or gitk.
23 Maybe.