Op di 6 feb 2024 om 18:52 schreef Junio C Hamano <gitster@xxxxxxxxx>: > Maarten Bosmans <mkbosmans@xxxxxxxxx> writes: > > That is also a cool idea. That would probably use the functionality of > > the cat-file batch mode, right? > > Not really. I was hoping that "git show" that can take multiple > objects from its command line would directly be used, or with a new > option that gives a separator between these objects. OK, I need some guidance here. Should I submit a new version of the patch that addresses the comments about the code, or should I this approach of making a single `git notes show` faster altogether? In my view it is worthwhile to eliminate the extra `git show` subprocess launch (while still accounting for non-text blob notes, but not non-blob notes) and focus on batching later. Maarten