aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix: skip empty metadataHEADgitolite-gentoo-3.6.13.1masterRobin H. Johnson2024-01-211-0/+1
* feat: GL_METADATA during non-repo commandsgitolite-gentoo-3.6.13Robin H. Johnson2024-01-205-19/+65
* fix: ensure keydir exists before loading metadataRobin H. Johnson2024-01-201-3/+6
* Merge tag 'v3.6.13'Robin H. Johnson2024-01-205-4/+5
|\
| * fixed up several broken URLs (minor but annoying)Sitaram Chamarty2023-07-144-4/+4
| * simple fix to a problem created by cf423a6a...Sitaram Chamarty2023-07-141-0/+1
* | Merge remote-tracking branch 'upstream/master'gitolite-gentoo-3.6.12.1Robin H. Johnson2023-04-181-1/+6
|\|
| * minor help text fixupSitaram Chamarty2022-07-161-1/+6
* | Merge tag 'v3.6.12'gitolite-gentoo-3.6.12Robin H. Johnson2021-03-067-77/+120
|\|
| * gitolite mirroring terminology changesSitaram Chamarty2020-08-047-77/+120
* | Merge remote-tracking branch 'upstream/master'gitolite-gentoo-3.6.11.1Robin H. Johnson2020-06-166-16/+38
|\|
| * propagate *all* ssh-keygen errorsSitaram Chamarty2020-02-071-1/+1
| * 'config' user command needs to allow for space-separated config valuesSitaram Chamarty2020-01-011-2/+17
| * memberships: don't try to match patterns for users!Sitaram Chamarty2019-12-221-3/+6
| * repo-specific hooks: fix bug in handling reserved hooksSitaram Chamarty2019-06-131-10/+8
| * RepoUmask: mention the need for a manual chmod for existing reposSitaram Chamarty2019-04-221-0/+4
| * VREF/MAX_NEWBIN_SIZE does not handle deletionThomas Gerbet2019-03-031-0/+2
* | Merge tag 'v3.6.11'gitolite-gentoo-3.6.11Robin H. Johnson2020-06-162-12/+6
|\|
| * tighten up security for rsyncSitaram Chamarty2019-01-081-12/+6
| * option command needed chmod +xSitaram Chamarty2018-12-231-0/+0
* | Merge tag 'v3.6.10'gitolite-gentoo-3.6.10Robin H. Johnson2020-06-163-9/+1
|\|
| * block access() to repos being importedSitaram Chamarty2018-09-213-9/+1
* | Merge tag 'v3.6.9'gitolite-gentoo-3.6.9Robin H. Johnson2020-06-167-16/+58
|\|
| * warn about unknown triggersSitaram Chamarty2018-09-081-0/+5
| * prevent access to repos which are in the process of bring migratedSitaram Chamarty2018-09-082-2/+25
| * access: fallthru in VREFs needs fixingSitaram Chamarty2018-08-271-1/+4
| * access: fix minor typo in pattern name usedSitaram Chamarty2018-08-261-1/+1
| * fix 'C' and 'M' tests in 'gitolite access'...Sitaram Chamarty2018-08-041-1/+2
| * VREF/NAME needs special handling in expand-deny-messagesSitaram Chamarty2018-07-221-4/+8
| * 'info' learns '-p' option to show only physical reposSitaram Chamarty2018-07-221-7/+9
| * autoflush stdout...Sitaram Chamarty2018-07-192-0/+4
* | Merge tag 'v3.6.8'gitolite-gentoo-3.6.8Robin H. Johnson2020-06-1616-83/+226
|\|
| * fix typo in documentation within VREF codeSitaram Chamarty2018-07-121-2/+2
| * Reduce disk writes in post-compile triggersKonstantin Ryabitsev2018-04-162-2/+5
| * allow hard tabs in template dataSitaram Chamarty2018-04-051-0/+2
| * fix bug when deleting ALL hooks for a repoSitaram Chamarty2018-02-111-11/+13
| * clean up previous patch on handling trailing slashesSitaram Chamarty2017-12-151-8/+12
| * remove trailing "/" if user supplied oneSitaram Chamarty2017-12-061-0/+4
| * make pre-receive repo-specific hooks bail on non-zero exitSitaram Chamarty2017-11-091-2/+2
| * change silent ignore to warning...Sitaram Chamarty2017-10-311-1/+1
| * keeping the profs at Cambridge happy...Sitaram Chamarty2017-10-251-15/+28
| * allow orphan gl-conf files (see below for details)Sitaram Chamarty2017-10-131-1/+1
| * templates, template data, and compiling template dataSitaram Chamarty2017-09-293-0/+103
| * set a repo's group membership(s) in 'gl-repo-groups'...Sitaram Chamarty2017-09-261-0/+7
| * optimise the single-repo POST_CREATE cases a bit...Sitaram Chamarty2017-09-253-6/+28
| * remove unneeded POST_CREATE scripts when running compile/setupSitaram Chamarty2017-09-255-28/+7
| * some optimisations in compile step...Sitaram Chamarty2017-09-241-6/+12
| * Revert "reduce stat() and other calls for huge installs"Sitaram Chamarty2017-09-181-28/+7
| * reduce stat() and other calls for huge installsSitaram Chamarty2017-08-111-7/+28
| * remove a couple of redundant/useless linesSitaram Chamarty2017-08-072-2/+0