What\'s the difference between git log -- some_file and git log --follow some_file? Their outputs look pretty similar, except maybe git log --fol
git log -- some_file
git log --follow some_file
git log --fol