From 20edd30ae6e61c2196da43cbb5f58f581fe84ec5 Mon Sep 17 00:00:00 2001 From: wyattscarpenter Date: Sun, 15 Sep 2024 01:33:56 -0700 Subject: [PATCH 1/3] Update git-repl.md: typo: "let's" for "lets" "Lets" is a verb in the present tense third person, while "let's" is short for "let us" --- man/git-repl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/git-repl.md b/man/git-repl.md index cfbfeb0cf..132533d28 100644 --- a/man/git-repl.md +++ b/man/git-repl.md @@ -7,7 +7,7 @@ git-repl(1) -- git read-eval-print-loop ## DESCRIPTION - Git read-eval-print-loop. Let's you run `git` commands without typing 'git'. + Git read-eval-print-loop. Lets you run `git` commands without typing 'git'. Commands can be prefixed with an exclamation mark (!) to be interpreted as a regular command. From 102960095f7e56b179e88dd0c2ef37264a11d80e Mon Sep 17 00:00:00 2001 From: wyattscarpenter Date: Sun, 15 Sep 2024 18:47:10 -0700 Subject: [PATCH 2/3] Update git-repl.1: let's to lets --- man/git-repl.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/git-repl.1 b/man/git-repl.1 index c7ab7a8a3..b3040f2d6 100644 --- a/man/git-repl.1 +++ b/man/git-repl.1 @@ -10,7 +10,7 @@ \fBgit\-repl\fR . .SH "DESCRIPTION" -Git read\-eval\-print\-loop\. Let\'s you run \fBgit\fR commands without typing \'git\'\. +Git read\-eval\-print\-loop\. Lets you run \fBgit\fR commands without typing \'git\'\. . .P Commands can be prefixed with an exclamation mark (!) to be interpreted as a regular command\. From dad4833566bfbff7d3901db9e131e2bcc4ece23d Mon Sep 17 00:00:00 2001 From: wyattscarpenter Date: Sun, 15 Sep 2024 18:47:29 -0700 Subject: [PATCH 3/3] Update git-repl.html --- man/git-repl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/git-repl.html b/man/git-repl.html index e669a1bce..f24f7cedb 100644 --- a/man/git-repl.html +++ b/man/git-repl.html @@ -80,7 +80,7 @@

SYNOPSIS

DESCRIPTION

-

Git read-eval-print-loop. Let's you run git commands without typing 'git'.

+

Git read-eval-print-loop. Lets you run git commands without typing 'git'.

Commands can be prefixed with an exclamation mark (!) to be interpreted as a regular command.