diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/walkthrough/renaming_files/comment_3_6b579a4f2990a28b33a8170ebd39da5c._comment | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/walkthrough/renaming_files/comment_3_6b579a4f2990a28b33a8170ebd39da5c._comment b/doc/walkthrough/renaming_files/comment_3_6b579a4f2990a28b33a8170ebd39da5c._comment new file mode 100644 index 000000000..a5edbcf2d --- /dev/null +++ b/doc/walkthrough/renaming_files/comment_3_6b579a4f2990a28b33a8170ebd39da5c._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2015-10-15T18:46:50Z" + content=""" +This is basically the same as thinking that git should change the SHA1 +used to refer to a file in the repository just because it was renamed. +That does not normally make sense. + +Including the original extension in the git-annex key is done to avoid +confusing some poorly-behaved programs that expect to follow the symlink +and find a file with an extension. It's best to ignore the extension part +of the key, or if you like, you can change the [[backend|doc/backends]] from SHA256E to +SHA256, and then new keys won't include that extension. +"""]] |