]> source.dussan.org Git - gitblit.git/commit
Allow administrative modification of the default branch/tag referenced by HEAD.
authorPhilip L. McMahon <philip.l.mcmahon@gmail.com>
Fri, 27 Jan 2012 05:20:21 +0000 (21:20 -0800)
committerPhilip L. McMahon <philip.l.mcmahon@gmail.com>
Fri, 27 Jan 2012 05:20:21 +0000 (21:20 -0800)
commit9129381d7a55c0dfae625b2b07fe1e04409df6a3
treea1279af4c506f0e7b89b2e5666f5b1e9ff21dabe
parentae0b135ecdbc0e85ba2d612356f4493f2f97bd7a
Allow administrative modification of the default branch/tag referenced by HEAD.

This allows control over the default branch after clone, which is equivalent to running:
  git symbolic-ref HEAD refs/heads/mybranch
src/com/gitblit/GitBlit.java
src/com/gitblit/models/RepositoryModel.java
src/com/gitblit/utils/JGitUtils.java
src/com/gitblit/wicket/GitBlitWebApp.properties
src/com/gitblit/wicket/pages/EditRepositoryPage.html
src/com/gitblit/wicket/pages/EditRepositoryPage.java