-
I'm trying to get rid of an old rsa key which was replaced with ed25519 key. I made updates in redmine git hosting plugin to poing to 'redmine_gitolite_admin_ed25519' and 'redmine_gitolite_admin_ed255…
-
Git [is moving away from `master`](https://sfconservancy.org/news/2020/jun/23/gitbranchname/). I figured it was harmless, so I set
```
$ git config --global init.defaultBranch
trunk
```
on my…
kousu updated
3 years ago
-
Gitolite allows you to define groups of users. I didn't notice that config file gitolite.conf generated by redmine_git_hosting plugin contains groups defined in Redmine. There is only reference to spe…
saric updated
12 years ago
-
Hello,
I'm executing the Gitolite tests. They come out with errors.
Here ist my setup:
- Starting the container as described.
- Logging in the Container with "docker exec -it #ID /bin/sh
- Creati…
-
Gitolite adds an update hook for itself in the git repository that returns an error when trying to do an svn check-in. See the second item at https://gitolite.com/gitolite/emergencies.html#common-erro…
-
gitolite/gitolite3.rc.erb is not available in your file tree.
Based on a code review, without testing.
hesco updated
9 years ago
-
This is a feature I would love to see. Together with repo-autodiscovery it would be very cool if klaus could discover gitolite repositories and [check whether pull access is granted by gitolite](http:…
-
http://blog.hongyangliao.com/2017/12/08/Git/%E8%BF%81%E7%A7%BBgitolite/
-
I'm considering using your image but this would require my users to change their configuration since the user name is gitolite and is git on my current setup.
I would argue that git is a better nam…
-
As far as I can tell {experiments, but no pointers to gitolite
documentation}, `gitolite setup` command overrides whatever
/var/lib/git/.gitolite.rc file was there, as such following
Dockerfile
FROM…