Support specifying the repository owner indirectly.
commitdd8030704963a67963e9fa8c5308b428486d45b5
authorAlexander Gavrilov <angavrilov@gmail.com>
Sun, 12 Oct 2008 08:43:40 +0000 (12 12:43 +0400)
committerAlexander Gavrilov <angavrilov@gmail.com>
Sun, 12 Oct 2008 08:43:40 +0000 (12 12:43 +0400)
treea5435ca7e1293b8468d41c01eb8d80072db53588
parent97200e5454c345d6369225007a6e39cd705b696e
Support specifying the repository owner indirectly.

[repo foo]
owner = jdoe

[user jdoe]
name = John Doe <jdoe@example.com>

It may be useful to avoid duplication. The original name
is also output to the file, so that custom gitweb can use
it to do basic authentication or whatnot.

Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
gitosis/gitweb.py
gitosis/test/test_gitweb.py