Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

we use gitlab as git server? what should we do on git server(gitlab) to support git-repo? #3

Closed
rhinoceros opened this issue May 24, 2020 · 2 comments

Comments

@rhinoceros
Copy link

No description provided.

@rhinoceros
Copy link
Author

@jiangxin

@jiangxin
Copy link
Collaborator

jiangxin commented Jun 4, 2020

Hi,

You can find detail in my blog:

You can push Gitlab to implement this feature or implement it by yourself. To be brief:

  1. Apply patches on Git from Git mailing list (https://public-inbox.org/git/20200518094039.757-1-worldhello.net@gmail.com/), or wait for next release of Git (10 weeks later).
  2. Develop your own proc-receive hook for Git which will call merge-request API of Gitlab. You can take t/helper/test-proc-receive.c as an example.
  3. Develop a new ssh_info API for gitlab, which advertises your service type.
  4. Write an internal or external helper for git-repo.

@jiangxin jiangxin closed this as completed Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants