]> git.corax.cc Git - toolbox/commit
include/gitlab: Allow destination namespace to be passed to fork methods
authorMatthias Kruk <matthias.kruk@miraclelinux.com>
Wed, 19 May 2021 23:32:28 +0000 (08:32 +0900)
committerMatthias Kruk <matthias.kruk@miraclelinux.com>
Wed, 19 May 2021 23:32:28 +0000 (08:32 +0900)
commit5a43d0816fdd5b8f78fa28af3d323c3cc35116cf
tree631a7b32d0c40a9bdee5cd46cea4416aee4a0564
parent67b70315a282c689dcfdd184f32aab26dc9ffb10
include/gitlab: Allow destination namespace to be passed to fork methods

The gitlab_fork() and gitlab_fork_sync() functions can only be used to
for a project to the user's personal namespace, since they do not allow
the destination namespace to be specified. This commit adds an argument
for the destination namespace, so that the functions can be used to fork
into arbitrary namespaces.
include/gitlab.sh