Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GitConfigParser.set_value should support setting multiple values for an option #717

Closed
@craftyguy

Description

@craftyguy

GitConfigParser.set_value does not allow for setting multiple values for a given option.
One example of this is inthe refspec documentation for git:

remote "origin"]url = https://github.com/schacon/simplegit-progitfetch = +refs/heads/master:refs/remotes/origin/masterfetch = +refs/heads/experiment:refs/remotes/origin/experiment

If you try to callset_value twice with the two different refspecs above, only the last one will get set.. which makes sense sinceset_value seems to only support setting one value for a given option.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp