The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to ensure that ignorecase = false on repository on Bitbucket?

Łukasz Jarych
March 25, 2025

Hi Guys,

When I am cloning repo I am getting these parameters as true:

 

ignorecase = true
    autocrlf = false

How to ensure on bitbukcet level while creating manually repository that those will be =false and input?

Best,
Luke

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Ben
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 26, 2025

Hi Łukasz,

Unfortunately, there is no direct setting in Bitbucket to enforce these Git configurations globally for all repositories upon creation:

You would need to create a .git/config file in the repository manually after creation with these settings configured. You could potentially write a script that leverages our create repository API endpoint to create a repository, then immediately commit the config file to it once the API call succeeds.

Cheers!

- Ben (Bitbucket Cloud Support)

 

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events