]> git.ozlabs.org Git - next-scripts/blob - make_summ
dump some more things fom the summary
[next-scripts] / make_summ
1 #!/bin/bash
2
3 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)|mark the corrected paths|HEAD is now at)' >summ
4
5 exit 0