comment and close

This commit is contained in:
Joey Hess 2020-01-06 14:42:40 -04:00
parent ba0150ebba
commit 6456672feb
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 16 additions and 0 deletions

View file

@ -1 +1,3 @@
`git diff` for annexed files, especially unlocked annexed files, is currently uninformative. It would help if [[`git-annex-init`|git-annex-init]] configured a [git diff driver](https://git-scm.com/docs/gitattributes#_generating_diff_text) to diff the contents of the annexed files, rather than the pointer files.
> [[wontfix|done]], see comment

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2020-01-06T18:39:27Z"
content="""
Normally annexed files are huge binary files. Line-by-line diff of such
files is unlikely to be useful.
So you would need some domain-specific diff for the kind of binary files
you are storing in git-annex. If you have one, you can use
[[git-annex-diffdriver]] to make git use it when diffing annexed files.
Not seeing anything more I can do here, so I'm going to close this todo.
"""]]