gitblit
gitblit copied to clipboard
pure java git solution
I have gitblit configured behind a proxy server (traefik) which is providing HTTPS (so gitblit access is HTTP behind the proxy) However when I configure this acceptedPushTransports=SSH HTTPS It does...
Originally reported on Google Code with ID 520 ``` Hello Guys, i recently discovered Gitblit and the only thing i'd really wish for is an alternative to gravatar. Best would...
This pullrequest extends the Jenkins post receive hook with the possibility to configure an access token. This token is needed since Git Plugin 4.11.4 (see https://www.jenkins.io/security/advisory/2022-07-27/#SECURITY-284)
With Jenkins Git Plugin 4.11.4 the HTTP notify calls needs a token to trigger a build (See https://www.jenkins.io/security/advisory/2022-07-27/#SECURITY-284). It can be created in "Git plugin notifyCommit access tokens" section of...
jenkins is deployed in docker and git version 2.39.2 is installed in jenkins. when git goes to gitblit and uses https to pull code, he prompts me from time to...
Is there a plan to update SSH-libraries? I would like to use one ED25519 and less configuration for all services. But gitblit cannot yet accept ED25519 Key. I can also...
I met an issue today when I was trying to login Gitblit 1.9.2 using a local admin account. It failed login and prompt me invalid user name or password. Then...
Hi, at the moment running the ant build and importing the project to IntelliJ doesn't get one started with Gitblit to debug, or help fix issues. My request is to...
see https://github.com/isong0623/iGitblit
Hello, I can configure with git config --global core.whitespace trailing-space,space-before-tab,indent-with-non-tab on client side to ignore whitespace changes. Is there a parameter on gitblit server side about whitespaces? Thanks Markus