On Thu, Dec 14, 2017 at 10:16:15PM +0000, Joseph Myers wrote: > There's a policy question we'll need to figure out for after the > conversion of whether we want to have a branch namespace where people can > push branches that can be deleted and rebased (while branches outside that > namespace can't be deleted / rebased). (Where a git rebase of course is > different from an SVN rebase in that the history becomes liable to be > garbage-collected.)
My vote is to allow rebases/deletes in a users/ namespace (and not elsewhere). Segher