summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar tribut <tribut@web>2016-01-18 13:11:08 +0000
committerGravatar admin <admin@branchable.com>2016-01-18 13:11:08 +0000
commit34e53143532aae359d252d7348f00cb2cb335d2f (patch)
treef53ba30091692dc27ba20d344b32c2c1ece7aa50 /doc/todo
parent4d47833042b18b6a2193734f7a4c1ba8eeadf39f (diff)
Reformat irc log to add linebreaks (is there a better way to do this in markdown?)
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/Lower-case_extension_for_SHA256E_and_similar.mdwn12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/todo/Lower-case_extension_for_SHA256E_and_similar.mdwn b/doc/todo/Lower-case_extension_for_SHA256E_and_similar.mdwn
index d0a4112af..fccd2510c 100644
--- a/doc/todo/Lower-case_extension_for_SHA256E_and_similar.mdwn
+++ b/doc/todo/Lower-case_extension_for_SHA256E_and_similar.mdwn
@@ -6,10 +6,14 @@ We talked about that very shortly a few months ago:
tribut is there a backend that lowercases the extension? or do the *E backends do that anyway?
joeyh it does not
tribut but would it make sense? or am i missing something?
- joeyh I don't know.. the extension is only there for stupid programs that follow symlinks and check extensions. If such a program cares about .GIF vss .gif, you might have a problem
- joeyh I think that you can git-annex migrate from hashE to hash, then migrate back, and it'll update to the new file extension.
+ joeyh I don't know.. the extension is only there for stupid programs that follow symlinks and
+ check extensions. If such a program cares about .GIF vss .gif, you might have a problem
+ joeyh I think that you can git-annex migrate from hashE to hash, then migrate back, and it'll
+ update to the new file extension.
tribut i was thinking about content-identical images with .JPG or .jpg extension
- tribut and because even the most retarded of programs wont care, i thought the backend could lowercase the extension
+ tribut and because even the most retarded of programs wont care, i thought the backend could
+ lowercase the extension
joeyh ah, sure, using the E backend reduces the ability to de-duplicate
- joeyh I'd not want to add a e backend set just for this. There's no requirement that the extension extraction code be stable, so it could be considered changing it to lower-case
+ joeyh I'd not want to add a e backend set just for this. There's no requirement that the
+ extension extraction code be stable, so it could be considered changing it to lower-case
joeyh otoh, I have no idea if some programs are dumb enough to care about .git vs .GIF