about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-10-01 03:37:47 +0000
committerEric Wong <e@80x24.org>2019-10-01 03:40:47 +0000
commitb27722260936cd68009f7c1bebc90f22794c0d37 (patch)
tree9ae6394536d8baf4a0f7aab25207eb3bc0ac149c
parenta803ec94f0be837fdb33d7f44c83f1739428fff2 (diff)
downloadpublic-inbox-b27722260936cd68009f7c1bebc90f22794c0d37.tar.gz
I forgot about this feature when I was implementing
blob-ID-based searches :x
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
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