towel day program was not limiting commits as stated in message

This commit is contained in:
Sitaram Chamarty 2010-09-03 08:51:58 +05:30
parent 6c48647c15
commit bebc67eba3

View file

@ -73,8 +73,8 @@ then
git clone $REPO_BASE/gitolite-admin.git $TEMPDIR
cd $TEMPDIR
echo printing the previous 9 commits to the config; echo
git log --date=relative --format="%h %ar%x09%s" | perl -pe 'print "$.\t"'
echo printing the last 9 commits to the config; echo
git log -9 --date=relative --format="%h %ar%x09%s" | perl -pe 'print "$.\t"'
echo; read -p 'please enter how many commits you want to rewind: ' n
good=`git rev-parse --short HEAD~$n`