Feature: All the parents of merge commit's are parsed for their Git commit messages. Scenario Outline: Given the repository "" is cloned and checked out at the commit "". When the argument --from-commit-hash is provided as "". And the argument --from-version is provided as "". Then the returned version should be "". When the argument --git-history-mode is provided as "AllParents". Then the returned version should be "". Examples: | repository | checkout_commit | from_commit_hash | from_version | default_expected_version | all_parents_expected_version | | https://github.com/dcyou/resume.git | 9015044aba82dbe8aa0119bffd7ea73cad171dd0 | fe14480df04f76e6434d45c762ab087df41b8473 | 1.2.2 | 1.3.1 | 1.3.30 |