Message ID | 20190514184754.3196-1-dstolee@microsoft.com (mailing list archive) |
---|---|
Headers | show |
Series | Create 'expire' and 'repack' verbs for git-multi-pack-index | expand |
On 5/14/2019 2:47 PM, Derrick Stolee wrote: > Updates in V6: > > I rebased onto ds/midx-too-many-packs. Thanks, Junio for taking that > change first. There were several subtle things that needed to change to > put this change on top: > > * We need a repository struct everywhere since we add pack-files to the > packed_git list now. > > * A FREE_AND_NULL() was dropped after closing a pack because the pack > is still in the packed_git list after opening. > > * I noticed some whitespace problems. > > I also expect GMail to munge my added "From:" tags, so it will look > like the author is "stolee@gmail.com" instead of > "dstolee@microsoft.com". Sorry for the continued inconvenience here. Junio: thank you for taking ds/midx-too-many-packs into v2.22.0. That was a helpful bugfix. However, this series was dropped from the cooking emails, and never included this v6. Now that the release is complete, could this be reconsidered? Thanks, -Stolee
Derrick Stolee <stolee@gmail.com> writes: > On 5/14/2019 2:47 PM, Derrick Stolee wrote: >> Updates in V6: >> >> I rebased onto ds/midx-too-many-packs. Thanks, Junio for taking that >> change first. There were several subtle things that needed to change to >> put this change on top: >> ... > However, this series was dropped from the cooking emails, and never > included this v6. Now that the release is complete, could this be > reconsidered? "reconsider" is a bit strong word, as (at least as far as I recall) it was never "rejected" as an unwanted topic, but was merely postponed to give way to other topics in flight. Thanks for keeping an eye on it and finding the right moment to raising it again. I could go back to the list archive and dig it up, but because it has been a while since it was posted, it may not be a bad idea to send it for a review, after making sure it cleanly applies to 'master', to make it one of the early topics to go 'next' during this cycle, I would think. Thanks.
On 6/10/2019 1:31 PM, Junio C Hamano wrote: > Derrick Stolee <stolee@gmail.com> writes: > >> On 5/14/2019 2:47 PM, Derrick Stolee wrote: >>> Updates in V6: >>> >>> I rebased onto ds/midx-too-many-packs. Thanks, Junio for taking that >>> change first. There were several subtle things that needed to change to >>> put this change on top: >>> ... >> However, this series was dropped from the cooking emails, and never >> included this v6. Now that the release is complete, could this be >> reconsidered? > > "reconsider" is a bit strong word, as (at least as far as I recall) > it was never "rejected" as an unwanted topic, but was merely > postponed to give way to other topics in flight. Thanks for keeping > an eye on it and finding the right moment to raising it again. > > I could go back to the list archive and dig it up, but because it > has been a while since it was posted, it may not be a bad idea to > send it for a review, after making sure it cleanly applies to > 'master', to make it one of the early topics to go 'next' during > this cycle, I would think. Sure, I'll create a brand new thread and point to this thread for history. Thanks, -Stolee