History log of /web-php/backend/events/5ca8da3cf7c0edf02fd1c862af764411 (Results 1 – 5 of 5)
Revision Date Author Comments
# db427732 17-Oct-2018 Peter Kokot

This patch iCalendar files with CRLF line endings everywhere

If file is downloaded from certain Git interfaces such as GitHub,
the CRLF lineendings are not presevered. So it's best to di

This patch iCalendar files with CRLF line endings everywhere

If file is downloaded from certain Git interfaces such as GitHub,
the CRLF lineendings are not presevered. So it's best to disable line
normalization for all iCalendar files and all systems.

show more ...


# 81915371 17-Oct-2018 Peter Kokot

Renormalize line endings for iCalendar files.

The following settings will always checkout iCalendar files with CRLF
line endings no matter the user's system configuration of
core.aut

Renormalize line endings for iCalendar files.

The following settings will always checkout iCalendar files with CRLF
line endings no matter the user's system configuration of
core.autocrlf setting and core.eol setting.

show more ...


# d184dce4 17-Oct-2018 Peter Kokot

Convert iCalendar files end of lines back to CRLF

This patch fixes previous commit since the iCalendar format requires
the CRLF line endings.


# 6e80db50 17-Oct-2018 Peter Kokot

Convert CRLF line endings to LF

This patch simplifies line endings tracked in the Git repository and
syncs them to all include the LF style instead of the CRLF files.

Newline ch

Convert CRLF line endings to LF

This patch simplifies line endings tracked in the Git repository and
syncs them to all include the LF style instead of the CRLF files.

Newline characters:
- LF (\n) (*nix and Mac)
- CRLF (\r\n) (Windows)
- CR (\r) (old Mac, obsolete)

To see which line endings are in the index and in the working copy the
following command can be used:
`git ls-files --eol`

Git additionally provides `.gitattributes` file to specify if some files
need to have specific line endings on all platforms (either CRLF or LF).

Changed files shouldn't cause issues on modern Windows platforms because
Git can do output conversion if core.autocrlf=true is set on Windows
and then uses CRLF newlines in all files in the working tree.

Unless CRLF files are tracked specifically, Git by default tracks all
files in the index using LF newlines.

show more ...


# 84c7d04d 23-Jan-2014 Hannes Magnusson

Add hardcoded icalendars fetched from usergroups.json