Sitaram Chamarty
09aeb31198
project renamed to gitolite
2009-08-26 06:54:43 +05:30
Sitaram Chamarty
cb5a802d3e
DAMN DAMN DAMN those lexical filehandles
...
print FH unless () # was working fine
but
print $fh unless () # doesn't
instead of printing $_ to $fh, it prints $fh to STDOUT. DAMN DAMN DAMN
2009-08-25 21:47:12 +05:30
Sitaram Chamarty
66bf4a20f9
all: lexical file handles instead of bare
2009-08-25 11:06:03 +05:30
Sitaram Chamarty
ebf6300d01
all: some "our"s changed to "my"
2009-08-25 11:02:24 +05:30
Sitaram Chamarty
1f1b95f4c6
compile: move umask up to cover other outputs also
2009-08-25 07:06:36 +05:30
Sitaram Chamarty
cd01bb5297
compile: fail/error checks:
...
- don't update authkeys if parse fails
(done by moving that code so it runs *after* the parse)
- check group/usernames for sanity
2009-08-24 17:40:44 +05:30
Sitaram Chamarty
3cddc4ca35
compile/update-hook: preserve the order of refs
...
...by turning the last piece (list of allowed refs) into an array rather than a hash
2009-08-24 15:06:39 +05:30
Sitaram Chamarty
2e38867b59
add hook, the last piece
2009-08-24 15:06:36 +05:30
Sitaram Chamarty
7d016908bd
gl-compile-conf changed (see below) and "rc" file added
...
- factored out all the pathnames etc to an rc
- taught it to create repos that dont exist but are mentioned
- promoted user up one level (moving ref down) because gl-auth needs it
- REPO_BASE no longer contains $HOME so that has to be added in manually
- little bugs here and there, like in @refs
2009-08-24 15:05:47 +05:30
Sitaram Chamarty
dc4193e633
gl-compile-conf now has "compilation" of the conf file also
2009-08-24 06:11:27 +05:30
Sitaram Chamarty
40dbada486
shell? perl? schizophrenia? fix it NOW dammit :)
2009-08-23 11:05:24 +05:30