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

Appearance settings

Commit b50b960

Browse filesBrowse files
author
Sebastian Thiel
committed
Revert "Revert "Revert "Implement update call when the object is "up to date" #871"""
This reverts commit 9b628dc. Definitely doesn't work https://travis-ci.org/gitpython-developers/GitPython/builds/561361507
1 parent 9b628dc commit b50b960
Copy full SHA for b50b960

File tree

1 file changed

+0
-15
lines changed
Filter options

1 file changed

+0
-15
lines changed

‎git/util.py

Copy file name to clipboardExpand all lines: git/util.py
-15Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -390,21 +390,6 @@ def _parse_progress_line(self, line):
390390
if len(self.error_lines) > 0 or self._cur_line.startswith(('error:', 'fatal:')):
391391
self.error_lines.append(self._cur_line)
392392
return []
393-
elif 'up to date' in self._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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.