Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.580 Beiträge
Delphi 12 Athens
|
AW: github und LF CRLF
24. Jun 2025, 14:10
siehe https://git-scm.com/docs/git-config
und https://git-scm.com/docs/gitattributes
core.safecrlf = true
core.autocrlf = false
und zusätzlich vielleicht noch
core.ignorecase = true
core.hidedotfiles = false
core.protectntfs = true
core.protecthfs = true
Alternativ im .gitattributes für *.pas, *.dfm usw. das CRLF explizit vorgeben oder auf binary umstellen.
Ein Therapeut entspricht 1024 Gigapeut.
Geändert von himitsu (24. Jun 2025 um 14:14 Uhr)
|