All of lore.kernel.org
 help / color / mirror / Atom feed
* Git Reference Manual enhance
@ 2018-11-11  0:20 Fredi Fowler
  2018-11-11  1:25 ` Eric Sunshine
  2018-11-12 18:39 ` Jonathan Nieder
  0 siblings, 2 replies; 3+ messages in thread
From: Fredi Fowler @ 2018-11-11  0:20 UTC (permalink / raw)
  To: git

Is there any way to create pull request to git man (https://git-scm.com/docs)?

I found there some inconsistencies. For example, almost in all pages
are using [no-], but at https://git-scm.com/docs/git-merge each
command (with [no-] or without) write separately.

There are some same inconsistencies that a easy to fix. So, if I can
sent a pull-request for such fix – inform me.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Git Reference Manual enhance
  2018-11-11  0:20 Git Reference Manual enhance Fredi Fowler
@ 2018-11-11  1:25 ` Eric Sunshine
  2018-11-12 18:39 ` Jonathan Nieder
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Sunshine @ 2018-11-11  1:25 UTC (permalink / raw)
  To: inredikawb; +Cc: Git List

On Sat, Nov 10, 2018 at 7:21 PM Fredi Fowler <inredikawb@gmail.com> wrote:
> Is there any way to create pull request to git man (https://git-scm.com/docs)?

That website is maintained as a project separate from Git, so you can
report issues specific to the website, or create pull requests, at its
project page (https://github.com/git/git-scm.com), however...

> I found there some inconsistencies. For example, almost in all pages
> are using [no-], but at https://git-scm.com/docs/git-merge each
> command (with [no-] or without) write separately.
>
> There are some same inconsistencies that a easy to fix. So, if I can
> sent a pull-request for such fix – inform me.

Those manual pages are generated from documentation sources in the Git
project, thus those fixes should be submitted to Git itself, not to
the website project. Changes to Git are sent to this mailing list as
patches (see Documentation/SubmittingPatches), although see
gitgitgadget[1], which acts as a Github
pull-request-to-Git-mailing-list gateway, as a possible alternative.

[1]: https://github.com/gitgitgadget/gitgitgadget/blob/master/README.md

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Git Reference Manual enhance
  2018-11-11  0:20 Git Reference Manual enhance Fredi Fowler
  2018-11-11  1:25 ` Eric Sunshine
@ 2018-11-12 18:39 ` Jonathan Nieder
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Nieder @ 2018-11-12 18:39 UTC (permalink / raw)
  To: Fredi Fowler; +Cc: git, Eric Sunshine

Hi Fredi,

Fredi Fowler wrote:

> Is there any way to create pull request to git man (https://git-scm.com/docs)?
>
> I found there some inconsistencies. For example, almost in all pages
> are using [no-], but at https://git-scm.com/docs/git-merge each
> command (with [no-] or without) write separately.
>
> There are some same inconsistencies that a easy to fix. So, if I can
> sent a pull-request for such fix – inform me.

Welcome!  Yes, feel free to make improvements to the manual.  First,
you'll want to clone the repo:

 git clone https://kernel.googlesource.com/pub/scm/git/git

Then make changes.  You can test using "make":

 make -C Documentation git-merge.html
 open Documentation/git-merges.html

Once you're happy with the patch, it's time to send it out for review.
The Git project uses a decentralized review process using email.  See
https://www.kernel.org/pub/software/scm/git/docs/SubmittingPatches.html
for details about how it works.

If you are used to the GitHub pull request process, you may enjoy
GitGitGadget, which acts as a sort of bridge.  See [1] for
instructions.  Please do also keep in mind the hints from
SubmittingPatches e.g.  about how to describe your changes and how to
certify your work.

Thanks, and looking forward to seeing your contributions,
Jonathan

[1] https://github.com/gitgitgadget/gitgitgadget/blob/master/README.md#a-bot-to-serve-as-glue-between-github-pull-requests-and-the-git-mailing-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-12 18:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-11  0:20 Git Reference Manual enhance Fredi Fowler
2018-11-11  1:25 ` Eric Sunshine
2018-11-12 18:39 ` Jonathan Nieder

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.