git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Suggestion for git reference page
@ 2013-11-19 21:26 Jim Garrison
  2013-11-19 21:43 ` Thomas Rast
  2013-11-19 21:49 ` Jonathan Nieder
  0 siblings, 2 replies; 3+ messages in thread
From: Jim Garrison @ 2013-11-19 21:26 UTC (permalink / raw)
  To: git@vger.kernel.org

The master reference TOC page at http://git-scm.com/docs links to all the associated command reference pages, except it seems to be missing a link for gitrevisions(7) (http://git-scm.com/docs/gitrevisions.html).

I've never submitted a patch and thought I would learn how... except the website source doesn't seem to be in the git source tree.
	

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

* Re: Suggestion for git reference page
  2013-11-19 21:26 Suggestion for git reference page Jim Garrison
@ 2013-11-19 21:43 ` Thomas Rast
  2013-11-19 21:49 ` Jonathan Nieder
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Rast @ 2013-11-19 21:43 UTC (permalink / raw)
  To: Jim Garrison; +Cc: git@vger.kernel.org

Jim Garrison <jim.garrison@nwea.org> writes:

> The master reference TOC page at http://git-scm.com/docs links to all
> the associated command reference pages, except it seems to be missing
> a link for gitrevisions(7)
> (http://git-scm.com/docs/gitrevisions.html).
>
> I've never submitted a patch and thought I would learn how... except
> the website source doesn't seem to be in the git source tree.

It's in this repo:

  https://github.com/github/gitscm-next.git

Judging from a quick look, the page you linked to is generated from

  app/views/doc/index.html.haml

Note that they work by pull requests, not patches, i.e. you should push
your changes to a github fork of gitscm-next and send a pull request.

-- 
Thomas Rast
tr@thomasrast.ch

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

* Re: Suggestion for git reference page
  2013-11-19 21:26 Suggestion for git reference page Jim Garrison
  2013-11-19 21:43 ` Thomas Rast
@ 2013-11-19 21:49 ` Jonathan Nieder
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Nieder @ 2013-11-19 21:49 UTC (permalink / raw)
  To: Jim Garrison; +Cc: git@vger.kernel.org

Hi,

Jim Garrison wrote:

> The master reference TOC page at http://git-scm.com/docs links to
> all the associated command reference pages, except it seems to be
> missing a link for gitrevisions(7)
> (http://git-scm.com/docs/gitrevisions.html).
>
> I've never submitted a patch and thought I would learn how... except
> the website source doesn't seem to be in the git source tree.

You might like https://github.com/github/gitscm-next, file
lib/constants.rb.  (It's the target of the 'hosted on GitHub' link at
the bottom of each page, which I admit can be hard to find.)

Hope that helps,
Jonathan

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

end of thread, other threads:[~2013-11-19 21:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-19 21:26 Suggestion for git reference page Jim Garrison
2013-11-19 21:43 ` Thomas Rast
2013-11-19 21:49 ` Jonathan Nieder

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).