]> source.dussan.org Git - jgit.git/commit
Handle non-normalized index also for executable files 80/159980/1
authorThomas Wolf <thomas.wolf@paranor.ch>
Wed, 25 Mar 2020 08:13:20 +0000 (09:13 +0100)
committerThomas Wolf <thomas.wolf@paranor.ch>
Wed, 25 Mar 2020 08:50:12 +0000 (09:50 +0100)
commit24f82b533a1774f03fbedb5f32854aa8858fce6d
tree8eebb99c5ec6361dc9c579115f7435af968d7cc4
parent241557137070d680cf730ba1633df5e4c4266a1d
Handle non-normalized index also for executable files

Commit 60cf85a4 corrected the handling of check-in for files where
the index version is non-normalized, i.e., contains CR-LF line endings.
However, it did so only for regular files, not executable files.

Bug: 561438
Change-Id: I372cc990c5efeb00315460f36459c0652d5d1e77
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitCommandTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/StatusCommandTest.java
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/WorkingTreeIterator.java