From: Fred T. Hamster Date: Sat, 24 May 2014 14:19:15 +0000 (-0400) Subject: squashing more of the crs so we don't have long lists in rev_checkin. X-Git-Tag: 2.140.90~787 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=b0dc4fac8584aa6c39224145a67be257a7f3c3cc squashing more of the crs so we don't have long lists in rev_checkin. --- 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