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

Commita7c4b32

Browse files
committed
Merge pull request#42 from gsoltis/0.3
Ignore progress lines from the git http backend that start w/ POST ...-- gsoltis -- A better way to implement this might be to enumerate the things you do want to count, rather than skipping ones you don't. In the meantime, this fixes the error I ran into on my server.
2 parentsd5cbe7d +8c2e872 commita7c4b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ def _get_fetch_info_from_stderr(self, proc, progress):
520520
# Skip some progress lines that don't provide relevant information
521521
fetch_info_lines=list()
522522
forlineindigest_process_messages(proc.stderr,progress):
523-
ifline.startswith('From')orline.startswith('remote: Total'):
523+
ifline.startswith('From')orline.startswith('remote: Total')orline.startswitch('POST'):
524524
continue
525525
elifline.startswith('warning:'):
526526
print>>sys.stderr,line

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp