In Subversion svn log is the command to display commit log messages -- for details see the online manual at http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.log
svn log
To show all the commit of your branch(recent and old), you need to count the number of commits in the branch
commit
git rev-list --count branch_name
Once you get all the commit count, you can run
git log --name-status -countNumber /path