Skip to content

Commit 71220fc

Browse files
committed
--
1 parent 44f2a9e commit 71220fc

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

Diff for: --

Whitespace-only changes.

Diff for: README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This repository is mirrored at:
1010
- <https://bitbucket.org/cirosantilli/test>
1111
- <https://github.com/cirosantilli/test>
1212
- <https://gitlab.com/cirosantilli/test>
13-
- <https://gitorious.org/cirosantilli-test/cirosantilli-test>
13+
- <https://hub.jazz.net/git/cirosantilli/test>
1414
- <https://sourceforge.net/projects/cirosantilli-test>
1515
- <https://www.assembla.com/code/cirosantilli-test/git/nodes>
1616

@@ -26,18 +26,22 @@ Mirrors without repository browsing:
2626
Mirrors for which I can't create projects:
2727

2828
- <https://kenai.com>
29-
- <https://code.google.com/p/cirosantilli-test> (to be closed)
3029

31-
The SSH of those repos can be found at: [remotes.sh](remotes.sh), including other repos which don't have public view like Atlas.
30+
Discontinued:
31+
32+
- <https://code.google.com/p/cirosantilli-test> (to be closed)
33+
- <https://gitorious.org/cirosantilli-test/cirosantilli-test>, bough by GitLab. Will remain read only.
3234

33-
Web interfaces without public hosting service that I know of. Huge list: <https://git.wiki.kernel.org/index.php/Interfaces,_frontends,_and_tools#Web_Interfaces>
35+
Web interfaces without public hosting service that I know of. Huge list: <https://git.wiki.kernel.org/index.php/Interfaces,_frontends,_and_tools#Web_Interfaces> Some interesting ones:
3436

3537
- Gitweb. Distributed with Git. The Perl one.
3638
- cgit. Official self-host: <http://git.zx2c4.com/cgit>, GitHub mirror: <https://github.com/zx2c4/cgit>. Used by GNU Savannah. Written in C.
3739
- Gerrit. The Java one. <http://en.wikipedia.org/wiki/Gerrit_%28software%29>,
3840
- GitList. The PHP one. <https://github.com/klaussilveira/gitlist>
3941
- WebGitNet. The .Net one. <https://github.com/otac0n/WebGitNet>
4042

43+
The SSH of those repos can be found at: [remotes.sh](remotes.sh), including other repos which don't have public view like Atlas.
44+
4145
## Related repositories
4246

4347
Tests that are very large will not be included here to keep this repository small:
@@ -117,10 +121,12 @@ Everything else goes:
117121

118122
- [;](;)
119123

120-
- [\](\)
124+
- [\\](\\)
121125

122126
- [-](-)
123127

128+
- [--](--)
129+
124130
- [-start-with-slash](-start-with-slash)
125131

126132
- [\.md](\.md)

Diff for: remotes.sh

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ git remote add gh [email protected]:cirosantilli/${REPO}.git
1818
git remote add gl [email protected]:cirosantilli/${REPO}.git
1919
# GitLab Local
2020
git remote add gll http://root:5iveL!fe@localhost:3000/gitlab-org/gitlab-${REPO}.git
21+
git remote add ja https://hub.jazz.net/git/cirosantilli/test
2122
git remote add ki ssh://[email protected]/Repositories/Group/test
2223
git remote add origin [email protected]:cirosantilli/${REPO}.git
2324
git remote add pf [email protected]:cirosantilli/${REPO}.git

0 commit comments

Comments
 (0)