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

Commit928ca1e

Browse files
committed
Minor formatting consistency improvement
1 parent12bbace commit928ca1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎git/index/base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,8 @@
9797

9898

9999
classIndexFile(LazyMixin,git_diff.Diffable,Serializable):
100-
"""
101-
An Index that can be manipulated using a native implementation in order to save git
102-
command function calls wherever possible.
100+
"""An Index that can be manipulated using a native implementation in order to save
101+
git command function calls wherever possible.
103102
104103
This provides custom merging facilities allowing to merge without actually changing
105104
your index or your working tree. This way you can perform own test-merges based
@@ -380,6 +379,7 @@ def from_tree(cls, repo: "Repo", *treeish: Treeish, **kwargs: Any) -> "IndexFile
380379
# END index merge handling
381380

382381
# UTILITIES
382+
383383
@unbare_repo
384384
def_iter_expand_paths(self:"IndexFile",paths:Sequence[PathLike])->Iterator[PathLike]:
385385
"""Expand the directories in list of paths to the corresponding paths accordingly.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp