From: Stephen Rothwell Date: Tue, 20 Jan 2009 00:16:48 +0000 (+1100) Subject: Add more to the summary X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=25dfc0b28eab605432dd38f42462a70fe9b49b65;p=next-scripts Add more to the summary --- diff --git a/make_summ b/make_summ index 43df0b4..28e3408 100755 --- a/make_summ +++ b/make_summ @@ -1,5 +1,5 @@ #!/bin/bash -egrep '(git (cherry|rm|reset|checkout|quiltimport))|Merging|Applying|CONFLICT|Revert' merge.log | grep -v 'reset HEAD\^' >summ +egrep '(git (cherry|rm|reset|checkout|quiltimport))|Merging|Applying|CONFLICT|Revert|Created commit' merge.log | egrep -v '(reset HEAD\^|^Created commit [0-9a-f]*: Merge (branch|commit))' >summ exit 0