GSoC Week 4 & 5 Coding Period
—“A dios rogando y con el mazo dando” The first part of the project which consisted of finishing what Eric Ju started, adding remote-object-info to --batch-command on git cat-file. We started with a v11 and we are at a v15 currently, where things are actually working. It’s close to midterm so let’s do a quick summary of how this first part works: What does remote-object-info do? Sometimes you want to know metadata about an object but you do not like having to download them. The server support for object-info was already merged in 2021 with the object-info capability in v2 protocol but there is no client-side implementation currently. ...