summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-03-20 17:17:25 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-03-20 17:17:25 -0400
commit1ea373dc9cd89baa303eec195d689cc0f5986cde (patch)
treec5df32113935e9ad8a390e284797b113963dd49c
parentd802268e725a1068b74799c516ce0843ecb4a121 (diff)
response
-rw-r--r--doc/tips/largefiles/comment_6_639b1492271643566846b48fe13f7b8d._comment22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/tips/largefiles/comment_6_639b1492271643566846b48fe13f7b8d._comment b/doc/tips/largefiles/comment_6_639b1492271643566846b48fe13f7b8d._comment
new file mode 100644
index 000000000..7c5733fd3
--- /dev/null
+++ b/doc/tips/largefiles/comment_6_639b1492271643566846b48fe13f7b8d._comment
@@ -0,0 +1,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...)
+"""]]