-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitsplit.yml
More file actions
58 lines (56 loc) · 3.42 KB
/
.gitsplit.yml
File metadata and controls
58 lines (56 loc) · 3.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
cache_url: "/cache/gitsplit"
splits:
- prefix: "src/SecurityBundle"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/security-bundle.git"
- prefix: "src/ServerBundle"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/authorization-server-bundle.git"
- prefix: "src/WebFingerBundle"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/webfinger-bundle.git"
- prefix: "src/Component/AuthorizationCodeGrant"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/authorization-code-grant.git"
- prefix: "src/Component/AuthorizationEndpoint"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/authorization-endpoint.git"
- prefix: "src/Component/BearerTokenType"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/bearer-token-type.git"
- prefix: "src/Component/ClientAuthentication"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/client-authentication.git"
- prefix: "src/Component/ClientConfigurationEndpoint"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/client-configuration-endpoint.git"
- prefix: "src/Component/ClientCredentialsGrant"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/client-credentials-grant.git"
- prefix: "src/Component/ClientRegistrationEndpoint"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/client-registration-endpoint.git"
- prefix: "src/Component/ClientRule"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/client-rule.git"
- prefix: "src/Component/Core"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/core.git"
- prefix: "src/Component/ImplicitGrant"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/implicit-grant.git"
- prefix: "src/Component/WebFingerEndpoint"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/webfinger-endpoint.git"
- prefix: "src/Component/JwtBearerGrant"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/jwt-bearer-grant.git"
- prefix: "src/Component/MetadataEndpoint"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/metadata-endpoint.git"
- prefix: "src/Component/NoneGrant"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/none-grant.git"
- prefix: "src/Component/OpenIdConnect"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/openid-connect.git"
- prefix: "src/Component/RefreshTokenGrant"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/refresh-token-grant.git"
- prefix: "src/Component/ResourceOwnerPasswordCredentialsGrant"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/resource-owner-password-credentials-grant.git"
- prefix: "src/Component/ResourceServerAuthentication"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/resource-server-authentication.git"
- prefix: "src/Component/Scope"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/scope.git"
- prefix: "src/Component/TokenEndpoint"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/token-endpoint.git"
- prefix: "src/Component/TokenIntrospectionEndpoint"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/token-introspection-endpoint.git"
- prefix: "src/Component/TokenRevocationEndpoint"
target: "https://${GH_TOKEN}@github.com/oauth2-framework/token-revocation-endpoint.git"
origins:
- ^master$
- ^v\d+\.\d+$
- ^v\d+\.\d+\.\d+.*$