Skip to content

Commit 835f352

Browse files
committed
_git
1 parent cd8b6ec commit 835f352

12 files changed

+18
-1
lines changed

HEAD

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/heads/master

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The most interesting files on this repository are:
4040

4141
- [issue-md.md](issue-markdown.md): test the markdown on issues
4242

43-
- [filename/](filename/): weird stuff and attacks based on the filenames
43+
- Weird stuff and attacks based on the filenames.
4444

4545
The only filenames which are not valid are:
4646

@@ -76,6 +76,10 @@ The most interesting files on this repository are:
7676
- [double whitespace directory name](%20%20/) and [its README](%20%20/README.md)
7777
- [a b](a b)
7878

79+
- Git directory inside Git directory: [_git](_git).
80+
81+
For further mischief, same files were copied on the top-level of the repository.
82+
7983
Interesting branches and tags:
8084

8185
- [`hasslash/a`](../hasslash/a): branch inside sub-directory

_git/HEAD

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/heads/master

_git/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Git automatically treats certain directories as Git repositories when certain files are present.
2+
<http://stackoverflow.com/questions/2044574/determine-if-directory-is-under-git-control>
3+
4+
In normal circumstances, this happens for test repos that are kept inside git related repositories,
5+
e.g. <https://github.com/schacon/grack/tree/613acd237ab7f522a02953c310aad0d484873bd7/tests/example>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x5��
2+
1 =�+r��b6�_�n��������\g��o�k��<2I\W��}8�a�.~c 5����%��t����X�t�'���3��|�A��!W�
Binary file not shown.
Binary file not shown.

_git/refs/heads/master

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
173a852893f2dac5b79dd5862e5a032777477567
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
x5��
2+
1 =�+r��b6�_�n��������\g��o�k��<2I\W��}8�a�.~c 5����%��t����X�t�'���3��|�A��!W�
46 Bytes
Binary file not shown.
15 Bytes
Binary file not shown.

refs/heads/master

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
173a852893f2dac5b79dd5862e5a032777477567

0 commit comments

Comments
 (0)