[midPoint-git] [Evolveum/midpoint] 075ed1: Fix line separators for *.sh files in dist
mederly
noreply at github.com
Thu Feb 26 16:15:51 CET 2026
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 075ed1e6930598e196112ff50f3fe6315cea3ea3
https://github.com/Evolveum/midpoint/commit/075ed1e6930598e196112ff50f3fe6315cea3ea3
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2026-02-26 (Thu, 26 Feb 2026)
Changed paths:
A .gitattributes
Log Message:
-----------
Fix line separators for *.sh files in dist
This commit forces LF line endings on shell scripts in the dist module.
Why: For Windows users with core.autocrlf set, lines in all files end
with CRLF by default. This is troublesome e.g. when creating Docker
image from midPoint distribution archive on Windows, because such an
image won't start with the message:
env: can't execute 'bash
': No such file or directory
Hence, for selected files (bin/*.sh) we need to ensure that lines
end with LF even on Windows.
Commit: 9ffc3be911f50a1a244aa42a4a6100218191126c
https://github.com/Evolveum/midpoint/commit/9ffc3be911f50a1a244aa42a4a6100218191126c
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2026-02-26 (Thu, 26 Feb 2026)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/simulation/panel/correaltion/CorrelationCandidatePanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/simulation/util/CorrelationUtil.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Compare: https://github.com/Evolveum/midpoint/compare/4594bd523912...9ffc3be911f5
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications
More information about the midPoint-svn
mailing list