@@ -85,7 +85,7 @@ Without `--force`, the <src> ref is stored at the remote only if
<dst> does not exist, or <dst> is a proper subset (i.e. an
ancestor) of <src>. This check, known as "fast-forward check",
is performed in order to avoid accidentally overwriting the
-remote ref and lose other peoples' commits from there.
+remote ref and losing commits of other people from there.
With `--force`, the fast-forward check is disabled for all refs.
@@ -144,7 +144,7 @@ Without `--force`, the <src> ref is stored at the remote only if
<dst> does not exist, or <dst> is a proper subset (i.e. an
ancestor) of <src>. This check, known as "fast-forward check",
is performed in order to avoid accidentally overwriting the
-remote ref and lose other peoples' commits from there.
+remote ref and losing commits of other people from there.
With `--force`, the fast-forward check is disabled for all refs.
AsciiDoc matches up the very first backtick with the single quote towards the end, and renders that first backtick literally: `--force, ... other peoples' commits Rewrite the "other peoples' commits" construction to drop the single quote mark. Signed-off-by: Martin Ågren <martin.agren@gmail.com> --- Documentation/git-http-push.txt | 2 +- Documentation/git-send-pack.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)