* [GSoC PATCH] doc: fix typo in tree-walk.h comment
@ 2026-02-05 8:08 Ayush Jha
2026-02-06 16:57 ` Chandra Pratap
0 siblings, 1 reply; 3+ messages in thread
From: Ayush Jha @ 2026-02-05 8:08 UTC (permalink / raw)
To: Chandra Pratap; +Cc: git, Ayush Jha
Fix a duplicated word in a comment describing the return value.
No code or behavior change.
Signed-off-by: Ayush Jha <kumarayushjha123@gmail.com>
---
tree-walk.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tree-walk.h b/tree-walk.h
index 29a55328bd..9646c47ac5 100644
--- a/tree-walk.h
+++ b/tree-walk.h
@@ -177,7 +177,7 @@ struct traverse_info {
/**
* Walk trees starting with "tree_oid" to find the entry for "name", and
- * return the the object name and the mode of the found entry via the
+ * return the object name and the mode of the found entry via the
* "oid" and "mode" parameters. Return 0 if the entry is found, and -1
* otherwise.
*/
--
2.53.0.windows.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [GSoC PATCH] doc: fix typo in tree-walk.h comment
2026-02-05 8:08 [GSoC PATCH] doc: fix typo in tree-walk.h comment Ayush Jha
@ 2026-02-06 16:57 ` Chandra Pratap
2026-02-16 7:54 ` Ayush Jha
0 siblings, 1 reply; 3+ messages in thread
From: Chandra Pratap @ 2026-02-06 16:57 UTC (permalink / raw)
To: Ayush Jha; +Cc: git
On Thu, 5 Feb 2026 at 13:39, Ayush Jha <kumarayushjha123@gmail.com> wrote:
>
> Fix a duplicated word in a comment describing the return value.
>
> No code or behavior change.
>
> Signed-off-by: Ayush Jha <kumarayushjha123@gmail.com>
> ---
> tree-walk.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tree-walk.h b/tree-walk.h
> index 29a55328bd..9646c47ac5 100644
> --- a/tree-walk.h
> +++ b/tree-walk.h
> @@ -177,7 +177,7 @@ struct traverse_info {
>
> /**
> * Walk trees starting with "tree_oid" to find the entry for "name", and
> - * return the the object name and the mode of the found entry via the
> + * return the object name and the mode of the found entry via the
> * "oid" and "mode" parameters. Return 0 if the entry is found, and -1
> * otherwise.
> */
> --
> 2.53.0.windows.1
Nit: The subject line should preferably use 'tree-walk.h: ' instead of 'doc: '
since it is a change to the `tree-walk.h` file and not 'Documentation'.
Other than that, the change looks good to me. Thanks for your interest
in contributing to Git!
Thanks,
Chandra.
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GSoC PATCH] doc: fix typo in tree-walk.h comment
2026-02-06 16:57 ` Chandra Pratap
@ 2026-02-16 7:54 ` Ayush Jha
0 siblings, 0 replies; 3+ messages in thread
From: Ayush Jha @ 2026-02-16 7:54 UTC (permalink / raw)
To: Chandra Pratap; +Cc: git
Hi Chandra,
Thank you for pointing that out. You’re absolutely right — the subject
line should use “tree-walk.h:” instead of “doc:” since the change is
in the header file and not in Documentation.
Would you prefer that I resend the patch with the corrected subject prefix?
Thanks again for the review and guidance.
Best regards,
Ayush
On Fri, Feb 6, 2026 at 10:27 PM Chandra Pratap
<chandrapratap3519@gmail.com> wrote:
>
> On Thu, 5 Feb 2026 at 13:39, Ayush Jha <kumarayushjha123@gmail.com> wrote:
> >
> > Fix a duplicated word in a comment describing the return value.
> >
> > No code or behavior change.
> >
> > Signed-off-by: Ayush Jha <kumarayushjha123@gmail.com>
> > ---
> > tree-walk.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tree-walk.h b/tree-walk.h
> > index 29a55328bd..9646c47ac5 100644
> > --- a/tree-walk.h
> > +++ b/tree-walk.h
> > @@ -177,7 +177,7 @@ struct traverse_info {
> >
> > /**
> > * Walk trees starting with "tree_oid" to find the entry for "name", and
> > - * return the the object name and the mode of the found entry via the
> > + * return the object name and the mode of the found entry via the
> > * "oid" and "mode" parameters. Return 0 if the entry is found, and -1
> > * otherwise.
> > */
> > --
> > 2.53.0.windows.1
>
> Nit: The subject line should preferably use 'tree-walk.h: ' instead of 'doc: '
> since it is a change to the `tree-walk.h` file and not 'Documentation'.
>
> Other than that, the change looks good to me. Thanks for your interest
> in contributing to Git!
>
> Thanks,
> Chandra.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-16 7:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-05 8:08 [GSoC PATCH] doc: fix typo in tree-walk.h comment Ayush Jha
2026-02-06 16:57 ` Chandra Pratap
2026-02-16 7:54 ` Ayush Jha
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox