We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0311ad commit db3840bCopy full SHA for db3840b
src/proxy/processors/pre-processor/parseAction.ts
@@ -14,8 +14,7 @@ const exec = async (req: {
14
if (pathBreakdown) {
15
if (pathBreakdown.gitPath.endsWith('git-upload-pack') && req.method === 'GET') {
16
type = 'pull';
17
- }
18
- if (
+ } else if (
19
pathBreakdown.gitPath.includes('git-receive-pack') &&
20
req.method === 'POST' &&
21
req.headers['content-type'] === 'application/x-git-receive-pack-request'
0 commit comments