close as fixed
authorJoey Hess <joeyh@joeyh.name>
Wed, 29 Nov 2023 17:32:19 +0000 (13:32 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 29 Nov 2023 17:32:19 +0000 (13:32 -0400)
doc/bugs/CRLF_breaks_interoperability_Win-Ux__58__..post-receive.mdwn
doc/bugs/CRLF_breaks_interoperability_Win-Ux__58__..post-receive/comment_5_c22f9e3c5e438b2cc05008bc3f91b7fc._comment [new file with mode: 0644]

index b3e0f01375b4d31edee68afb899fed35bbd8e059..06d01733c73d13f22db3d81d304a1cfab5cf2eb4 100644 (file)
@@ -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 (file)
index 0000000..de5861f
--- /dev/null
@@ -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.
+"""]]