From 2ae83eb1c5f9b4560e3fa808cb883829c7973a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20Sp=C3=B6rlein?= Date: Tue, 28 Sep 2010 22:01:29 +0200 Subject: Allow user-overriding of default email domain Lazy projects where svn user X has email X@project.org don't need to compile (and update) an identity-map for rolling conversions. This can be mixed with a real identity-map, so only misses in the map will have the user then show up as X@project.org Also change the defaults somewhat. I don't like the NFS reserved username nobody to show up in SVN or git logs, but am keeping that for now. --- src/svn.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/svn.h') diff --git a/src/svn.h b/src/svn.h index 5fb3245..b0ada88 100644 --- a/src/svn.h +++ b/src/svn.h @@ -36,6 +36,7 @@ public: void setMatchRules(const QList > &matchRules); void setRepositories(const QHash &repositories); void setIdentityMap(const QHash &identityMap); + void setIdentityDomain(const QString &identityDomain); int youngestRevision(); bool exportRevision(int revnum); -- cgit v1.2.1