* [PATCH] doc: git-pull.txt use US spelling, fix minor typo
@ 2017-04-23 16:45 René Genz
2017-04-24 2:55 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: René Genz @ 2017-04-23 16:45 UTC (permalink / raw)
To: git; +Cc: gitster, René Genz
---
Instead of using two command lines I could have replaced the comma with a semicolon.
I do not mind, if this patch is squashed into the other minor typo fixes of mine:
3c228f462d02e76956062b8d8572158cbcdbbc7b
Documentation/git-pull.txt | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt
index 4470e4b..942af8e 100644
--- a/Documentation/git-pull.txt
+++ b/Documentation/git-pull.txt
@@ -67,7 +67,7 @@ with uncommitted changes is discouraged: while possible, it leaves you
in a state that may be hard to back out of in the case of a conflict.
If any of the remote changes overlap with local uncommitted changes,
-the merge will be automatically cancelled and the work tree untouched.
+the merge will be automatically canceled and the work tree untouched.
It is generally best to get any local changes in working order before
pulling or stash them away with linkgit:git-stash[1].
@@ -210,7 +210,8 @@ EXAMPLES
current branch:
+
------------------------------------------------
-$ git pull, git pull origin
+$ git pull
+$ git pull origin
------------------------------------------------
+
Normally the branch merged in is the HEAD of the remote repository,
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] doc: git-pull.txt use US spelling, fix minor typo
2017-04-23 16:45 [PATCH] doc: git-pull.txt use US spelling, fix minor typo René Genz
@ 2017-04-24 2:55 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2017-04-24 2:55 UTC (permalink / raw)
To: René Genz; +Cc: git
René Genz <liebundartig@freenet.de> writes:
> ---
Missing sign-off. Otherwise all good changes. Thanks.
> Instead of using two command lines I could have replaced the comma with a semicolon.
>
> I do not mind, if this patch is squashed into the other minor typo fixes of mine:
> 3c228f462d02e76956062b8d8572158cbcdbbc7b
>
>
> Documentation/git-pull.txt | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt
> index 4470e4b..942af8e 100644
> --- a/Documentation/git-pull.txt
> +++ b/Documentation/git-pull.txt
> @@ -67,7 +67,7 @@ with uncommitted changes is discouraged: while possible, it leaves you
> in a state that may be hard to back out of in the case of a conflict.
>
> If any of the remote changes overlap with local uncommitted changes,
> -the merge will be automatically cancelled and the work tree untouched.
> +the merge will be automatically canceled and the work tree untouched.
> It is generally best to get any local changes in working order before
> pulling or stash them away with linkgit:git-stash[1].
>
> @@ -210,7 +210,8 @@ EXAMPLES
> current branch:
> +
> ------------------------------------------------
> -$ git pull, git pull origin
> +$ git pull
> +$ git pull origin
> ------------------------------------------------
> +
> Normally the branch merged in is the HEAD of the remote repository,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-24 2:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-23 16:45 [PATCH] doc: git-pull.txt use US spelling, fix minor typo René Genz
2017-04-24 2:55 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).