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

Commit28bda3a

Browse files
author
firm1
committed
suppression des prefixes de commit
1 parent4fd7b94 commit28bda3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/objects/commit.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def create_from_tree(cls, repo, tree, message, parent_commits=None, head=False,
358358
# as well ...
359359
importgit.refs
360360
try:
361-
repo.head.set_commit(new_commit,logmsg="commit: %s"%message)
361+
repo.head.set_commit(new_commit,logmsg=message)
362362
exceptValueError:
363363
# head is not yet set to the ref our HEAD points to
364364
# Happens on first commit

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp