diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-11 12:15:00 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-03 11:20:29 +0100 |
commit | f801e621f4fae56ad00f69f804cafd21e84a9e14 (patch) | |
tree | f2a557910d04c98bf6d34edc7b50a9a39aad10c4 | |
parent | 2715e3733faa20327825213713a0daec60d04110 (diff) | |
download | justbuild-f801e621f4fae56ad00f69f804cafd21e84a9e14.tar.gz |
repository-config(5): document the possibility of absent roots
(cherry-picked form 784221e3b60e5fbead035ad14a0cb021c90f64c2)
-rw-r--r-- | share/man/just-repository-config.5.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/just-repository-config.5.md b/share/man/just-repository-config.5.md index 96fbb84d..ccb1bc17 100644 --- a/share/man/just-repository-config.5.md +++ b/share/man/just-repository-config.5.md @@ -26,14 +26,16 @@ which determines the type and semantic of the subsequent elements: path to the file root. - *`"git tree"`* refers to a file root that is available as part of a - Git repository. The list has to be of length 3 with the remaining two + Git repository. The list has to be of length 2 or 3 with the remaining two elements being: 1. The *`git tree hash`*, which is sufficient to describe the content of an entire tree including its sub-trees and blobs. The tree hash has to be specified in hex encoding. 2. The path to a Git repository on the file system with the promise - that it contains the aforementioned *`git tree hash`*. + that it contains the aforementioned *`git tree hash`*; if this + entry is missing, the root is considered absent and any target + requiring this root has to come from a specified serve end point. Repository description ---------------------- |