Message ID | 20241024205359.16376-1-eric.peijian@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | cat-file: add remote-object-info to batch-command | expand |
On Thu, Oct 24, 2024 at 04:53:53PM -0400, Eric Ju wrote: > Calvin Wan (5): > fetch-pack: refactor packet writing > fetch-pack: move fetch initialization > serve: advertise object-info feature > transport: add client support for object-info > cat-file: add remote-object-info to batch-command > > Eric Ju (1): > cat-file: add declaration of variable i inside its for loop Thanks. I just want to make sure that I have the right base here... this was previously based on 3857aae53f (Git 2.47-rc0, 2024-09-25), but applying the new round did not cleanly apply on top of that commit as its merge base. I applied the new round on top of the current tip of 'master', which is 6a11438f43 (The fifth batch, 2024-10-25) at the time of writing. Please let me know if that was the right choice to make ;-). Thanks, Taylor
On Fri, Oct 25, 2024 at 4:56 PM Taylor Blau <me@ttaylorr.com> wrote: > > On Thu, Oct 24, 2024 at 04:53:53PM -0400, Eric Ju wrote: > > Calvin Wan (5): > > fetch-pack: refactor packet writing > > fetch-pack: move fetch initialization > > serve: advertise object-info feature > > transport: add client support for object-info > > cat-file: add remote-object-info to batch-command > > > > Eric Ju (1): > > cat-file: add declaration of variable i inside its for loop > > Thanks. I just want to make sure that I have the right base here... this > was previously based on 3857aae53f (Git 2.47-rc0, 2024-09-25), but > applying the new round did not cleanly apply on top of that commit as > its merge base. > > I applied the new round on top of the current tip of 'master', which is > 6a11438f43 (The fifth batch, 2024-10-25) at the time of writing. > > Please let me know if that was the right choice to make ;-). > > Thanks, > Taylor Hi Taylor, I probably rebase on the wrong master tip. I am working on a new v5 now. Would you like to resend v4 or can we skip v4 and use v5? Thank you. Eric
On Sat, Oct 26, 2024 at 11:54:03PM -0400, Peijian Ju wrote: > I probably rebase on the wrong master tip. I am working on a new v5 now. > Would you like to resend v4 or can we skip v4 and use v5? Let's skip resending this round since I found a suitable base for it. Once you send v5, I can apply it onto any base that you specify as appropriate. Thanks, Taylor