diff options
author | Kim Altintop <kim@eagain.io> | 2023-08-08 09:39:33 +0200 |
---|---|---|
committer | Kim Altintop <kim@eagain.io> | 2023-08-08 09:39:33 +0200 |
commit | 76068a1c7d36683305a78e8b81174e6e14907a3a (patch) | |
tree | 19a6b9ec1182a8daaf8b7fb166efeab7fb53e31b | |
parent | 475a6cc46568911a7618f95999de06525a2c8ca3 (diff) |
-rw-r--r-- | Documentation/spec.adoc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/spec.adoc b/Documentation/spec.adoc index c9b9bc6..63720d9 100644 --- a/Documentation/spec.adoc +++ b/Documentation/spec.adoc @@ -402,9 +402,9 @@ apart from causal ordering, is defined by its contents, which makes the format amenable for future extensions. In that sense, _it_ aspirationally uses the term "`patch`" in the generalised -way described by theoretical work such as <<Darcs>>, <<CaPT>>, and <<HoPT>>. -When describing the more mundane processing procedures, the term "`patch -bundle`" is also used, alluding to the container format. +way described by theoretical work such as <<Darcs>>, <<Pijul>>, <<CaPT>>, and +<<HoPT>>. When describing the more mundane processing procedures, the term +"`patch bundle`" is also used, alluding to the container format. === Bundles @@ -1387,6 +1387,7 @@ source code are licensed under either the <<Apache-2,Apache License 2.0>> or the // Patch Theory * [[[Darcs]]]: https://en.wikibooks.org/wiki/Understanding_Darcs/Patch_theory +* [[[Pijul]]]: https://pijul.org/manual/theory.html * [[[CaPT]]]: https://arxiv.org/abs/1311.3903 * [[[HoPT]]]: https://www.cambridge.org/core/journals/journal-of-functional-programming/article/homotopical-patch-theory/42AD8BB8A91688BCAC16FD4D6A2C3FE7 |