d8df4a9344
(1) the backward compat breakage: you can't create empty-valued config
keys anymore. That is, you can't do the eqvt of the following shell
command using gitolite
git config foo.bar ""
(2) fixed a bug where this:
repo foo
config foo.bar =
when queried using
gitolite git-config -r foo .
would return even the empty valued ones, which -- remember! -- are
not supposed to exist anymore.
Fixing this bug allows situations like this to not show the admin
repo in gitweb:
repo [a-z].*
config gitweb.owner = P-h B
repo gitolite-admin
config gitweb.owner =
----
background...
Somewhere in g3 (well actually in
|
||
---|---|---|
doc | ||
src | ||
t | ||
check-g2-compat | ||
convert-gitosis-conf | ||
COPYING | ||
dot.pl | ||
install | ||
README.mkd |
Gitolite README
Github users: please read the "wiki" link at the top of the page before submitting issues or pull requests.
If you're reading this on the main gitolite page on github, several IMPORTANT CHANGES have happened to gitolite:
-
A competely re-written version of gitolite has been pushed to the "master" branch, and is now the actively maintained and supported software. Do NOT try to merge this with your old "master" branch!
The main page leads to several useful starting points. The table of contents is a much more meaningfully ordered/structured list of links (instead of putting them in alphabetical order of the filename, like in g2!)
If you are an existing (g2) user and wish to migrate, you MUST read this.
-
Versions v2.x are on branch "g2". It will be supported for security issues and serious bugs in core functionality, but not for anything less critical. Versions v1.x are completely unsupported now. (Documentation links for this version are here and here).
License information for code and documentation is at the end of doc/index.mkd (or you can read it online here).