gitolite/src
Sitaram Chamarty f73e3d70d0 git-config should work even if description is set!
the optimisation that I just broke here was responsible for a bug that
ignores config entries if you also had a description there

    repo @all
        config foo.bar.testAAA = "testAAA"

    repo	foo1 foo2
        RW+	= u1 u2
        R	= gitweb

    foo1 "sitaram" = "some project"

This is because the %git_configs hash has been wiped out earlier (when
can_read($repo, "gitweb") was first called) yet now you're not giving it
a chance to get filled because $desc short-circuits can_read.

(incidentally, this is one of those things that makes g3 so nice in
comparision, because I decided not to be so fixated on efficiency!)
2012-04-13 05:56:29 +05:30
..
gitolite.pm git-config should work even if description is set! 2012-04-13 05:56:29 +05:30
gitolite_env.pm gitolite v2.0rc1 -- please see new developer-notes doc 2011-01-16 07:26:13 +05:30
gitolite_rc.pm (projects.list changes) allow escaping the names... 2011-10-06 19:55:46 +05:30
gl-admin-push gl-admin-push learns '-h' 2012-02-29 06:45:31 +05:30
gl-auth-command some nice ADC changes... (warning: minor backward compat breakage) 2011-10-17 18:42:57 +05:30
gl-compile-conf vref: code 2012-02-26 09:04:30 +05:30
gl-conf-convert gl-conf-convert learns '-h' 2012-02-29 06:45:31 +05:30
gl-dryrun gl-dryrun learns '-h', plus a couple of other fixes 2012-02-29 06:45:31 +05:30
gl-install clean up gl-install 2012-02-22 06:12:22 +05:30
gl-mirror-push mirroring: fix several minor issues related to 'reponame.git' 2012-03-24 16:15:33 +05:30
gl-mirror-shell mirroring: fix several minor issues related to 'reponame.git' 2012-03-24 16:15:33 +05:30
gl-query-rc gitolite v2.0rc1 -- please see new developer-notes doc 2011-01-16 07:26:13 +05:30
gl-setup replaced comm with grep for devices without comm 2012-03-02 09:09:15 +05:30
gl-setup-authkeys from-client (gl-easy-install) is now obsolete 2011-09-29 07:31:43 +05:30
gl-system-install Be compatible with older versions of File::Path 2012-03-09 05:49:21 +05:30
gl-time gitolite v2.0rc1 -- please see new developer-notes doc 2011-01-16 07:26:13 +05:30
gl-tool gl-tool learns '-h' 2012-02-27 19:56:25 +05:30
sshkeys-lint sshkeys-lint learns '-h' 2012-02-29 06:45:31 +05:30