Skip to content

Tags: davel/gitolite

Tags

v1.1

Toggle v1.1's commit message
doc/CHANGELOG added

v1.0

Toggle v1.0's commit message
Merge remote branch 'origin/pu'

v1.0rc1

Toggle v1.0rc1's commit message
Merge remote branch 'origin/pu'

v0.95

Toggle v0.95's commit message
auth: print permissions for @ALL also

I don't have a use for "@ALL" at all (pun not intended!) other than the
"testing" repo, but <teemu dot matilainen at iki dot fi> sent in a patch
to mark those repos with "R" and "W" in the permissions list, and I
started thinking about it.

This could actually be useful if we *differentiated* such access from
normal (explicit username) access.  From the "corporate environment"
angle, it would be nice if a project manager could quickly check if any
of his projects have erroneously been made accessible by @ALL.

So what we do now is print "@" in the corresponding column if "@ALL" has
the corresponding access.

Also, when someone has access both as himself *and* via @ALL, we print
the "@"; printing the "R" or "W" would hide the "@", and wouldn't
correctly satisfy the use case described above.

v0.90

Toggle v0.90's commit message
update hook: 'sub check_ref' to prepare for rebel+

factor out the code to check $ref into a sub; will help rebel+, which
wants (horrors!) to restrict based on PATH names too!

v0.85

Toggle v0.85's commit message
new program for emergency addkey; run without args for usage

v0.80

Toggle v0.80's commit message
doc/src: major doc/help text revamp

also removed some dead code from compile (pre PTA days)

v0.70

Toggle v0.70's commit message
auth, doc/3: print useful information when no command given

v0.65

Toggle v0.65's commit message
Merge branch 'system-install'

v0.60

Toggle v0.60's commit message
Merge branch 'easy-install'