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

Commitb50b960

Browse files
author
Sebastian Thiel
committed
Revert "Revert "Revert "Implement update call when the object is "up to date"#871"""
This reverts commit9b628dc.Definitely doesn't workhttps://travis-ci.org/gitpython-developers/GitPython/builds/561361507
1 parent9b628dc commitb50b960

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

‎git/util.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -390,21 +390,6 @@ def _parse_progress_line(self, line):
390390
iflen(self.error_lines)>0orself._cur_line.startswith(('error:','fatal:')):
391391
self.error_lines.append(self._cur_line)
392392
return []
393-
elif'up to date'inself._cur_line:
394-
# Checking this way instead of startswith, because debugging for
395-
# startswith(' = [up to date]') is going to be a major pain if just
396-
# a single space or bracket changes.
397-
398-
# Strip the initial ' = [up to date]' from the line
399-
message_string=line.split('date]',1)[-1]
400-
401-
# Trim whitespace
402-
message_string=' '.join(message_string.split())
403-
404-
self.update(0,
405-
1,
406-
1,
407-
message_string)
408393

409394
sub_lines=line.split('\r')
410395
failed_lines= []

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp