<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>240531</bug_id>
          
          <creation_ts>2022-05-17 12:04:02 -0700</creation_ts>
          <short_desc>git webkit pr produces a lot of mysterious console spew</short_desc>
          <delta_ts>2022-07-01 14:38:28 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>233637</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>239082</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Alexey Proskuryakov">ap</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>fujii</cc>
    
    <cc>jbedard</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1869752</commentid>
    <comment_count>0</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2022-05-17 12:04:02 -0700</bug_when>
    <thetext>When I run `git webkit pr`, I get a lot of output from git that&apos;s super mysterious, as I don&apos;t get to see what command it&apos;s running. I think that we need to do something along the lines of:
- only have manually written high level descriptions of steps that can be long;
- when anything fails, then print both the command and its full output;
- in verbose mode, print all commands, but perhaps only print output on failure.

Here is what I get now:

git webkit pr
&apos;main&apos; is not a pull request branch, enter issue URL or title of new issue: Clearly recommend checking out from GitHub using https
[a lot of interactive questions about creating a new bug, which is OK]
Created &apos;https://bugs.webkit.org/show_bug.cgi?id=240528 Clearly recommend checking out from GitHub using https&apos;
Switched to a new branch &apos;eng/Clearly-recommend-checking-out-from-GitHub-using-https&apos;
Created the local development branch &apos;eng/Clearly-recommend-checking-out-from-GitHub-using-https&apos;
Branch &apos;main&apos; set up to track remote branch &apos;main&apos; from &apos;origin&apos;.
  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: Alexey Proskuryakov &lt;ap@apple.com&gt;.
[eng/Clearly-recommend-checking-out-from-GitHub-using-https 29a8234baa3a] Clearly recommend checking out from GitHub using https https://bugs.webkit.org/show_bug.cgi?id=240528
 Date: Tue May 17 11:01:47 2022 -0700
 1 file changed, 6 deletions(-)
remote: Enumerating objects: 595, done.
remote: Counting objects: 100% (595/595), done.
remote: Compressing objects: 100% (321/321), done.
remote: Total 595 (delta 244), reused 545 (delta 208), pack-reused 0
Receiving objects: 100% (595/595), 3.78 MiB | 3.48 MiB/s, done.
Resolving deltas: 100% (244/244), completed with 39 local objects.
From https://github.com/WebKit/WebKit
   f93de9299d06..086f8badb578  main       -&gt; main
   f93de9299d06..086f8badb578  main       -&gt; origin/main
From https://github.com/WebKit/WebKit
 * branch                      main       -&gt; FETCH_HEAD
Successfully rebased and updated refs/heads/eng/Clearly-recommend-checking-out-from-GitHub-using-https.
Rewrite 23256d046211f9bc3fb2dcdad6ff67cf98726b84 (1/1) (0 seconds passed, remaining 0 predicted)    
WARNING: Ref &apos;refs/remotes/origin/main&apos; is unchanged
Ref &apos;refs/heads/eng/Clearly-recommend-checking-out-from-GitHub-using-https&apos; was rewritten
Downloading pycodestyle-2.5.0...
Installing pycodestyle-2.5.0...
Installed pycodestyle-2.5.0!
Total errors found: 0 in 0 files
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 8 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 402 bytes | 201.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
remote: 
remote: Create a pull request for &apos;eng/Clearly-recommend-checking-out-from-GitHub-using-https&apos; on GitHub by visiting:
remote:      https://github.com/aproskuryakov/WebKit/pull/new/eng/Clearly-recommend-checking-out-from-GitHub-using-https
remote: 
To https://github.com/aproskuryakov/WebKit.git
 * [new branch]                eng/Clearly-recommend-checking-out-from-GitHub-using-https -&gt; eng/Clearly-recommend-checking-out-from-GitHub-using-https
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
To https://github.com/aproskuryakov/WebKit.git
   23bb2191c39d..086f8badb578  main -&gt; main
Created &apos;PR 680 | Clearly recommend checking out from GitHub using https&apos;!
Posted pull request link to https://bugs.webkit.org/show_bug.cgi?id=240528
https://github.com/WebKit/WebKit/pull/680

Most of this is entirely useless in success case, and it&apos;s not great logging for failure case anyway.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1870114</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-05-18 13:07:19 -0700</bug_when>
    <thetext>&lt;rdar://problem/93521947&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1880150</commentid>
    <comment_count>2</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2022-07-01 14:38:28 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 233637 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>