ZooRoyal / coding-standard

This Repository contains the necessary files for testing code against our coding standard.
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Split of branch guessing from environment #163

Closed rdss-sknott closed 2 years ago

rdss-sknott commented 2 years ago

This change splits a git operation of the Environement class, as preparatory work to move functionality.

The function Environment::guessParentBranchAsCommitHash and its subordinates are moved to its own class ParentBranchGuesser

This is related to #159.