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
@@ -95,33 +95,33 @@ our security mailing list <git-security@googlegroups.com>.
95
96
My public git.git repositories are at:
97
98
- git://git.kernel.org/pub/scm/git/git.git/
99
- https://kernel.googlesource.com/pub/scm/git/git
100
- git://repo.or.cz/alt-git.git/
101
- https://github.com/git/git/
102
- https://code.google.com/p/git-core/
103
- git://git.sourceforge.jp/gitroot/git-core/git.git/
104
- git://git-core.git.sourceforge.net/gitroot/git-core/git-core/
98
+ git://git.kernel.org/pub/scm/git/git.git/
99
+ https://kernel.googlesource.com/pub/scm/git/git
100
+ git://repo.or.cz/alt-git.git/
101
+ https://github.com/git/git/
102
+ https://code.google.com/p/git-core/
103
+ git://git.sourceforge.jp/gitroot/git-core/git.git/
104
+ git://git-core.git.sourceforge.net/gitroot/git-core/git-core/
105
106
A few web interfaces are found at:
107
108
- http://git.kernel.org/?p=git/git.git
109
- https://kernel.googlesource.com/pub/scm/git/git
110
- http://repo.or.cz/w/alt-git.git
108
+ http://git.kernel.org/cgit/git/git.git
109
+ https://kernel.googlesource.com/pub/scm/git/git
110
+ http://repo.or.cz/w/alt-git.git
111
112
Preformatted documentation from the tip of the "master" branch can be
113
found in:
114
115
- git://git.kernel.org/pub/scm/git/git-{htmldocs,manpages}.git/
116
- git://repo.or.cz/git-{htmldocs,manpages}.git/
117
- https://code.google.com/p/git-{htmldocs,manpages}.git/
118
- https://github.com/gitster/git-{htmldocs,manpages}.git/
115
+ git://git.kernel.org/pub/scm/git/git-{htmldocs,manpages}.git/
116
+ git://repo.or.cz/git-{htmldocs,manpages}.git/
117
+ https://code.google.com/p/git-{htmldocs,manpages}.git/
118
+ https://github.com/gitster/git-{htmldocs,manpages}.git/
119
120
Also GitHub shows the manual pages formatted in HTML (with a
121
formatting backend different from the one that is used to create the
122
above) at:
123
124
- http://git-scm.com/docs/git
124
+ http://git-scm.com/docs/git
125
126
There are four branches in git.git repository that track the source tree
127
of git: "master", "maint", "next", and "pu".