aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix setting umask in setup_gitweb_access() and refactoringgitolite-gentoo-2.3.3master-g2Christian Ruppert2014-08-231-5/+2
* All calls to git-config need to be wrapped by the umask handler.Robin H. Johnson2014-08-231-0/+6
* Only change umask after wildrepos check.Robin H. Johnson2014-08-231-2/+3
* Do not assume that the test user is in a group of the same name.Robin H. Johnson2014-08-239-126/+127
* Use BashChristian Ruppert2014-01-191-1/+1
* Add dist.shChristian Ruppert2014-01-191-0/+31
* Fix umask stability issues that caused only partially visible repos in gitweb.gitolite-gentoo-2.3.2Robin H. Johnson2013-11-051-3/+10
* Merge branch 'upstream'v2.3.1-gentoogitolite-gentoo-2.3.1Christian Ruppert2012-05-2046-524/+1666
|\
| * v2.3.1v2.3.1upstream-g2Sitaram Chamarty2012-05-141-0/+5
| * git-config should work even if description is set!Sitaram Chamarty2012-04-131-1/+1
| * next round of doc fixesSitaram Chamarty2012-03-251-2/+2
| * mention g3 in READMESitaram Chamarty2012-03-251-0/+18
| * mirroring: fix several minor issues related to 'reponame.git'Sitaram Chamarty2012-03-243-1/+20
| * (oopsies!) minor bug in a hurriedly written one-linerSitaram Chamarty2012-03-201-1/+1
| * allow "config hooks.emailprefox = '[%GL_REPO]'" and suchSitaram Chamarty2012-03-201-0/+1
| * Be compatible with older versions of File::PathGreg Bacon2012-03-091-2/+2
| * specify documentation licensing as CC-BY-NC-SASitaram Chamarty2012-03-022-2/+11
| * replaced comm with grep for devices without commArno Gramatke2012-03-021-1/+1
| * replaced mktemp with a perl equivalent to make the setup usable on machines w...Arno Gramatke2012-03-021-1/+1
| * fork ADC: stop carrying along non-gitolite hooksSitaram Chamarty2012-02-291-1/+9
| * merge all the '-h' related changesSitaram Chamarty2012-02-297-9/+43
| |\
| | * gl-conf-convert learns '-h'Sitaram Chamarty2012-02-291-0/+4
| | * gl-dryrun learns '-h', plus a couple of other fixesSitaram Chamarty2012-02-291-3/+5
| | * gl-admin-push learns '-h'Sitaram Chamarty2012-02-291-0/+9
| | * gl-mirror-shell learns '-h'Sitaram Chamarty2012-02-291-2/+5
| | * sshkeys-lint learns '-h'Sitaram Chamarty2012-02-291-2/+3
| | * gl-tool learns '-h'Sitaram Chamarty2012-02-271-1/+1
| | * gl-system-install learns '-h'Sitaram Chamarty2012-02-271-1/+16
| |/
| * gl-setup changes:Sitaram Chamarty2012-02-272-13/+92
| * (minor fixups related to virtual ref)Sitaram Chamarty2012-02-263-5/+3
| * 3 new VREFs plus docSitaram Chamarty2012-02-267-206/+239
| * vref: docsSitaram Chamarty2012-02-261-0/+222
| * 'filetype' VREFSitaram Chamarty2012-02-264-1/+177
| * vref: testsSitaram Chamarty2012-02-263-1/+154
| * vref: codeSitaram Chamarty2012-02-263-27/+105
| * next round of doc changesSitaram Chamarty2012-02-248-10/+45
| * <sigh> why won't people read just *one* para more...?Sitaram Chamarty2012-02-221-9/+9
| * fix http install (broken by d08aca); add a quick smoke testSitaram Chamarty2012-02-224-1/+153
| * add a standalone test for gl-system-installSitaram Chamarty2012-02-221-0/+178
| * clean up gl-system-installSitaram Chamarty2012-02-222-97/+109
| * clean up gl-installSitaram Chamarty2012-02-222-78/+36
| * make log_it() put out a little more info if called prematurelySitaram Chamarty2012-02-211-1/+3
| * simplified steps for moving serversSitaram Chamarty2012-02-211-65/+28
| * gitolite.rc.mkd - documentation updateswu-lee2012-02-161-10/+19
| * replace <<EOF type constructs with multi-line echoSitaram Chamarty2012-02-143-10/+10
* | Add find_pubkey() functionChristian Ruppert2012-02-180-0/+0
* | Add export_key_metadata() functionChristian Ruppert2012-02-181-0/+68
* | Parse and export metadataChristian Ruppert2012-02-184-0/+44
* | Improved setup_authkeys() functionChristian Ruppert2012-02-181-30/+44
* | Allow one to specify a per repository umaskChristian Ruppert2012-02-173-3/+28