From 03963f80992d3eda5c9b7ab6e8daafa7154db0e7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 27 Sep 2021 12:14:25 -0400 Subject: [PATCH] response --- ..._3_ac441a3718a8e61b4774761fb0fbe71b._comment | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/bugs/diff_driver_using_hash_without_subdir/comment_3_ac441a3718a8e61b4774761fb0fbe71b._comment diff --git a/doc/bugs/diff_driver_using_hash_without_subdir/comment_3_ac441a3718a8e61b4774761fb0fbe71b._comment b/doc/bugs/diff_driver_using_hash_without_subdir/comment_3_ac441a3718a8e61b4774761fb0fbe71b._comment new file mode 100644 index 0000000000..c19697df82 --- /dev/null +++ b/doc/bugs/diff_driver_using_hash_without_subdir/comment_3_ac441a3718a8e61b4774761fb0fbe71b._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2021-09-27T16:07:35Z" + content=""" +Your script contains: + + head .git$(cat $2) + +How is this using `git-annex diffdriver`? If you were using that, +you would expect `$2` to be the path to the actual location of the annexed +file. So you would not need to cat it, or to append `.git` to it. + +Files in the git history can be unlocked, that is a feature that was +introduced in git-annex version 7. See the documentation + +"""]]