diff options
author | James Moger <james.moger@gitblit.com> | 2012-03-20 19:45:20 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-03-20 19:45:20 -0400 |
commit | 58a1e415ff0cda6884cf004766b603e3763b0ac0 (patch) | |
tree | da19f72e1ed0660df30f604aa1164ac96427b94d | |
parent | aebae04b6d44d90434f5829c2b2242b1aa1f9f7b (diff) | |
download | gitblit-58a1e415ff0cda6884cf004766b603e3763b0ac0.tar.gz gitblit-58a1e415ff0cda6884cf004766b603e3763b0ac0.zip |
Added protect-refs.groovy to the GO and WAR builds
-rw-r--r-- | build.xml | 3 | ||||
-rw-r--r-- | docs/04_releases.mkd | 5 |
2 files changed, 6 insertions, 2 deletions
@@ -203,6 +203,7 @@ <fileset dir="${basedir}/groovy">
<include name="sendmail.groovy" />
<include name="jenkins.groovy" />
+ <include name="protect-refs.groovy" />
</fileset>
</copy>
@@ -370,6 +371,7 @@ <fileset dir="${basedir}/groovy">
<include name="sendmail.groovy" />
<include name="jenkins.groovy" />
+ <include name="protect-refs.groovy" />
</fileset>
</copy>
@@ -504,6 +506,7 @@ <fileset dir="${basedir}/groovy">
<include name="sendmail.groovy" />
<include name="jenkins.groovy" />
+ <include name="protect-refs.groovy" />
</fileset>
</copy>
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 90500d5f..5b54aaad 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -29,12 +29,13 @@ Push requests to these repositories will be rejected. - On all non-bare Repository pages show *WORKING COPY* in the upper right corner (issue 49)
- New setting to prevent display/serving non-bare repositories
**New:** *git.onlyAccessBareRepositories = false*
-- Allow relinking HEAD to a branch or a tag (Github/plm)
+- Added *protect-refs.groovy* (Github/plm)
+- Allow setting default branch (relinking HEAD) to a branch or a tag (Github/plm)
#### fixes
- Ensure that Welcome message is parsed using UTF-8 encoding (issue 74)
-- Activity page graph layout broken by Google (issue 73)
+- Activity page chart layout broken by Google (issue 73)
- Uppercase repositories not selectable in edit palettes (issue 71)
- Not all git notes were properly displayed on the commit page (issue 70)
- Activity page now displays all local branches (issue 65)
|