<br><br><div class="gmail_quote">On Sat, Nov 12, 2011 at 9:13 AM, Cristian OneČ› <span dir="ltr"><<a href="mailto:onet.cristian@gmail.com">onet.cristian@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Saturday 12 November 2011 09:12:22 you wrote:<br>
> Tags in git are only a reference to a certain commit. Deleting the branch<br>
> means losing those commits, so you effectively lose the tags.<br>
<br>
</div>Aren't also branches just references to certain commits? I believe that<br>
deleting the branch means deleting the reference and keeping the commit.<br>
<div class="im"><br></div></blockquote><div><br>There are commits in those branches that are only present there. For example, most commits to the stable branch in SVN had the same code change as the HEAD, but the commit message was different. So, in fact, those are different commits for SVN and git.<br>
<br>So, if you remove those commits, you lose track of most stable-branch commits. <br></div><br></div>