Skip to content

write Repository::init() config with git-config (i.e. fs capabilities) #457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jul 14, 2022

Conversation

Byron
Copy link
Member

@Byron Byron commented Jul 13, 2022

Tasks

  • write Repository::init() config with git-config (i.e. fs capabilities)
  • support for core.logallrefupdates
  • tune git-config API for ease of use

Research

linux git v2.30.2

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
        ignorecase = true

windows git v2.36.0 RC1

[core]
	repositoryformatversion = 0
	filemode = false
	bare = false
	logallrefupdates = true
	symlinks = false
	ignorecase = true

macos git v2.32.1

[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true

@Byron Byron mentioned this pull request Jul 13, 2022
24 tasks
@Byron Byron merged commit 84b98d9 into main Jul 14, 2022
@Byron Byron deleted the config-comfort branch July 14, 2022 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant