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

Commit28fdf05

Browse files
committed
correct log reference
1 parent5d602f2 commit28fdf05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/refs/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def append_entry(cls, config_reader, filepath, oldbinsha, newbinsha, message):
247247
raiseValueError("Shas need to be given in binary format")
248248
#END handle sha type
249249
assure_directory_exists(filepath,is_file=True)
250-
entry=RefLogEntry((bin_to_hex(oldbinsha),bin_to_hex(newbinsha),Actor.committer(config_reader), (int(time.time()),time.altzone),message))
250+
entry=RefLogEntry((bin_to_hex(oldbinsha),bin_to_hex(newbinsha),config_reader, (int(time.time()),time.altzone),message))
251251

252252
lf=LockFile(filepath)
253253
lf._obtain_lock_or_raise()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp