Thread (1 message) 1 message, 1 author, 2022-03-09

Re: [PATCH v3 07/12] list-objects: handle NULL function pointers

From: Junio C Hamano <hidden>
Date: 2022-03-09 18:32:44

Ævar Arnfjörð Bjarmason [off-list ref] writes:
I suspect what's wanted here is "print all stuff before the "\n\n"
header/PACK delimiter, which is better done with "sed" like this:

	sed -n -e '/^$/q' -e 'p'
I see.  Or just "sed -e '/^$/q'" would also be fine (i.e. "print
everything up to, including the first blank line") for comparison
purposes and may be simpler.

Thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help