Two questions:
git log -10
Would show 10 latest commits matching the revision spec (a missing spec means "all commits").
See manpage:
git help log
section Commit Limiting
Commit Limiting
-, -n , --max-count= Limit the number of commits to output.