This command worked nicely for me. I was interesting in seeing only the names of the files that changed in the delta of commits between a beginning and an ending ref,
 git log --no-merges --pretty=oneline --name-only ..
which gives output like this,
 
foo.txtr
bar.txt