2022-08-08 06:44:19 +00:00
|
|
|
# Copyright (c) Ansible Project
|
|
|
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
2020-03-09 09:11:07 +00:00
|
|
|
[http]
|
2022-08-05 19:08:41 +00:00
|
|
|
proxy = foo
|
2023-12-03 08:41:34 +00:00
|
|
|
|
|
|
|
[push]
|
|
|
|
pushoption = merge_request.create
|
|
|
|
pushoption = merge_request.draft
|
|
|
|
pushoption = merge_request.target=foobar
|