jacebrowning / jacebrowning/gitman
About using gitman with CR/LF line ending setting
- Dominant language
- Python
- Stars
- 225
- Forks
- 36
- Avg merge
- 15h 47m
- Merged PRs (30d)
- 8
Description
Hi Jace
I use the gitman to download project
https://pypi.org/project/gitman/
And i have some question about autocrlf setting
With naive git command
we could use the config parma core.autocrlf=false to replace line ending

**[Example]**
git clone git@github.myproject.git --config core.autocrlf=false
Is there any way to set the line ending autocrlf (CR/LF) when using gitman?
Contributor guide
Research direction
Start by checking gitman's documented clone and configuration options, then inspect how its CLI invokes Git. Confirm whether core.autocrlf can be passed through when downloading a project, and document or implement the supported setting if it cannot.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100