summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-20 14:13:52 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-20 14:13:52 -0400
commit39bd7f9d97816130c1edc1f12cda686380d8a288 (patch)
tree29dfa7c47d8c0bfb7a6d071820370477005e2734
parent217126d905130e410f8e424654b2b916489e3350 (diff)
comment
-rw-r--r--doc/bugs/Non-annexed_files_being_annexed_and_not_stored/comment_1_ef6c2dee191e80a46e348c78ba054fc2._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/bugs/Non-annexed_files_being_annexed_and_not_stored/comment_1_ef6c2dee191e80a46e348c78ba054fc2._comment b/doc/bugs/Non-annexed_files_being_annexed_and_not_stored/comment_1_ef6c2dee191e80a46e348c78ba054fc2._comment
new file mode 100644
index 000000000..7db4ea223
--- /dev/null
+++ b/doc/bugs/Non-annexed_files_being_annexed_and_not_stored/comment_1_ef6c2dee191e80a46e348c78ba054fc2._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-04-20T18:09:37Z"
+ content="""
+Seems that there are two potential bugs here; a file that was stored in git
+somehow got stored in the annex instead, and something seems to have
+happened to the content of the file in the annex.
+
+Try using `git annex log` to see where the content of the file was
+stored in the past and when the content got marked as no longer being
+present.
+
+A looser annex.largefiles setting could result in a modified file
+that had been stored in git being stored in the annex instead.
+Look at the symlink that was checked into git for the annexed file
+and compare that with the sha256sum of the file that you rescued
+from the git history. Are they the same or different?
+"""]]