X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fversion_control.sh;h=250812e24b380a5dc578e6872c0300dc51e7d600;hb=b7e7550f69bdb2e89d1640cdcc48d17b85520d05;hp=8314be5e79d0cf821dbdff8eab7cc09243700fb3;hpb=353fe4c43fb44e59e07658cbd66311c70d9b9f3e;p=feisty_meow.git diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 8314be5e..250812e2 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -191,7 +191,7 @@ function squash_first_few_crs() i=0 while read line; do i=$((i+1)) - if [ $i -le 3 ]; then + if [ $i -le 5 ]; then echo -n "$line " else echo $line