aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2019-05-11 09:36:29 -1000
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2019-05-11 09:36:29 -1000
commite6c067de16888102cc4ced4fae9fcd2ffbc98ef9 (patch)
treeedbb707db4252dae0297e00d99536c3be283b21d /lib
parent17233e4ef8a6f672b84a5ac786dc90a8e4a530a1 (diff)
downloadpatchfoo-e6c067de16888102cc4ced4fae9fcd2ffbc98ef9.tar.gz
patchfoo-e6c067de16888102cc4ced4fae9fcd2ffbc98ef9.zip
Indicate fork root, Patchwork-style
Diffstat (limited to 'lib')
-rw-r--r--lib/serve.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/serve.js b/lib/serve.js
index ed8b20d..d550e0f 100644
--- a/lib/serve.js
+++ b/lib/serve.js
@@ -3835,6 +3835,7 @@ Serve.prototype.composer = function (opts, cb) {
}
if (data.fork_thread) {
content.root = opts.post || undefined
+ content.fork = opts.root || undefined
content.branch = u.fromArray(opts.postBranches) || undefined
} else {
content.root = opts.root || undefined