MaintNotes: update k.org gitweb URL
Also clean-up mixed SP/HT indentation.
Junio C Hamano committed
Jul 15, 2015 at 13:52 UTC
666e08e8b0d1f4a3b309255e7e38a32e59c8b0c6
1 file changed
+15
-15
MaintNotes
+15
-15
index 0a6968761e..927dfd7cdf 100644
--- a/MaintNotes
+++ b/MaintNotes
@@ -95,33 +95,33 @@ our security mailing list <git-security@googlegroups.com>.
My public git.git repositories are at:
- git://git.kernel.org/pub/scm/git/git.git/
- https://kernel.googlesource.com/pub/scm/git/git
- git://repo.or.cz/alt-git.git/
- https://github.com/git/git/
- https://code.google.com/p/git-core/
- git://git.sourceforge.jp/gitroot/git-core/git.git/
- git://git-core.git.sourceforge.net/gitroot/git-core/git-core/
+ git://git.kernel.org/pub/scm/git/git.git/
+ https://kernel.googlesource.com/pub/scm/git/git
+ git://repo.or.cz/alt-git.git/
+ https://github.com/git/git/
+ https://code.google.com/p/git-core/
+ git://git.sourceforge.jp/gitroot/git-core/git.git/
+ git://git-core.git.sourceforge.net/gitroot/git-core/git-core/
A few web interfaces are found at:
- http://git.kernel.org/?p=git/git.git
- https://kernel.googlesource.com/pub/scm/git/git
- http://repo.or.cz/w/alt-git.git
+ http://git.kernel.org/cgit/git/git.git
+ https://kernel.googlesource.com/pub/scm/git/git
+ http://repo.or.cz/w/alt-git.git
Preformatted documentation from the tip of the "master" branch can be
found in:
- 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/
+ 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/
Also GitHub shows the manual pages formatted in HTML (with a
formatting backend different from the one that is used to create the
above) at:
- http://git-scm.com/docs/git
+ http://git-scm.com/docs/git
There are four branches in git.git repository that track the source tree
of git: "master", "maint", "next", and "pu".