From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 3CAFD1F4BD for ; Tue, 1 Oct 2019 03:37:49 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] TODO: add item for searching based on git-patch-id(1) Date: Tue, 1 Oct 2019 03:37:47 +0000 Message-Id: <20191001033747.37354-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I forgot about this feature when I was implementing blob-ID-based searches :x --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 2c525615..93054bb3 100644 --- a/TODO +++ b/TODO @@ -112,3 +112,6 @@ all need to be considered for everything we introduce) * make "git cat-file --batch" detect unlinked packfiles so we don't have to restart processes (very long-term) + +* support searching based on `git-patch-id --stable` to improve + bidirectional mapping of commits <=> emails -- EW