towel day program was not limiting commits as stated in message
This commit is contained in:
parent
6c48647c15
commit
bebc67eba3
|
@ -73,8 +73,8 @@ then
|
||||||
git clone $REPO_BASE/gitolite-admin.git $TEMPDIR
|
git clone $REPO_BASE/gitolite-admin.git $TEMPDIR
|
||||||
cd $TEMPDIR
|
cd $TEMPDIR
|
||||||
|
|
||||||
echo printing the previous 9 commits to the config; echo
|
echo printing the last 9 commits to the config; echo
|
||||||
git log --date=relative --format="%h %ar%x09%s" | perl -pe 'print "$.\t"'
|
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
|
echo; read -p 'please enter how many commits you want to rewind: ' n
|
||||||
good=`git rev-parse --short HEAD~$n`
|
good=`git rev-parse --short HEAD~$n`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue