This commit is contained in:
Xavier-Do 2025-02-19 09:34:27 +01:00
parent ff6160b9ff
commit 09ba8cf552

View File

@ -9,6 +9,7 @@
[remote "<t t-out="remote_id.remote_name"/>"]
url = <t t-out="remote_id.name"/>
<t t-if = "remote_id.fetch_heads"> fetch = +refs/heads/*:refs/<t t-out='remote_id.remote_name'/>/heads/*</t>
<t t-if = "remote_id.fetch_heads"> fetch = +refs/notes/*:refs/<t t-out='remote_id.remote_name'/>/notes/*</t>
<t t-if = "remote_id.fetch_pull"> fetch = +refs/pull/*/head:refs/<t t-out='remote_id.remote_name'/>/pull/*</t>
</t></template>
</data>