From: Jakub Narebski <jnareb@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: What's cooking in git.git (Nov 2011, #02; Sun, 6)
Date: Sun, 06 Nov 2011 12:52:58 -0800 (PST) [thread overview]
Message-ID: <m3sjm12cty.fsf@localhost.localdomain> (raw)
In-Reply-To: <7vehxl57lt.fsf@alter.siamese.dyndns.org>
Junio C Hamano <gitster@pobox.com> writes:
> With maint, master, next, pu, todo:
>
> git://git.kernel.org/pub/scm/git/git.git
> git://repo.or.cz/alt-git.git
> https://code.google.com/p/git-core/
> https://github.com/git/git
>
> With only maint and master:
>
> git://git.sourceforge.jp/gitroot/git-core/git.git
> git://git-core.git.sourceforge.net/gitroot/git-core/git-core
>
> With all the topics and integration branches but not todo, html or man:
>
> https://github.com/gitster/git
>
> I will stop pushing the generated documentation branches to the above
> repositories, as they are not sources. The only reason the source
> repository at k.org has hosted these branches was because it was the only
> repository over there that was writable by me; it was an ugly historical
> and administrative workaround and not a demonstration of the best
> practice.
Errr... haven't you *actually stopped* pusing generated documentation
to 'html' and 'man' branches to above repositories? They are not
present anymore (I had to update my pre-separate-remotes config).
> These branches are pushed to their own separate repositories instead:
>
> git://git.kernel.org/pub/scm/git/git-{htmldocs,manpages}.git/
> git://repo.or.cz/git-{htmldocs,manpages}.git/
> https://code.google.com/p/git-{htmldocs,manpages}.git/
> https://github.com/gitster/git-{htmldocs,manpages}.git/
You can always put the fommowing in .git/config:
[remote "git-manpages"]
url = git://git.kernel.org/pub/scm/git/git-manpages.git
fetch = +refs/heads/master:refs/remotes/origin/man
[remote "git-htmldocs"]
url = git://git.kernel.org/pub/scm/git/git-htmldocs.git
fetch = +refs/heads/master:refs/remotes/origin/html
> --------------------------------------------------
[...]
> * jn/gitweb-side-by-side-diff (2011-10-31) 8 commits
> - gitweb: Add navigation to select side-by-side diff
> - gitweb: Use href(-replay=>1,...) for formats links in "commitdiff"
> - t9500: Add basic sanity tests for side-by-side diff in gitweb
> - t9500: Add test for handling incomplete lines in diff by gitweb
> - gitweb: Give side-by-side diff extra CSS styling
> - gitweb: Add a feature to show side-by-side diff
> - gitweb: Extract formatting of diff chunk header
> - gitweb: Refactor diff body line classification
>
> Replaces a series from Kato Kazuyoshi on the same topic.
Thanks.
Sidenote : is there need for wupport for word-diff in gitweb?
If yes, then navigation as in above series i.e.
inline | _side-by-side_
where current style is not linked would be better than alternative,
i.e. just
_side-by-side_
or
_inline_
depending on what style you use.
--
Jakub Narębski
next prev parent reply other threads:[~2011-11-06 20:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-06 20:17 What's cooking in git.git (Nov 2011, #02; Sun, 6) Junio C Hamano
2011-11-06 20:52 ` Jakub Narebski [this message]
2011-11-08 12:14 ` Stefan Näwe
2011-11-08 16:21 ` Junio C Hamano
2011-11-08 18:17 ` Update install-doc-quick (Re* What's cooking in git.git (Nov 2011, #02; Sun, 6)) Junio C Hamano
2011-11-08 20:59 ` Stefan Naewe
2011-11-08 21:34 ` 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=m3sjm12cty.fsf@localhost.localdomain \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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.