diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-05-11 09:36:29 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-05-11 09:36:29 -1000 |
commit | e6c067de16888102cc4ced4fae9fcd2ffbc98ef9 (patch) | |
tree | edbb707db4252dae0297e00d99536c3be283b21d | |
parent | 17233e4ef8a6f672b84a5ac786dc90a8e4a530a1 (diff) | |
download | patchfoo-e6c067de16888102cc4ced4fae9fcd2ffbc98ef9.tar.gz patchfoo-e6c067de16888102cc4ced4fae9fcd2ffbc98ef9.zip |
Indicate fork root, Patchwork-style
-rw-r--r-- | lib/serve.js | 1 |
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 |