Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit27b9706

Browse files
authored
Merge pull request#837 from python-gitlab/PR-bugfix-718
fix(cli): allow --recursive parameter in repository tree
2 parents262b222 +7969a78 commit27b9706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎gitlab/v4/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3786,7 +3786,7 @@ class Project(SaveMixin, ObjectDeleteMixin, RESTObject):
37863786
("wikis","ProjectWikiManager"),
37873787
)
37883788

3789-
@cli.register_custom_action("Project",tuple(), ("path","ref"))
3789+
@cli.register_custom_action("Project",tuple(), ("path","ref","recursive"))
37903790
@exc.on_http_error(exc.GitlabGetError)
37913791
defrepository_tree(self,path="",ref="",recursive=False,**kwargs):
37923792
"""Return a list of files in the repository.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp