Message ID | 20211031171510.1646396-1-eschwartz@archlinux.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <git-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E9FB0C433EF for <git@archiver.kernel.org>; Sun, 31 Oct 2021 17:15:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C4C7860C40 for <git@archiver.kernel.org>; Sun, 31 Oct 2021 17:15:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230106AbhJaRSK (ORCPT <rfc822;git@archiver.kernel.org>); Sun, 31 Oct 2021 13:18:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230063AbhJaRSK (ORCPT <rfc822;git@vger.kernel.org>); Sun, 31 Oct 2021 13:18:10 -0400 Received: from mail.archlinux.org (mail.archlinux.org [IPv6:2a01:4f9:c010:3052::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D1B8C061570 for <git@vger.kernel.org>; Sun, 31 Oct 2021 10:15:37 -0700 (PDT) From: Eli Schwartz <eschwartz@archlinux.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=archlinux.org; s=dkim-rsa; t=1635700534; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eEKGndkZw8jIDOxjgqYFfVQFSBvGc0i31hvUlSBWeFg=; b=hzJoGZ5ZJ3/JLfG6g3sReNGo3iPBsTSdyiJl9QgE+ZS2Hd7l3e1TJLlMayCfLbK2SmYkeI z598J8GAnsWL9/+EcwMKYZg75xwhtUu4aSvcYwyNOIphli+LPBAGYoSmYR7eLJxDdi9Bwo dcISaWFzgdKDoc7lkkiTJvNfS63W+QT3nLaSDab0/VIMzV9rKWv3o6pPd0PcUSBvnQcpMT XNBWOZlQRz4Dl0ypj4qONXVTprxK9pDhdciNuMNWfZPoINGsyP7Pb5xpwMkWErk9RgU04S dfiBV+jE2j81Bh7euJIw+B/aOIbF5VFojPuvDghulKIAFU2TgSoZUuNnUnJRAX3b/NcTGv R7ZQoeLplkEKWQzpMScdxk/qrEaZtqjs+diqQ3LpWEFRKHw0rK8rmqvIxhWrzTEFXb9qcZ KCWGbFkgHa6CPLhE4D7MGtPkJ7a5bsyGK37b5bNb04D+jf0aq63OwlA+J7jqIB3kiaKafe wMX/S47C258jJ+V+aDSXZ0SLz7WRv3nxTCw9et5BlUYWEtI9eukaGa78QSOaP5DQZUYlOR AjdbPUmhJ/+PxC/ynO7tID56jKrKoFDdvp1NQxdfa7enDkCb/ccucnSqk/QoX1LMjpOAmM YOj+oC8YwSjcfFtPCCRHwA82xQhcllkxRh2HQgageDM+Rm++r4Jt0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=archlinux.org; s=dkim-ed25519; t=1635700534; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eEKGndkZw8jIDOxjgqYFfVQFSBvGc0i31hvUlSBWeFg=; b=tDMo9fFsuWJcYzhaS3rz0DCiJJXRMGIescdDGiO1GKy8yxwIodqHyCdsrowEv/OOOzF7Kv zU0S0fLMzMnqQuAg== To: git@vger.kernel.org Cc: Junio C Hamano <gitster@pobox.com>, Eric Sunshine <sunshine@sunshineco.com> Subject: [PATCH v4 0/3] Add some more options to the pretty-formats Date: Sun, 31 Oct 2021 13:15:07 -0400 Message-Id: <20211031171510.1646396-1-eschwartz@archlinux.org> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20211029184512.1568017-1-eschwartz@archlinux.org> References: <20211029184512.1568017-1-eschwartz@archlinux.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Authentication-Results: mail.archlinux.org; auth=pass smtp.auth=eschwartz smtp.mailfrom=eschwartz@archlinux.org Precedence: bulk List-ID: <git.vger.kernel.org> X-Mailing-List: git@vger.kernel.org |
Series |
Add some more options to the pretty-formats
|
expand
|