To get a changes history between commits just use:

git log --pretty=oneline hash0...hash1 --no-merges --format=%s

where hash0 and hash1 - hashes of commits.