From: "Wangchangxin via GitGitGadget" <gitgitgadget@gmail.com>
To: git@vger.kernel.org
Cc: Wangchangxin <1571825323@qq.com>, foril <1571825323@qq.com>
Subject: [PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c
Date: Sun, 15 Oct 2023 14:08:48 +0000 [thread overview]
Message-ID: <pull.1592.git.git.1697378928693.gitgitgadget@gmail.com> (raw)
From: foril <1571825323@qq.com>
Signed-off-by: 王常新 (Wang Changxin) <foril@foril.space>
---
typo: fix the typo 'neeed' into 'needed' in the comment under merge-o…
the comments on line 2039 under merge-ort.c should be :
this is needed if we have content merges of content merges rather than
this is neeed if we have content merges of content merges
fix the typo
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1592%2FforiLLL%2Fcomment_patch-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1592/foriLLL/comment_patch-v1
Pull-Request: https://github.com/git/git/pull/1592
merge-ort.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/merge-ort.c b/merge-ort.c
index 7857ce9fbd1..aee6f7d8173 100644
--- a/merge-ort.c
+++ b/merge-ort.c
@@ -2036,7 +2036,7 @@ static int handle_content_merge(struct merge_options *opt,
* the three blobs to merge on various sides of history.
*
* extra_marker_size is the amount to extend conflict markers in
- * ll_merge; this is neeed if we have content merges of content
+ * ll_merge; this is needed if we have content merges of content
* merges, which happens for example with rename/rename(2to1) and
* rename/add conflicts.
*/
base-commit: a9ecda2788e229afc9b611acaa26d0d9d4da53ed
--
gitgitgadget
next reply other threads:[~2023-10-15 14:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-15 14:08 Wangchangxin via GitGitGadget [this message]
2023-10-19 12:40 ` [PATCH v2] merge-ort.c: fix typo 'neeed' to 'needed' Wangchangxin via GitGitGadget
2023-10-22 2:46 ` [PATCH v3] " Wangchangxin via GitGitGadget
-- strict thread matches above, loose matches on Subject: below --
2023-10-19 12:24 [PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c 王常新
2023-10-19 17:05 ` Junio C Hamano
2023-10-20 2:14 ` 王常新
2023-10-20 7:41 ` Bagas Sanjaya
2023-10-20 17:06 ` Junio C Hamano
2023-10-21 8:12 ` Bagas Sanjaya
2023-10-20 16:44 ` Junio C Hamano
2023-10-21 1:22 ` 王常新
2023-10-21 17:26 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=pull.1592.git.git.1697378928693.gitgitgadget@gmail.com \
--to=gitgitgadget@gmail.com \
--cc=1571825323@qq.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.