jacebrowning / jacebrowning/gitman

About using gitman with CR/LF line ending setting

Open
#319 2 comments 0 reactions 0 assignees View on GitHub
question
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
![image](https://github.com/jacebrowning/gitman/assets/96824325/7935e077-d5ea-46a5-bbce-c8d666f6b849)
**[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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.