Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Enforcing autocrlf=false

Hello,

I am using JGit in an environment where I cannot modify the global .gitconfig file.
(application is given to users who may or may not have git installed and may be on windows or linux).

I would like to set the core.autocrlf value to false programatically (overriding the value from the .gitconfig file).
Is that possible?

Thanks,
Gabriel

Back to the top