about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-06-20 19:27:29 +0000
committerEric Wong <e@80x24.org>2022-06-21 10:39:10 +0000
commitd0079a334fe2b769e4f81d6bd3c7e4346a8fa2b2 (patch)
tree952a2f606d24b9a81bb447cbb06f73a16088973e /TODO
parent913b8e2f5c3c85eab5d10112c130db44ee2893c3 (diff)
downloadpublic-inbox-d0079a334fe2b769e4f81d6bd3c7e4346a8fa2b2.tar.gz
This allows easy searching via patch-id from a git commit.

Currently, abbreviations are not supported, and it seems
needless to support them since AFAIK (git) doesn't generate
nor resolve abbreviated patch-ids anywhere.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 5be4b5e3..43eee063 100644
--- a/TODO
+++ b/TODO
@@ -137,9 +137,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
-
 * linter to check validity of config file
 
 * linter option and WWW endpoint to graph relationships and flows