From 11924dc5db4bc44cb32e905700a8557124b1fd56 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 09 Jan 2012 20:49:34 -0500 Subject: [PATCH] Support for gh-pages branch serving as /pages/repo.git --- docs/04_releases.mkd | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index c142f5f..89211cc 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -33,6 +33,8 @@ **New:** *web.allowFlashCopyToClipboard = true* - JavaScript-based 3-step (click, ctrl+c, enter) *copy to clipboard* of the primary repository url in the event that you do not want to use Flash on your installation - Empty repositories now link to an *empty repository* page which gives some direction to the user for the next step in using Gitblit. This page displays the primary push/clone url of the repository and gives sample syntax for the git command-line client. (issue 31) +- automatic *gh-pages* branch serving (Jekyll is not supported) +Gitblit does not checkout your gh-pages branch to a temporary filesystem, all page and resource requests are live through the repository - Gitblit Express bundle to get started running Gitblit on RedHat's OpenShift cloud <span class="label warning">BETA</span> #### changes -- Gitblit v1.9.1