summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-01 10:48:00 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-01 10:48:00 -0400
commit4a62ebb11bfbc85e72836183d05035fa62dd7470 (patch)
tree7972579cba35d2389c18bc818dcc352e87cb38eb /doc
parent9b6cc412923211c273b4d86660a232fbbe40ec04 (diff)
reopen
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/fatal:_Cannot_handle_files_this_big.mdwn2
-rw-r--r--doc/bugs/fatal:_Cannot_handle_files_this_big/comment_3_151e7cf96c7d168e1397d111aa47f279._comment20
2 files changed, 20 insertions, 2 deletions
diff --git a/doc/bugs/fatal:_Cannot_handle_files_this_big.mdwn b/doc/bugs/fatal:_Cannot_handle_files_this_big.mdwn
index f4e8b7f91..7272bfc29 100644
--- a/doc/bugs/fatal:_Cannot_handle_files_this_big.mdwn
+++ b/doc/bugs/fatal:_Cannot_handle_files_this_big.mdwn
@@ -94,5 +94,3 @@ ok
"""]]
-
-> provisionally [[done]]. --[[Joey]]
diff --git a/doc/bugs/fatal:_Cannot_handle_files_this_big/comment_3_151e7cf96c7d168e1397d111aa47f279._comment b/doc/bugs/fatal:_Cannot_handle_files_this_big/comment_3_151e7cf96c7d168e1397d111aa47f279._comment
new file mode 100644
index 000000000..e6ad551e4
--- /dev/null
+++ b/doc/bugs/fatal:_Cannot_handle_files_this_big/comment_3_151e7cf96c7d168e1397d111aa47f279._comment
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2016-03-01T14:41:45Z"
+ content="""
+git (not git-annex) will throw this error if a file size is greater than
+`size_t`.
+
+This bug report seemed to originally concern git add being run on such a
+file, but I can't see how git-annex would do that, it doesn't add large
+files to git.
+
+I think that in the case of git-annex status, when it runs git status, that
+looks at work tree files, and so falls over if they're large, even if
+what's checked into git is a nice small git-annex symlink. This would also
+probably affect other places where git looks at worktree files, perhaps git
+diff (in v6 repo mode).
+
+Reopening bug report.
+"""]]