Hi so I think pretty format
doesn't work with -L<start>,<end>:<file>
If my git command is only
git log --pretty=format:"%H\t%an\%s" --author=author_name file
then all is well. But if I add
git log --pretty=format:"%H\t%an\%s" --author=author_name -L100,200:file
then I get the git diff
for those lines but without the pretty formatting.
Any knows of any work around? I need simple format that I can control. Thanks!