Skip to content

Commit 0be7166

Browse files
committed
Remove control chars because breaks GL, add atlas remote.
1 parent a006114 commit 0be7166

File tree

11 files changed

+13
-10
lines changed

11 files changed

+13
-10
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Tests to see how Git web interfaces like GitHub and GitLab work exactly and to detect bugs with them.
1+
Tests to see how Git web interfaces like GitHub and GitLab work exactly detect bugs.
22

33
This repository is mirrored at:
44

@@ -9,6 +9,9 @@ This repository is mirrored at:
99
- <https://code.google.com/p/cirosantilli-test>
1010
- <https://www.assembla.com/code/cirosantilli-test/git/nodes>
1111

12+
The SSH of those repos can be found at: [remotes.sh](remotes.sh),
13+
including other repos which don't have public view like Atlas.
14+
1215
Tests that are very large will not be included here to keep this repository small:
1316

1417
- <https://github.com/cirosantilli/test-deep>

ab

Lines changed: 0 additions & 1 deletion
This file was deleted.

a b

Lines changed: 0 additions & 1 deletion
This file was deleted.

a b

Lines changed: 0 additions & 1 deletion
This file was deleted.

a b

Lines changed: 0 additions & 1 deletion
This file was deleted.

d/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# h
1+
# Inner tree tests
22

33
[""]()
44

markdown.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,7 @@ mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
245245
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
246246
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
247247
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
248+
249+
# HTML tags
250+
251+
<script>alert('xss')</script>

preview/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

remotes.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
#!/usr/bin/env/sh
2+
git remote add at git@atlas-tmp:tmp/test.git
23
git remote add as [email protected]:cirosantilli-test.git
34
git remote add bb [email protected]:cirosantilli/test.git
4-
git remote add gc https://[email protected]/p/cirosantilli-test
5+
git remote add gc https://ciro.santilli:gv9Uf5kT7Ds5@code.google.com/p/cirosantilli-test
56
git remote add gh [email protected]:cirosantilli/test.git
67
git remote add gl [email protected]:cirosantilli/test.git
8+
git remote add gll http://root:5iveL!fe@localhost:3000/gitlab-org/gitlab-test.git
79
git remote add origin [email protected]:cirosantilli/test.git
10+
git remote add pf [email protected]:cirosantilli/test.git
811
git remote add sf ssh://[email protected]/p/cirosantilli-test/code

tree/1.0/a

Lines changed: 0 additions & 1 deletion
This file was deleted.

tree/master/a

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)