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

Commitc081f51

Browse files
authored
update types commit.py
1 parent37fa31d commitc081f51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎git/objects/commit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def __init__(self, repo: 'Repo', binsha: bytes, tree: Union[Tree, None] = None,
128128
as what time.altzone returns. The sign is inverted compared to git's
129129
UTC timezone."""
130130
super(Commit,self).__init__(repo,binsha)
131+
self.binsha=binsha
131132
iftreeisnotNone:
132133
assertisinstance(tree,Tree),"Tree needs to be a Tree instance, was %s"%type(tree)
133134
iftreeisnotNone:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp