[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20111217082048.GA11790@pyrites.org.uk>
Date: Sat, 17 Dec 2011 08:20:48 +0000
From: Nick Holloway <Nick.Holloway@...ites.org.uk>
To: linux-kernel@...r.kernel.org
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Subject: Re: [GIT PULL] ext4 bugfixes for 3.2-rc5
Linus Torvalds <torvalds@...ux-foundation.org> writes:
> git cat-file commit 2240a7bb479c |
> awk '/^mergetag /,/^$/ { print }' |
> sed 's/^mergetag//' |
> sed 's/^ //'
>
> (ok, that can almost certainly be done smarter,
Forfilling your prediction that it could be smarter, here is the same
in a single sed invocation:
git cat-file commit 2240a7bb479c |
sed -rn '/^mergetag /,/^$/{s/^(mergetag)? //p}'
I don't expect anyone cares though...
--
`O O' | Nick.Holloway@...ites.org.uk
// ^ \\ | http://www.pyrites.org.uk/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists