From 4f2e58b5cdf9e5ba44dbc0214b97fb831f56e1d4 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Thu, 19 Sep 2019 17:43:41 +0000 Subject: [PATCH] added suggestion to auto-configure git diff driver --- doc/todo/git-annex-init_should_configure_git_diff_driver.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/todo/git-annex-init_should_configure_git_diff_driver.mdwn diff --git a/doc/todo/git-annex-init_should_configure_git_diff_driver.mdwn b/doc/todo/git-annex-init_should_configure_git_diff_driver.mdwn new file mode 100644 index 0000000000..2b36d89832 --- /dev/null +++ b/doc/todo/git-annex-init_should_configure_git_diff_driver.mdwn @@ -0,0 +1 @@ +`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.