-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
defaceb
commit 3ab17f2
Showing
1 changed file
with
2 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,3 @@ | ||
Tests to see how GitHub and GitLab work exactly and to detect bugs with them. | ||
This branch name has 8 characters. | ||
|
||
Tests that are very large will not be included here to keep this repository small: | ||
|
||
- <https://github.com/cirosantilli/test-deep> | ||
- <https://github.com/cirosantilli/test-diff-many-files> | ||
- <https://github.com/cirosantilli/test-pr-many-commits> | ||
|
||
There are also some tests that could not be included here conveniently: | ||
|
||
- <https://github.com/cirosantilli/test-empty-commit> | ||
- <https://github.com/cirosantilli/test-empty-subdir> | ||
- <https://github.com/cirosantilli/test-long-filename-256> | ||
- <https://github.com/cirosantilli/test-long-filename-1024> | ||
|
||
This repository is mirrored at: | ||
|
||
- <https://github.com/cirosantilli/test> | ||
- <https://gitlab.com/cirosantilli/test> | ||
|
||
Other similar repos from other people: | ||
|
||
- <https://github.com/joernchen/evil_stuff> | ||
|
||
The most interesting files on this repository are: | ||
|
||
- [markdown.md](markdown.md) | ||
|
||
- whitespace filename edge cases: | ||
|
||
- [single whitespace filename](%20) | ||
- [double whitespace directory name](%20%20/) and [its README](%20%20/README.md) | ||
- [a b](a b) | ||
|
||
Some interesting branches and tags include: | ||
|
||
- [`hasslash/a`](../hasslash/a): branch inside sub-directory | ||
|
||
- [`-r`](../-r): branch with forbidden name, and in particular one that may be used for shell injection. | ||
|
||
Create manually with `cp master -- -r` and push with `git push --all`. | ||
|
||
- `tag-empty-blob` | ||
It was used to test: <https://github.com/isaacs/github/issues/296> |