Skip to content

Commit 9e8cae4

Browse files
author
Ciro Santilli
committed
gitattributes, mention kenai
1 parent b28e4a1 commit 9e8cae4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: .gitattributes

Whitespace-only changes.

Diff for: README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Mirrors without repository browsing:
2323

2424
- <http://codeplane.com>
2525

26+
Mirrors for which I can't create projects:
27+
28+
- <https://kenai.com>
29+
2630
The SSH of those repos can be found at: [remotes.sh](remotes.sh),
2731
including other repos which don't have public view like Atlas.
2832

@@ -120,12 +124,18 @@ Everything else goes:
120124

121125
- Case insensitive filename conflict attempt: [CASE](CASE), [case](case) and [CASE-DIR](CASE-DIR), [case-dir](case-dir). Interestingly, however, `.GIT` fails: <https://gitlab.com/cirosantilli/test-GIT/tree/master>
122126

123-
Magic Git directories:
127+
Magic Git files:
124128

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

127131
For further mischief, the files in that directory were copied to the top-level of the repository.
128132

133+
- [.gitattributes](.gitattributes): TODO empty
134+
135+
Does not seems to lead to arbitrary code execution, as available diff and merge drivers must be set on the config.
136+
137+
GitHub seems to ignore it: <http://stackoverflow.com/a/24382933/895245>
138+
129139
Other interesting things to do are the uppercase `.Git` and the `.git` file, which did not fit well in this repository.
130140

131141
XSS attempts:

0 commit comments

Comments
 (0)