On Mon, Sep 17, 2012 at 10:23 PM, Andrew Wong [off-list ref] wrote:
On 09/18/12 00:58, Martin von Zweigbergk wrote:
quoted
On Mon, Sep 17, 2012 at 6:28 PM, Andrew Wong [off-list ref] wrote:
quoted
+ test M = $(git cat-file commit HEAD^ | sed -ne \$p) &&
+ test L = $(git cat-file commit HEAD | sed -ne \$p)
I couldn't find "$" (match last line) in the POSIX man page for sed.
Besides, I think $(git show -s --format=%s HEAD) reads better.
It's under "Addresses in sed":
... a '$' character that addresses the last line of input ...
Ah, I just didn't look hard enough; sorry. Good to know.
FWIW, Acked-by: Martin von Zweigbergk [off-list ref]