summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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