Project

General

Profile

Feature #2038

Updated by Henning Blohm over 4 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/&lt;tag name&gt;</code>), 
 * or a true, makes the git component repository use the default branch (<code>refs/heads/&lt;branch name&gt;</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/&lt;branch name&gt;</code> is set explicitly using gitcr.branch or <code>origin/&lt;branch name&gt;</code>). 

 gitcr.ref.

Back