]> source.dussan.org Git - gitblit.git/commitdiff
Added protect-refs.groovy to the GO and WAR builds
authorJames Moger <james.moger@gitblit.com>
Tue, 20 Mar 2012 23:45:20 +0000 (19:45 -0400)
committerJames Moger <james.moger@gitblit.com>
Tue, 20 Mar 2012 23:45:20 +0000 (19:45 -0400)
build.xml
docs/04_releases.mkd

index 688f25522afb9e45922c376f63b984a371b2bb08..4f73222bcf6675f9dbbb8720a2f5f009020eb9c7 100644 (file)
--- a/build.xml
+++ b/build.xml
                        <fileset dir="${basedir}/groovy">\r
                                <include name="sendmail.groovy" />\r
                                <include name="jenkins.groovy" />\r
+                               <include name="protect-refs.groovy" />\r
                        </fileset>\r
                </copy>\r
        \r
                        <fileset dir="${basedir}/groovy">\r
                                <include name="sendmail.groovy" />\r
                                <include name="jenkins.groovy" />\r
+                               <include name="protect-refs.groovy" />\r
                        </fileset>\r
                </copy>\r
 \r
                        <fileset dir="${basedir}/groovy">\r
                                <include name="sendmail.groovy" />\r
                                <include name="jenkins.groovy" />\r
+                               <include name="protect-refs.groovy" />\r
                        </fileset>\r
                </copy>\r
                                        \r
index 90500d5f72ac5eea7d179f4ae91b5adb7b5cb2e9..5b54aaad330c3d5ac800f609a87f3975b03eb61d 100644 (file)
@@ -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)\r
 - New setting to prevent display/serving non-bare repositories  \r
     **New:** *git.onlyAccessBareRepositories = false*\r
-- Allow relinking HEAD to a branch or a tag (Github/plm)\r
+- Added *protect-refs.groovy* (Github/plm) \r
+- Allow setting default branch (relinking HEAD) to a branch or a tag (Github/plm)\r
 \r
 #### fixes \r
 \r
 - Ensure that Welcome message is parsed using UTF-8 encoding (issue 74) \r
-- Activity page graph layout broken by Google (issue 73)\r
+- Activity page chart layout broken by Google (issue 73)\r
 - Uppercase repositories not selectable in edit palettes (issue 71)\r
 - Not all git notes were properly displayed on the commit page (issue 70)\r
 - Activity page now displays all local branches (issue 65)\r