<html>
<head>
<base href="https://bugs.webkit.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - git-webkit pr created an extra branch"
href="https://bugs.webkit.org/show_bug.cgi?id=235360">235360</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>git-webkit pr created an extra branch
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>WebKit Nightly Build
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>OS</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>Tools / Tests
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>aakash_jain@apple.com
</td>
</tr></table>
<p>
<div>
<pre>I run 'git-webkit pr' and let it create a branch. But then it created two branches instead of one: eng/235355 and eng/235355-1. If 'git-webkit pr' created the first branch, there isn't any need to create the second branch, that too in the same invocation of 'git-webkit pr'
Here is the complete output:
[ews-build]$git-webkit pr
Branch name: eng/235355
Switched to a new branch 'eng/235355'
Created the local development branch 'eng/235355'!
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: Aakash Jain <<a href="mailto:aakash_jain@apple.com">aakash_jain@apple.com</a>>.
[eng/235355 71e41ea12ea1] [ews] Improve support for required changes for ews uat instance <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - [ews] Improve support for required changes for ews uat instance"
href="show_bug.cgi?id=235355">https://bugs.webkit.org/show_bug.cgi?id=235355</a>
Date: Wed Jan 19 08:45:05 2022 -0500
4 files changed, 10 insertions(+), 6 deletions(-)
remote: Enumerating objects: 44, done.
remote: Counting objects: 100% (44/44), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 25 (delta 21), reused 23 (delta 19), pack-reused 0
Unpacking objects: 100% (25/25), 3.87 KiB | 27.00 KiB/s, done.
>From github.com:WebKit/WebKit
* branch main -> FETCH_HEAD
c26889f28070..0443a58da583 main -> origin/main
Successfully rebased and updated refs/heads/eng/235355.
>From github.com:WebKit/WebKit
c26889f28070..0443a58da583 main -> main
Rewrite d0d0823f9ecff82ad80a8e25fb090026d2406dd5 (1/1) (0 seconds passed, remaining 0 predicted)
WARNING: Ref 'refs/remotes/origin/main' is unchanged
Ref 'refs/heads/eng/235355' was rewritten
Enumerating objects: 17, done.
Counting objects: 100% (17/17), done.
Delta compression using up to 10 threads
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 1.27 KiB | 433.00 KiB/s, done.
Total 9 (delta 8), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (8/8), completed with 8 local objects.
remote:
remote: Create a pull request for 'eng/235355' on GitHub by visiting:
remote: <a href="https://github.com/jain-aakash/WebKit/pull/new/eng/235355">https://github.com/jain-aakash/WebKit/pull/new/eng/235355</a>
remote:
To github.com:jain-aakash/WebKit.git
* [new branch] eng/235355 -> eng/235355
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote:
remote: Create a pull request for 'eng/235355-1' on GitHub by visiting:
remote: <a href="https://github.com/jain-aakash/WebKit/pull/new/eng/235355-1">https://github.com/jain-aakash/WebKit/pull/new/eng/235355-1</a>
remote:
To github.com:jain-aakash/WebKit.git
* [new branch] eng/235355-1 -> eng/235355-1
Created 'PR 77 | [ews] Improve support for required changes for ews uat instance'!</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>