- git -C r1 verify-pack -v ../all.pack \
- | grep -E "commit|tree" \
- | awk -f print_1.awk \
- | sort >expected &&
- git -C r1 verify-pack -v ../filter.pack \
- | grep -E "commit|tree" \
- | awk -f print_1.awk \
- | sort >observed &&
+ git -C r1 verify-pack -v ../all.pack |
+ grep -E "commit|tree" |
+ awk -f print_1.awk |
+ sort >expected &&
+
+ git -C r1 verify-pack -v ../filter.pack |
+ grep -E "commit|tree" |
+ awk -f print_1.awk |
+ sort >observed &&
+