Re: excerpts from tomorrow's "What's cooking" draft
From: Sverre Rabbelier <hidden>
Date: 2016-06-15 22:47:42
Heya, On Wed, Nov 11, 2009 at 10:34, Junio C Hamano [off-list ref] wrote:
* sr/gfi-options (2009-09-06) 6 commits. - fast-import: test the new option command - ... - fast-import: put option parsing code in separate functions It seemed to be moving again soon, but nothing has happened yet...
I ran out of git time due to the start of my uni's next quarter, this is next on my to-do list though, as my remote helper depends on it.
* sr/vcs-helper (2009-11-06) 12 commits - Add Python support library for remote helpers - ... - Fix memory leak in helper method for disconnect Re-rolled series that contains Daniel's and Johan's. Any comments? Is everybody happy?
Daniel, are you going to send a follow-up to the memory-leaking patch? If not, this needs to stay out of next until I have time to do so. My gitdir patch might need to be evicted as it is connected to sr/gfi-options which is not yet done. Also, we need to update the documentation, but I think we can at least start cooking it in next without these documentation updates?
* ks/precompute-completion (2009-10-26) 3 commits. (merged to 'next' on 2009-10-28 at cd5177f) + completion: ignore custom merge strategies when pre-generating (merged to 'next' on 2009-10-22 at f46a28a) + bug: precomputed completion includes scripts sources (merged to 'next' on 2009-10-14 at adf722a) + Speedup bash completion loading What's the status of this thing? Last time I polled the list I had an impression that it was not quite ready...
Does the current version require me to 'cd contrib/completion && make' each time we update completion? If so, that's a (very annoying) regression that needs to be fixed before it's merged to master IMHO. -- Cheers, Sverre Rabbelier