Bug 240516
Summary: | [git-webkit] ERROR: Unexpected diff format when parsing a chunk: '2.36.0' | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | Tools / Tests | Assignee: | Diego Pino <dpino> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | Hironori.Fujii, jbedard, kbr, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | PC | ||
OS: | Linux | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=274817 |
Michael Catanzaro
When running 'git-webkit pr' I see it print ERROR: Unexpected diff format when parsing a chunk: '2.36.0'. Not sure what's going on here.
$ git-webkit pr
'main' is not a pull request branch, enter issue URL or title of new issue: https://bugs.webkit.org/show_bug.cgi?id=240515
Switched to a new branch 'eng/GTK-Build-MiniBrowser-by-default'
Created the local development branch 'eng/GTK-Build-MiniBrowser-by-default'
branch 'main' set up to track 'origin/main'.
Running status to find changed, added, or removed files.
Reviewing diff to determine which lines changed.
Extracting affected function names from source files.
Change author: Michael Catanzaro <mcatanzaro@redhat.com>.
[eng/GTK-Build-MiniBrowser-by-default 21073145f0b4] [GTK] Build MiniBrowser by default https://bugs.webkit.org/show_bug.cgi?id=240515
Date: Tue May 17 07:22:35 2022 -0500
2 files changed, 10 insertions(+), 2 deletions(-)
remote: Enumerating objects: 353, done.
remote: Counting objects: 100% (353/353), done.
remote: Compressing objects: 100% (197/197), done.
remote: Total 353 (delta 158), reused 328 (delta 148), pack-reused 0
Receiving objects: 100% (353/353), 2.09 MiB | 13.36 MiB/s, done.
Resolving deltas: 100% (158/158), completed with 45 local objects.
From github.com:WebKit/WebKit
648ca05a2c90..1d5e3b70369b main -> main
648ca05a2c90..1d5e3b70369b main -> origin/main
From github.com:WebKit/WebKit
* branch main -> FETCH_HEAD
Successfully rebased and updated refs/heads/eng/GTK-Build-MiniBrowser-by-default.
Rewrite 1b0820bef8f714bb6574ab1eeb3cafd38ef50d5a (1/1) (0 seconds passed, remaining 0 predicted)
WARNING: Ref 'refs/remotes/origin/main' is unchanged
Ref 'refs/heads/eng/GTK-Build-MiniBrowser-by-default' was rewritten
ERROR: Unexpected diff format when parsing a chunk: '2.36.0'
Total errors found: 0 in 2 files
Enumerating objects: 11, done.
Counting objects: 100% (11/11), done.
Delta compression using up to 32 threads
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 712 bytes | 712.00 KiB/s, done.
Total 6 (delta 5), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (5/5), completed with 5 local objects.
remote:
remote: Create a pull request for 'eng/GTK-Build-MiniBrowser-by-default' on GitHub by visiting:
remote: https://github.com/mcatanzaro/WebKit/pull/new/eng/GTK-Build-MiniBrowser-by-default
remote:
To github.com:mcatanzaro/WebKit.git
* [new branch] eng/GTK-Build-MiniBrowser-by-default -> eng/GTK-Build-MiniBrowser-by-default
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
To github.com:mcatanzaro/WebKit.git
648ca05a2c90..1d5e3b70369b main -> main
Created 'PR 671 | [GTK] Build MiniBrowser by default'!
Assigning associated issue to Michael Catanzaro <mcatanzaro@gnome.org>
Posted pull request link to https://bugs.webkit.org/show_bug.cgi?id=240515
https://github.com/WebKit/WebKit/pull/671
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/93825248>
Kenneth Russell
Something similar happened to me on macOS when a different version of git was on my $PATH than the one which ships with Xcode. Perhaps the script is overly strict.
Fujii Hironori
git format-patch outputs a mbox format of a patch.
For example, my patch (attachment#459775 [details]) has my git version "2.25.1" in the last line.
Fujii Hironori
If I have a local commit, check-style-local reports the error message.
$ ./Tools/Scripts/webkit-patch check-style-local
ERROR: Unexpected diff format when parsing a chunk: '2.25.1'
Total errors found: 0 in 1 files
Diego Pino
Pull request: https://github.com/webkit/webkit/pull/1445
EWS
Committed r295471 (251476@main): <https://commits.webkit.org/251476@main>
Reviewed commits have been landed. Closing PR #1445 and removing active labels.