In my previous PR #99, I added an option to deal with unwanted merge commits. However, I was wondering why to include those merge commits at all? Wouldn't it make sense to by default exclude merge commits and deduct the date on the commits which actually add content? I'd propose to remove the -m option in the git log command by default and only add it as optional (with or without the --first-parent option). If you agree @mgeier I'll open a new PR.
In my previous PR #99, I added an option to deal with unwanted merge commits. However, I was wondering why to include those merge commits at all? Wouldn't it make sense to by default exclude merge commits and deduct the date on the commits which actually add content? I'd propose to remove the
-moption in thegit logcommand by default and only add it as optional (with or without the--first-parentoption). If you agree @mgeier I'll open a new PR.