Junio C Hamano <gitster@xxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html