projects
/
pggit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73aa578
)
Include full name, now that we have it from the new auth system...
author
Magnus Hagander
<magnus@hagander.net>
Sun, 22 Jan 2012 21:43:26 +0000
(22:43 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 22 Jan 2012 21:44:04 +0000
(22:44 +0100)
Noted by Stefan Kaltenbrunner
gitdump.py
patch
|
blob
|
blame
|
history
diff --git
a/gitdump.py
b/gitdump.py
index fbe93f6d9a1acf3aee61d36ea28b40f4463d5f3c..0fede92c8fba2e34630f04ca607dd429f0f1926e 100644
(file)
--- a/
gitdump.py
+++ b/
gitdump.py
@@
-59,7
+59,7
@@
class AuthorizedKeysDumper(object):
curs.execute("""
SELECT name,anonymous,web,description,initialclone,tabwidth,
COALESCE(
- (SELECT min(first_name) FROM repository_permissions AS rp
+ (SELECT min(first_name
|| ' ' || last_name
) FROM repository_permissions AS rp
LEFT JOIN auth_user AS au ON au.username=rp.userid
WHERE rp.level=2 AND rp.repository=r.repoid),''),
CASE WHEN EXISTS