summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSascha Roloff <sascha.roloff@huawei.com>2023-06-23 11:54:03 +0200
committerSascha Roloff <sascha.roloff@huawei.com>2023-06-26 16:20:56 +0200
commitb94f1b857c6bc1eab909c4fb9a0ba569d6d28a03 (patch)
treebf9e7effe7a94948541c2194c6b358f5476776fa /share
parent4460f00e3ca819b24704424a317c6f373c1b10a4 (diff)
downloadjustbuild-b94f1b857c6bc1eab909c4fb9a0ba569d6d28a03.tar.gz
man pages: use consistent git spelling
Use Git with capital G, when referring to Git in general. Use git with small g, when referring to the git command.
Diffstat (limited to 'share')
-rw-r--r--share/man/just-import-git.1.md4
-rw-r--r--share/man/just-mr-repository-config.5.md2
-rw-r--r--share/man/just.1.md4
3 files changed, 5 insertions, 5 deletions
diff --git a/share/man/just-import-git.1.md b/share/man/just-import-git.1.md
index 25f8fee2..afc25d7e 100644
--- a/share/man/just-import-git.1.md
+++ b/share/man/just-import-git.1.md
@@ -3,7 +3,7 @@
NAME
====
-just-import-git - import one git repository to a multi-repository
+just-import-git - import one Git repository to a multi-repository
configuration
SYNOPSIS
@@ -14,7 +14,7 @@ SYNOPSIS
DESCRIPTION
===========
-Extend an existing **`just-mr-repository-config`**(5) by adding one git
+Extend an existing **`just-mr-repository-config`**(5) by adding one Git
repository. In doing so, the dependencies declared in the imported
repository are added as well and *`"file"`* repositories are transformed
to *`"subdir"`* parts of the imported repository. This solves the
diff --git a/share/man/just-mr-repository-config.5.md b/share/man/just-mr-repository-config.5.md
index 9ac4682b..350de5d5 100644
--- a/share/man/just-mr-repository-config.5.md
+++ b/share/man/just-mr-repository-config.5.md
@@ -54,7 +54,7 @@ in the case of *`"archive"`*, or a compressed zip file in the case of
The following fields are supported:
- - *`"content"`* provides the git blob hash of the archive file. This
+ - *`"content"`* provides the Git blob hash of the archive file. This
has to be specified in hex encoding. This entry is mandatory.
- *`"fetch"`* specifies the URL to the remote archive. This entry is
diff --git a/share/man/just.1.md b/share/man/just.1.md
index f8ee92f7..19a748cc 100644
--- a/share/man/just.1.md
+++ b/share/man/just.1.md
@@ -25,7 +25,7 @@ Just is a generic multi-repository build system; language-specific
knowledge is described in separate rule files. For every build action,
the relative location of the inputs is independent of their physical
location. This staging allows taking sources from different locations
-(logical repositories), including bare git repositories. Targets are
+(logical repositories), including bare Git repositories. Targets are
defined using JSON format, in proper files (by default, named
*`TARGETS`*). Targets are uniquely identified by their name, the
repository, and the module they belong to. A module is the relative path
@@ -618,7 +618,7 @@ Path of the file containing the description of the actions. See
**`just-graph-file`**(5) for more details.
**`--git-cas`** *`TEXT`*
-Path to a git repository, containing blobs of potentially missing
+Path to a Git repository, containing blobs of potentially missing
*`KNOWN`* artifacts.
**`describe`** specific options