From 119a1e30a88f0695aa526697faff866c9f162c04 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Fri, 14 Aug 2015 21:39:14 -0700 Subject: [PATCH] t/summary/bundles: create TopGit-controlled branch --- .topdeps | 1 + .topmsg | 20 +++++++------------- 2 files changed, 8 insertions(+), 13 deletions(-) rewrite .topmsg (99%) diff --git a/.topdeps b/.topdeps index e69de29bb2..d7025695e2 100644 --- a/.topdeps +++ b/.topdeps @@ -0,0 +1 @@ +release diff --git a/.topmsg b/.topmsg dissimilarity index 99% index 814aa0f018..d8f6b90d45 100644 --- a/.topmsg +++ b/.topmsg @@ -1,13 +1,7 @@ -Subject: [RELEASE] base release branch for girocco - -This represents the base release upon which the current -girocco changes are based. - -Running git describe refs/top-bases/release should always -yield an official signed release tag. - -To update girocco to be based off a new release vX.X.X, -one should run this sequence: - - git update-ref refs/top-bases/release vX.X.X^{commit} - tg update girocco +Subject: [PATCH] gitweb: support optional display of bundle info + +If a repository contains a 'bundles' subdirectory and the new +gitweb configuration option $git_base_bundles_url is set then +the summary page will show a 'bundle info' link. + +Signed-off-by: Kyle J. McKay -- 2.11.4.GIT