summaryrefslogtreecommitdiffstats
path: root/src/etc/phpshellsessions/gitsync
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/phpshellsessions/gitsync')
-rw-r--r--src/etc/phpshellsessions/gitsync3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/etc/phpshellsessions/gitsync b/src/etc/phpshellsessions/gitsync
index b6d59fa..76e6e90 100644
--- a/src/etc/phpshellsessions/gitsync
+++ b/src/etc/phpshellsessions/gitsync
@@ -21,7 +21,8 @@ $GITSYNC_MERGE = "/root/.gitsync_merge";
/* NOTE: Set branches here */
$branches = array(
"master" => "2.3 development branch",
- "build_commit" => "The commit originally used to build the image"
+ "build_commit" => "The commit originally used to build the image",
+ "bootstrap" => "Bootstrap branch"
);
global $g;
OpenPOWER on IntegriCloud