<html>#2605: Shallow git checkout in GetComponents hide existence of other branches
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td></td></tr>
<tr><td style='text-align:right'>   Status:</td><td>new</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td>development version</td></tr>
<tr><td style='text-align:right'>     Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>major</td></tr>
<tr><td style='text-align:right'>Component:</td><td></td></tr>
</table>

<p>Using shallow checkouts in GetComponents does not only not download commits other than the most recent one but it also hides the existence of branches other than the current one.</p>
<p>That is even</p>
<div class="codehilite"><pre><span></span><span>git branch -a</span>
</pre></div>


<p>only reports <code>master</code> and <code>remotes/origin/master</code>.</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2605/shallow-git-checkout-in-getcomponents-hide'>https://bitbucket.org/einsteintoolkit/tickets/issues/2605/shallow-git-checkout-in-getcomponents-hide</a></p>
</html>