From e66a082b4e13785c1885fad39f8fe5b91aeacf95 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 29 Nov 2023 13:32:19 -0400 Subject: [PATCH] close as fixed --- ...s_interoperability_Win-Ux__58__..post-receive.mdwn | 2 ++ ...omment_5_c22f9e3c5e438b2cc05008bc3f91b7fc._comment | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 doc/bugs/CRLF_breaks_interoperability_Win-Ux__58__..post-receive/comment_5_c22f9e3c5e438b2cc05008bc3f91b7fc._comment diff --git a/doc/bugs/CRLF_breaks_interoperability_Win-Ux__58__..post-receive.mdwn b/doc/bugs/CRLF_breaks_interoperability_Win-Ux__58__..post-receive.mdwn index b3e0f01375..06d01733c7 100644 --- a/doc/bugs/CRLF_breaks_interoperability_Win-Ux__58__..post-receive.mdwn +++ b/doc/bugs/CRLF_breaks_interoperability_Win-Ux__58__..post-receive.mdwn @@ -60,3 +60,5 @@ To /var/tmp/mnt/winhost-w10-5920/cygdrive/e/my.gitannex/ Yes. I think git-annex is a hidden gem of the open source community. + +> [[fixed|done]] --[[Joey]] diff --git a/doc/bugs/CRLF_breaks_interoperability_Win-Ux__58__..post-receive/comment_5_c22f9e3c5e438b2cc05008bc3f91b7fc._comment b/doc/bugs/CRLF_breaks_interoperability_Win-Ux__58__..post-receive/comment_5_c22f9e3c5e438b2cc05008bc3f91b7fc._comment new file mode 100644 index 0000000000..de5861f990 --- /dev/null +++ b/doc/bugs/CRLF_breaks_interoperability_Win-Ux__58__..post-receive/comment_5_c22f9e3c5e438b2cc05008bc3f91b7fc._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 5""" + date="2023-11-29T17:29:08Z" + content=""" +[[!commit 4e35067325022e4d8790d45557156fd1166484df]] fixed this. +Previously, git-annex did write hook scripts with CRLF line endings. + +Existing hook scripts won't be changed by git-annex, but if you delete +them, and re-run `git-annex init` it will reinstall it without the CRLF. +"""]]