From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97E96C43603 for ; Wed, 11 Dec 2019 16:54:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5F8B6214AF for ; Wed, 11 Dec 2019 16:54:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=pobox.com header.i=@pobox.com header.b="PtU6hLQg" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730278AbfLKQy5 (ORCPT ); Wed, 11 Dec 2019 11:54:57 -0500 Received: from pb-smtp21.pobox.com ([173.228.157.53]:54509 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727118AbfLKQy5 (ORCPT ); Wed, 11 Dec 2019 11:54:57 -0500 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 3C3C09287A; Wed, 11 Dec 2019 11:54:55 -0500 (EST) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=cYJbNPgyukni S3YAVMj2wUGraZ4=; b=PtU6hLQgVVBFoOGTrVtrc8qMpsJ5cRiTg0bgU72w5pa9 Dfbx/LrDSrcHOiqNtQj1aEDXdcHAIxwPoVHrX6Q0eJkzldptkkpOouWwnepSS9vB jIposn2qc1e540aNugpaIdcNw+A8iR6bsywUiti6AjvAVptSiiB6Ebc+/y7jTN8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=i6p8sf Paf6hieSrUHYdFKRHdoYaur09C5z3LjPZx/UJ7r/QDiVjCPfBhMpZvu0y/8a37ZD UKTWOmZRMbOf2z2thQOR4Et+f7zXOwGayeL7vE6TcdKuSTD40dX8hUurg/LCXy+t WqbG2uaqsY7mGbgMMO4RtHZsKhy3k/DBGt9Yo= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 333D692879; Wed, 11 Dec 2019 11:54:55 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.76.80.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 4783E92878; Wed, 11 Dec 2019 11:54:52 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Ben Keene Cc: Jeff King , Ben Keene via GitGitGadget , git@vger.kernel.org Subject: Re: [PATCH v5 00/15] git-p4.py: Cast byte strings to unicode strings in python3 References: <20191207194756.GA43949@coredump.intra.peff.net> <95ead4b6-21bb-1aa2-f16f-888e61a4e4c0@gmail.com> Date: Wed, 11 Dec 2019 08:54:49 -0800 In-Reply-To: <95ead4b6-21bb-1aa2-f16f-888e61a4e4c0@gmail.com> (Ben Keene's message of "Sat, 7 Dec 2019 16:27:29 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: F3400C7C-1C36-11EA-BB61-8D86F504CC47-77302942!pb-smtp21.pobox.com Content-Transfer-Encoding: quoted-printable Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Ben Keene writes: > Yes indeed! > > I hadn't pulled before I attempted the rebase, and got bit.=C2=A0 Yes t= hose > shouldn't be there! So, other than that, this is ready to be at least queued on 'pu' if not 'next' at this point? Thanks.