Skip to content

docs: fix Windows 'SET' command examples - #2420

Open
mjcheetham wants to merge 1 commit into
git-ecosystem:mainfrom
mjcheetham:fixdocs
Open

docs: fix Windows 'SET' command examples#2420
mjcheetham wants to merge 1 commit into
git-ecosystem:mainfrom
mjcheetham:fixdocs

Conversation

@mjcheetham

Copy link
Copy Markdown
Contributor

The Windows command prompt 'SET' command does not require quotes to enclose the value. Our examples were all doing something like:

SET NAME="VALUE"

..which results in "VALUE" being the literal value of NAME. For booleans such as "false" this would failed to be parsed by the ToBooleany-type parsing methods.

The Windows command prompt 'SET' command does not require quotes to
enclose the value. Our examples were all doing something like:

SET NAME="VALUE"

..which results in "VALUE" being the literal value of NAME. For booleans
such as "false" this would failed to be parsed by the `ToBooleany`-type
parsing methods.

Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>
@mjcheetham
mjcheetham requested a review from a team as a code owner August 26, 2026 16:06
@mjcheetham mjcheetham added bug A bug in Git Credential Manager docs Documentation changes labels Aug 26, 2026
@mjcheetham
mjcheetham requested a review from mpysson August 26, 2026 16:06
@mjcheetham
mjcheetham enabled auto-merge August 26, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug A bug in Git Credential Manager docs Documentation changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant