Skip to content

git config get 25% slower than git config --get #5910

@kkmuffme

Description

@kkmuffme

Existing issues matching what you're seeing

  • I was not able to find an open or closed issue matching what I'm seeing

Git for Windows version

git version 2.51.0.windows.1

Windows version

Windows 11

Windows CPU architecture

x86_64 (64-bit)

Additional Windows version information

Options set during installation

cat /etc/install-options.txt Editor Option: VIM Custom Editor Path: Default Branch Option: Path Option: Cmd SSH Option: ExternalOpenSSH Tortoise Option: false CURL Option: OpenSSL CRLF Option: CRLFCommitAsIs Bash Terminal Option: MinTTY Git Pull Behavior Option: FFOnly Use Credential Manager: Enabled Performance Tweaks FSCache: Enabled Enable Symlinks: Disabled Enable FSMonitor: Disabled

Other interesting things

No response

Terminal/shell

git bash

Commands that trigger the issue

time git config get blame.markIgnoredLines true real 0m0.213s user 0m0.000s sys 0m0.015s time git config --get blame.markIgnoredLines true real 0m0.166s user 0m0.000s sys 0m0.015s

Expected behaviour

Should take the same amount of time

Actual behaviour

25% slower on average

Repository

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions