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

Commite2067ba

Browse files
saroad2Byron
authored andcommitted
Rename get_ignored to ignored and fix the documentation
1 parentdf6fa49 commite2067ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎git/repo/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,12 +697,12 @@ def _get_untracked_files(self, *args, **kwargs):
697697
finalize_process(proc)
698698
returnuntracked_files
699699

700-
defget_ignored(self,*paths):
700+
defignored(self,*paths):
701701
"""Checks if paths are ignored via .gitignore
702702
Doing so using the "git check-ignore" method.
703703
704704
:param paths: List of paths to check whether they are ignored or not
705-
:return: sublist ofignored paths
705+
:return: sublist ofthose paths which are ignored
706706
"""
707707
try:
708708
proc=self.git.check_ignore(*paths)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp