]> git.proxmox.com Git - libgit2.git/commit - docs/changelog.md
Update text=auto / core.autocrlf=false behavior
authorEdward Thomson <ethomson@microsoft.com>
Wed, 18 Jun 2014 21:54:32 +0000 (16:54 -0500)
committerEdward Thomson <ethomson@microsoft.com>
Tue, 24 Jun 2014 17:46:32 +0000 (13:46 -0400)
commitd412165f948b77bf548234fd46fb0743f6afc3ed
treef6a8b3bf4b0d69ba6b744f9f58186faf1a095590
parente1fc03c9baea9864dec90d0aef7aadcc2ff20576
Update text=auto / core.autocrlf=false behavior

Git for Windows 1.9.4 changed the behavior when the text=auto
attribute is specified and core.autocrlf=false.  Previous observed
behavior would *not* filter files when going into the working
directory, the new behavior *does* filter.  Update our behavior to match.
CHANGELOG.md
src/crlf.c
tests/checkout/crlf.c