aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_import_fails_on_filenames_with_newlines_in_them/comment_3_032d4a64e2f010fcf9359e4f77b6d784._comment
blob: 184a77af245d9418a6289a0b708e522ca3e2eb1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[[!comment format=mdwn
 username="joey"
 subject="""comment 3"""
 date="2014-12-01T22:33:23Z"
 content="""
Mattias seems to be wrong. It may be that some of the shell script parts of
git don't support it, or that parts of git has bugs. But as far as git's
data representation is concerned, \n is a character like any other, and 
eg `git add` and `git commit` deal with it just fine.

(\0 is a different story..)
"""]]