Message ID | cover.1600600823.git.liu.denton@gmail.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=oWbz=C5=vger.kernel.org=git-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AF2AD6CA for <patchwork-git@patchwork.kernel.org>; Sun, 20 Sep 2020 11:22:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8022E216C4 for <patchwork-git@patchwork.kernel.org>; Sun, 20 Sep 2020 11:22:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="h7R/veKe" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726285AbgITLWi (ORCPT <rfc822;patchwork-git@patchwork.kernel.org>); Sun, 20 Sep 2020 07:22:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46274 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726250AbgITLWi (ORCPT <rfc822;git@vger.kernel.org>); Sun, 20 Sep 2020 07:22:38 -0400 Received: from mail-pf1-x441.google.com (mail-pf1-x441.google.com [IPv6:2607:f8b0:4864:20::441]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 18839C061755 for <git@vger.kernel.org>; Sun, 20 Sep 2020 04:22:38 -0700 (PDT) Received: by mail-pf1-x441.google.com with SMTP id k8so6544984pfk.2 for <git@vger.kernel.org>; Sun, 20 Sep 2020 04:22:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=gNgDVYv0KH47zU5JEKCuZgEyc4Pv0cWyOUxHzWFphv8=; b=h7R/veKeZXLCEklsYPe7uhYHKLlD0uwH2CdIySb2CUHGqO1aBaJTEQnxKBsZELS5xw AjVUiuLp5Me8gAwB/9IZU4lhTYSH+y3nX/zRkKzXj9nI7VRU+MIkPn+bQ5qcsMtpw5EJ ep2NJESgg9rlkTyXYKmPGzrkW8KiNy2DikVe7sia9fvpuIj7mO4tCH9dVLZwF/LziSf2 AIPKz/HnYb5AV4k1bKIzA4KYi6kmHdJd2MYI9b4NaweN/gUz0eV16AlTXfB5QqrsUskB oBasx7MxpPlARW6pC8/lhTcW4StlRjnnnKN36u1EZJQOygYJHfMzHJsr4/cDhE/Cras0 LVQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=gNgDVYv0KH47zU5JEKCuZgEyc4Pv0cWyOUxHzWFphv8=; b=g8I2+/DkChWhAqUcBWyYibms0tCrzEyOgQQYpKs3z6k3Cksq5bwEmb8yu6j8TdK4Pf jdli/EOc24c5pxMFD+x9zh03MBA21Xn4sjvffXm/zDH6OWhsszu5nl7yNrYYiLjPimhB K//GxbLRldY58z8pNo32AtRhBuMVp4um7mX/MpFisWTytka/+Rc+6z+nDLGwP2J1Dksg hwAdyXYHOlospWmCjLf679Tv7lVE6Z7SIT0Teq/NN9pioHGWDH1bUUJack1B+kH3IF0w g4wwGk5LYxuRA+55x3XakVwVIFZmVHDE9ltS5Du48YDkbm/h530H/lUoVrqZV4OJ6JkB I/xQ== X-Gm-Message-State: AOAM5331oihThjE8NY13K+3g3QprPXgoq56mZ3AGhBE22lbneMxDyj1L 08uzBq1qv8Kcj32/IeW/zaXuCQ9AM4c= X-Google-Smtp-Source: ABdhPJzOIZ0VvDFHiMtTvLk/zv646cE6pmii8hLvqIxbA3zv7RUv6/iu72d6HjN4O3rCxIsgDA3KIQ== X-Received: by 2002:a62:ed06:0:b029:142:2501:35de with SMTP id u6-20020a62ed060000b0290142250135demr24155750pfh.62.1600600956071; Sun, 20 Sep 2020 04:22:36 -0700 (PDT) Received: from archbookpro.hsd1.ca.comcast.net ([2601:647:4201:c540::414c]) by smtp.gmail.com with ESMTPSA id y79sm9550737pfb.45.2020.09.20.04.22.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Sep 2020 04:22:35 -0700 (PDT) From: Denton Liu <liu.denton@gmail.com> To: Git Mailing List <git@vger.kernel.org> Cc: Junio C Hamano <gitster@pobox.com>, Jeff King <peff@peff.net> Subject: [PATCH v4 00/10] builtin/diff: learn --merge-base Date: Sun, 20 Sep 2020 04:22:17 -0700 Message-Id: <cover.1600600823.git.liu.denton@gmail.com> X-Mailer: git-send-email 2.28.0.760.g8d73e04208 In-Reply-To: <cover.1600328335.git.liu.denton@gmail.com> References: <cover.1600328335.git.liu.denton@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <git.vger.kernel.org> X-Mailing-List: git@vger.kernel.org |
Series |
builtin/diff: learn --merge-base
|
expand
|