Found 103 matching messages (0.107 seconds). Page 1 of 6.
... On Jan 7, 2008, at 11:06 PM, Junio C Hamano ... that are committed with CRLF. We _know_ the problem and we ... should be enforced on all clones. But currently git has no ... Windows specific configuration; just official git. Steffen - To unsubscribe from this ...
git - Steffen Prohaska - Jan 8 2008 - 03:02
... This is a typical problem. Once CRLFs are in your repository ... Studio in fact happily works with files that only have lf ... bit broken at the moment with LF on > some files and ... therefore some configuration is inevitable. git requires you to configure autocrlf ...
git - Steffen Prohaska - Jan 7 2008 - 12:05
... would be to have > crlf=true, with > poor souls like Steffen ... all of the real-world problems happening during cross- platform development. ... . Maybe the default on Unix should be crlf=input? I'm ... list: send the line "unsubscribe git" in the body of a ...
git - Steffen Prohaska - Jan 9 2008 - 17:03
... can > check in CRLF text files to git and it doesn ... lines end with LF, and nobody has any problems regardless of ... consider everything binary. - only develop on windows, using only one set ... and-forth between LF and CRLF, sometimes mixing the two in ...
git - Linus Torvalds - Jan 10 2008 - 16:20
... line > endings. Isn't plain git functionally agnostic about line endings? ... 't the problem only come if you try to diff a CRLF ... can be > perfectly happy with plain git so long as they ... CR's, second puts one back on each line) Rogan - To unsubscribe ...
git - Rogan Dawes - Jan 10 2008 - 16:50
... Jefferis wrote: >> Isn't plain git functionally agnostic about line endings? ... have files with CRLF in my repo, but git was stripping ... patch. > > I worked around it with a smudge/clean filter of ... s, second puts one back on each line) > > Rogan OK so ...
git - Gregory Jefferis - Jan 10 2008 - 17:15
... > I don't think the CRLF problem is a Windows vs. ... CRLF->LF on checkout! This should be perfectly compatible with git's ... want to do this you're on your own mate. But I ... should show logically different behaviour on different platforms. However I think ...
git - Gregory Jefferis - Jan 11 2008 - 15:00
... torvalds@linux-foundation.org> wrote: > On Fri, 11 Jan 2008, Steffen ... involved. The right thing for git on Unix is > > to remove ... types of > machines too. We're working in a mixed environment ... I seldom have any problems with CRLF at all. Sometimes the ...
git - Christer Weinigel - Jan 11 2008 - 15:53
... would sometimes like to have CRLF > files in the repository and ... platform development (I would > developing on a Mac for a Windows ... CRLF->LF on checkout! This should be perfectly compatible with > git ... list: send the line "unsubscribe git" in the body of a ...
git - Dmitry Potapov - Jan 12 2008 - 11:26
... .gmane.org> writes: >>> >>>> msysgit installs plain git. core.autocrlf is unset. Whatever ... similar to setting crlf to "Unspecified", but also forces git to act as ... according to the local settings. - On Unix, core.defaultautocrlf defaults to " ...
git - Steffen Prohaska - Jan 8 2008 - 15:59
... the user that >>> "explicitly told git to do so" be the ... mark text files as text with attributes >> and if the port ... file as text but tell git to run its > auto-detection ... convention. Set:: Setting the `crlf` attribute on a path is meant ...
git - Junio C Hamano - Jan 8 2008 - 16:15
... can mark text files as text with attributes >>> and if the port to ... ending convention. > > Set:: > > Setting the `crlf` attribute on a path is meant to ... without guessing". Exactly this is the problem. Some projects want guessing. A ...
git - Steffen Prohaska - Jan 8 2008 - 16:39
... can mark text files as text with attributes and > >> if the port ... see what stdio did? The problem is that MinGW behaves sanely, ... if you use Windows daily, git on MinGW seems snappy, but ... re-checkout of files (for example after "git config core.crlf ...
git - Johannes Schindelin - Jan 9 2008 - 06:48
... .org> writes: > >> msysgit installs plain git. core.autocrlf is unset. Whatever ... the problem only come if you try to diff a CRLF ... option (probably enabled by default on all platforms) that allows files ... can be perfectly happy with plain git so long as they ...
git - Gregory Jefferis - Jan 10 2008 - 15:58
... environment. In this > case the CRLF file will be transferred from ... thing for git on Unix is > to remove CRLF during a ... that people probably do that more often with centralized systems, but ... be the *least* of your problems in that situation. You'd ...
git - Linus Torvalds - Jan 11 2008 - 14:10
... thing for git on Unix is >> to remove CRLF during a ... to do with centralized system or not. We're just working ... be the *least* > of your > problems in that situation. You'd ... guarantees). During the next checkout on Windows file corruption would happen ...
git - Steffen Prohaska - Jan 11 2008 - 14:29
... they are converted properly? Per default, CRLF conversion is disabled in msysgit. Git should not convert ... autocrlf true (this can be set on a per-repository basis or you ... this list: send the line "unsubscribe git" in the body of a message ...
git - Steffen Prohaska - Jan 7 2008 - 05:57
... files are added to the repo with unix line endings. We could then ... for files that need to be CRLF on all platforms; instead of shoving ... it's your fault for working on Windows in the first place!" ... this list: send the line "unsubscribe git" in the body of a ...
git - Marius Storm-Olsen - Jan 8 2008 - 04:55
... see what stdio did? > > The problem is that MinGW behaves sanely, ... really should default to > crlf=true on Windows, and provide a ... re-checkout of files (for example > after "git config core.crlf ... list: send the line "unsubscribe git" in the body of a ...
git - Junio C Hamano - Jan 9 2008 - 16:25
... 25 PM, Linus Torvalds wrote: > > > On Fri, 11 Jan 2008, Steffen ... your repository should not contain CRLF. autocrlf=input >> ensures this. > > But ... thing for git on Unix is to remove CRLF during a ... list: send the line "unsubscribe git" in the body of a ...
git - Steffen Prohaska - Jan 11 2008 - 13:56