Feature #2038
Updated by Henning Blohm almost 5 years ago
h2. Acceptance Criteria * *gitcr.ref* can be There is a new boolean gitcr.useDefaultBranch property that, when set to a tag (<code>refs/tags/<tag name></code>), * or a true, makes the git component repository use the default branch (<code>refs/heads/<branch name></code>) or * HEAD for of the default branch. * For compatibility, it can also be configured repository, unless a remote tracking branch (<code>refs/remotes/origin/<branch name></code> is set explicitly using gitcr.branch or <code>origin/<branch name></code>). gitcr.ref.