Files
ss-tools/backend
busya aaa5f3c076 fix: add default_branch parameter to GitService.init_repo()
Fixed error: GitService.init_repo() got an unexpected keyword argument 'default_branch'

The init_repository route was passing default_branch to GitService.init_repo(),
but the method signature didn't accept this parameter.

Changes:
- Added default_branch: Optional[str] = None parameter to init_repo() method
- Updated clone operation to use specified default branch when provided
- Updated method documentation to reflect the new parameter

This allows repositories to be initialized with a specific default branch
as configured in GitServerConfig, while maintaining backward compatibility.
2026-03-17 14:58:29 +03:00
..
mcp
2026-03-15 20:29:11 +03:00
2026-02-25 21:19:48 +03:00