Skip to content

Commit

Permalink
_git
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Dec 12, 2014
1 parent cd8b6ec commit 835f352
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions HEAD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ref: refs/heads/master
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The most interesting files on this repository are:

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

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

The only filenames which are not valid are:

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

- Git directory inside Git directory: [_git](_git).

For further mischief, same files were copied on the top-level of the repository.

Interesting branches and tags:

- [`hasslash/a`](../hasslash/a): branch inside sub-directory
Expand Down
1 change: 1 addition & 0 deletions _git/HEAD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ref: refs/heads/master
5 changes: 5 additions & 0 deletions _git/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Git automatically treats certain directories as Git repositories when certain files are present.
<http://stackoverflow.com/questions/2044574/determine-if-directory-is-under-git-control>

In normal circumstances, this happens for test repos that are kept inside git related repositories,
e.g. <https://github.com/schacon/grack/tree/613acd237ab7f522a02953c310aad0d484873bd7/tests/example>
2 changes: 2 additions & 0 deletions _git/objects/17/3a852893f2dac5b79dd5862e5a032777477567
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
x5��
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.
1 change: 1 addition & 0 deletions _git/refs/heads/master
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
173a852893f2dac5b79dd5862e5a032777477567
2 changes: 2 additions & 0 deletions objects/17/3a852893f2dac5b79dd5862e5a032777477567
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
x5��
1 =�+r��b6�_�n��������\g��o�k��<2I\W��}8�a�.~c 5����%��t����X�t�'���3��|�A��!W�
Binary file added objects/49/6d6428b9cf92981dc9495211e6e1120fb6f2ba
Binary file not shown.
Binary file added objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391
Binary file not shown.
1 change: 1 addition & 0 deletions refs/heads/master
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
173a852893f2dac5b79dd5862e5a032777477567

0 comments on commit 835f352

Please sign in to comment.