aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/largefiles/comment_6_639b1492271643566846b48fe13f7b8d._comment
blob: 7c5733fd3971d907b5ea85d9820ef3d776408c83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[[!comment format=mdwn
 username="joey"
 subject="""comment 6"""
 date="2017-03-20T21:16:30Z"
 content="""
@joern.mankiewicz, you need to file a bug report with enough information to
reproduce your problem.

annex.largefiles in .gitattributes works fine:

	joey@darkstar:~/tmp> git init ttt
	Initialized empty Git repository in /home/joey/tmp/ttt/.git/
	joey@darkstar:~/tmp> cd ttt
	joey@darkstar:~/tmp/ttt> git annex init
	init  ok
	(recording state in git...)
	joey@darkstar:~/tmp/ttt> echo '* annex.largefiles=nothing' > .gitattributes
	joey@darkstar:~/tmp/ttt> touch foo
	joey@darkstar:~/tmp/ttt> git annex add foo
	add foo (non-large file; adding content to git repository) ok
	(recording state in git...)
"""]]