On 4/3/13 12:31 PM, rjohnston@xxxxxxx wrote: > There are duplicate blank lines, comment hash and lines > containing duplicate seqres= declarations, remove them. > > Signed-off-by: Rich Johnston <rjohnston@xxxxxxx> > > --- > tests/btrfs/254 | 3 --- > tests/btrfs/264 | 4 ---- > tests/btrfs/265 | 3 --- > tests/btrfs/276 | 3 --- > tests/btrfs/284 | 3 --- nothing but dup line removal: $ egrep "^[-+][a-z]" bigpatch | sort | uniq -seqres=$RESULT_DIR/$seq and every file still has one left: $ for FILE in `guilt files`; do grep -c "seqres=$RESULT_DIR" $FILE; done | sort | uniq 1 Looks good to me! :) Reviewed-by: Eric Sandeen <sandeen@xxxxxxxxxx> Thanks, -Eric _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs