11 Dec
2013
11 Dec
'13
4:45 a.m.
Date: Tue, 10 Dec 2013 12:11:25 +0400 From: antoshkka@gmail.com To: boost@lists.boost.org Subject: Re: [boost] [git] The any library does not pull cleanly because of a forced update on develop and master.
Was unmerging old svn branches from develop branch and hiding them under branches/refs/hidden, like it was advised in "[boost] [git] Mess with branches"
I believe I read that thread and it didn't mention changing history that I noticed. Deleting branches is 'git branch -D' and hiding a branch is 'git push origin <branch>:refs/hidden/<branch>', neither of which change history.