mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
[PR #7260/07bac177 backport][stable-8] git_config: support multiple values for same name (#7672)
git_config: support multiple values for same name (#7260)
* Refactor the existing git_config.py
* Support multiple values for same name
(cherry picked from commit 07bac1777f)
Co-authored-by: Günther Grill <guenhter@users.noreply.github.com>
This commit is contained in:
@@ -4,3 +4,8 @@
|
||||
|
||||
[http]
|
||||
proxy = foo
|
||||
|
||||
[push]
|
||||
pushoption = merge_request.create
|
||||
pushoption = merge_request.draft
|
||||
pushoption = merge_request.target=foobar
|
||||
|
||||
Reference in New Issue
Block a user