From 06e3779371dc88948507363e746c0005cff7916f Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 18 Nov 2008 08:04:33 +0100 Subject: [PATCH] fix TG_BRANCHES variable name in README.source Signed-off-by: martin f. krafft --- debian/README.source | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/README.source b/debian/README.source index e3bd9a8..7ae068f 100644 --- a/debian/README.source +++ b/debian/README.source @@ -74,11 +74,12 @@ the top of debian/rules: This will provide the tg-export target, which will create a quilt series of all TopGit branches in the current repository. -You can also set the variable TG_BRANCHES to a space- or comma-separated list -(but not comma and space) of feature branches to export, e.g.: +You can also set the variable TG_BRANCHES before the inclusion to a space- or +comma-separated list (but not comma and space) of feature branches to export, +e.g.: - TG_BRANCH := branch1,branch2 - TG_BRANCH := 'branch3 branch4 branch 5' + TG_BRANCHES := branch1,branch2 + TG_BRANCHES := 'branch3 branch4 branch 5' (The TopGit package actually uses the local version of the file) -- 2.30.2