Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix setting umask in setup_gitweb_access() and refactoringgitolite-gentoo-2.3.3master-g2 | Christian Ruppert | 2014-08-23 | 1 | -5/+2 |
* | All calls to git-config need to be wrapped by the umask handler. | Robin H. Johnson | 2014-08-23 | 1 | -0/+6 |
* | Only change umask after wildrepos check. | Robin H. Johnson | 2014-08-23 | 1 | -2/+3 |
* | Do not assume that the test user is in a group of the same name. | Robin H. Johnson | 2014-08-23 | 9 | -126/+127 |
* | Use Bash | Christian Ruppert | 2014-01-19 | 1 | -1/+1 |
* | Add dist.sh | Christian Ruppert | 2014-01-19 | 1 | -0/+31 |
* | Fix umask stability issues that caused only partially visible repos in gitweb.gitolite-gentoo-2.3.2 | Robin H. Johnson | 2013-11-05 | 1 | -3/+10 |
* | Merge branch 'upstream'v2.3.1-gentoogitolite-gentoo-2.3.1 | Christian Ruppert | 2012-05-20 | 46 | -524/+1666 |
|\ | |||||
| * | v2.3.1v2.3.1upstream-g2 | Sitaram Chamarty | 2012-05-14 | 1 | -0/+5 |
| * | git-config should work even if description is set! | Sitaram Chamarty | 2012-04-13 | 1 | -1/+1 |
| * | next round of doc fixes | Sitaram Chamarty | 2012-03-25 | 1 | -2/+2 |
| * | mention g3 in README | Sitaram Chamarty | 2012-03-25 | 1 | -0/+18 |
| * | mirroring: fix several minor issues related to 'reponame.git' | Sitaram Chamarty | 2012-03-24 | 3 | -1/+20 |
| * | (oopsies!) minor bug in a hurriedly written one-liner | Sitaram Chamarty | 2012-03-20 | 1 | -1/+1 |
| * | allow "config hooks.emailprefox = '[%GL_REPO]'" and such | Sitaram Chamarty | 2012-03-20 | 1 | -0/+1 |
| * | Be compatible with older versions of File::Path | Greg Bacon | 2012-03-09 | 1 | -2/+2 |
| * | specify documentation licensing as CC-BY-NC-SA | Sitaram Chamarty | 2012-03-02 | 2 | -2/+11 |
| * | replaced comm with grep for devices without comm | Arno Gramatke | 2012-03-02 | 1 | -1/+1 |
| * | replaced mktemp with a perl equivalent to make the setup usable on machines w... | Arno Gramatke | 2012-03-02 | 1 | -1/+1 |
| * | fork ADC: stop carrying along non-gitolite hooks | Sitaram Chamarty | 2012-02-29 | 1 | -1/+9 |
| * | merge all the '-h' related changes | Sitaram Chamarty | 2012-02-29 | 7 | -9/+43 |
| |\ | |||||
| | * | gl-conf-convert learns '-h' | Sitaram Chamarty | 2012-02-29 | 1 | -0/+4 |
| | * | gl-dryrun learns '-h', plus a couple of other fixes | Sitaram Chamarty | 2012-02-29 | 1 | -3/+5 |
| | * | gl-admin-push learns '-h' | Sitaram Chamarty | 2012-02-29 | 1 | -0/+9 |
| | * | gl-mirror-shell learns '-h' | Sitaram Chamarty | 2012-02-29 | 1 | -2/+5 |
| | * | sshkeys-lint learns '-h' | Sitaram Chamarty | 2012-02-29 | 1 | -2/+3 |
| | * | gl-tool learns '-h' | Sitaram Chamarty | 2012-02-27 | 1 | -1/+1 |
| | * | gl-system-install learns '-h' | Sitaram Chamarty | 2012-02-27 | 1 | -1/+16 |
| |/ | |||||
| * | gl-setup changes: | Sitaram Chamarty | 2012-02-27 | 2 | -13/+92 |
| * | (minor fixups related to virtual ref) | Sitaram Chamarty | 2012-02-26 | 3 | -5/+3 |
| * | 3 new VREFs plus doc | Sitaram Chamarty | 2012-02-26 | 7 | -206/+239 |
| * | vref: docs | Sitaram Chamarty | 2012-02-26 | 1 | -0/+222 |
| * | 'filetype' VREF | Sitaram Chamarty | 2012-02-26 | 4 | -1/+177 |
| * | vref: tests | Sitaram Chamarty | 2012-02-26 | 3 | -1/+154 |
| * | vref: code | Sitaram Chamarty | 2012-02-26 | 3 | -27/+105 |
| * | next round of doc changes | Sitaram Chamarty | 2012-02-24 | 8 | -10/+45 |
| * | <sigh> why won't people read just *one* para more...? | Sitaram Chamarty | 2012-02-22 | 1 | -9/+9 |
| * | fix http install (broken by d08aca); add a quick smoke test | Sitaram Chamarty | 2012-02-22 | 4 | -1/+153 |
| * | add a standalone test for gl-system-install | Sitaram Chamarty | 2012-02-22 | 1 | -0/+178 |
| * | clean up gl-system-install | Sitaram Chamarty | 2012-02-22 | 2 | -97/+109 |
| * | clean up gl-install | Sitaram Chamarty | 2012-02-22 | 2 | -78/+36 |
| * | make log_it() put out a little more info if called prematurely | Sitaram Chamarty | 2012-02-21 | 1 | -1/+3 |
| * | simplified steps for moving servers | Sitaram Chamarty | 2012-02-21 | 1 | -65/+28 |
| * | gitolite.rc.mkd - documentation updates | wu-lee | 2012-02-16 | 1 | -10/+19 |
| * | replace <<EOF type constructs with multi-line echo | Sitaram Chamarty | 2012-02-14 | 3 | -10/+10 |
* | | Add find_pubkey() function | Christian Ruppert | 2012-02-18 | 0 | -0/+0 |
* | | Add export_key_metadata() function | Christian Ruppert | 2012-02-18 | 1 | -0/+68 |
* | | Parse and export metadata | Christian Ruppert | 2012-02-18 | 4 | -0/+44 |
* | | Improved setup_authkeys() function | Christian Ruppert | 2012-02-18 | 1 | -30/+44 |
* | | Allow one to specify a per repository umask | Christian Ruppert | 2012-02-17 | 3 | -3/+28 |