This commit is contained in:
Joey Hess 2018-10-04 14:45:06 -04:00
parent fbf270db0a
commit 79aa57d37e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,19 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2018-10-04T18:35:28Z"
content="""
I'm not convinced that git-annex should try to make the symlinks shorter
just because some programs have UIs that don't work well with longer
symlinks. UIs can be improved.
I like to use `ls -lL` for example, which conveniently
avoids displaying the symlink target and also shows the size of the annexed
file.
Using the MD5 backend will also give you much shorter symlinks..
External backends is an interesting idea, but needing to deal with the
backend being missing or failing to work could have wide repurcussions in
the code base. It feels like too much complexity for too little gain.
"""]]