made RSS title and description configurable
[git/dscho.git] / source-1236554268.txt
bloba3dfccab3515eb1f91b05014a28e055c2c2ac33f
1 So, what is missing from my ''rebase-i-p'' branch?
3 I regularly use ''rebase -i -p'' these days, to update my personal Git
4 tree (which used to be ''my-next'').
6 There are a few things missing before I can start assembling a patch
7 series for submission:
9 <ul>
10 <li>I need to handle the commit parents which are outside of the rebased
11 ones properly.  In other words, when a commit is picked whose parent is
12 not rebased, it needs to be rebased onto $ONTO.
13 <li>The patch which uses patch-id to generate DROPPED directly also tries to
14 consolidate the handling of DROPPED commits by putting them into REWRITTEN
15 instead of DROPPED, but that breaks the tests.  So, this patch needs to be
16 split.
17 <li>I want to introduce one more command, ''rephrase'', which allows you to
18 modify the commit message, and nothing more, and ''halt'', which does the
19 same as ''edit'' without ''pick''.  Then there needs to be a new test script
20 for those commands, and this will be an early patch series.
21 <li>Time.  I need time, desperately.  If my day job was not as exciting as it
22 is, I would have more time for Git.  As it is, I have to budget my time so
23 that I get anything done at all.
24 </ul>
26 These issues have been postponed due to Steffen taking a well-deserved
27 vacation, which means that I have to act as msysGit maintainer again.
29 And this coming week, I will have other things to do in all likeliness, so
30 that I expect to be able to submit a ''rebase -i -p'' patch series only next
31 week.  If not then, due to a heavy workload, it will be postponed to early
32 April.
34 Oh well, the joys of being excited by several competing projects! :-)