about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-05-28 00:07:55 +0000
committerEric Wong <e@80x24.org>2021-05-28 03:47:31 +0000
commit27115f700b32887b960eaaf5234fd35bc4e7d8be (patch)
tree12db288a19fef02b5ec21f59b85564bf0780e490 /lib
parent7957be919f9fcf2c1dd9a2c0c1cc1e775de1ff52 (diff)
downloadpublic-inbox-27115f700b32887b960eaaf5234fd35bc4e7d8be.tar.gz
This is low priority, for now.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/LEI.pm12
1 files changed, 5 insertions, 7 deletions
diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm
index 7acc05bf..ad5f06be 100644
--- a/lib/PublicInbox/LEI.pm
+++ b/lib/PublicInbox/LEI.pm
@@ -274,13 +274,11 @@ our %CMD = ( # sorted in order of importance/use:
 'daemon-pid' => [ '', 'show the PID of the lei-daemon' ],
 'help' => [ '[SUBCOMMAND]', 'show help' ],
 
-# XXX do we need this?
-# 'git' => [ '[ANYTHING...]', 'git(1) wrapper', pass_through('git') ],
-
-'reorder-local-store-and-break-history' => [ '[REFNAME]',
-        'rewrite git history in an attempt to improve compression',
-        qw(gc!), @c_opt ],
-
+# TODO
+#'reorder-local-store-and-break-history' => [ '[REFNAME]',
+#        'rewrite git history in an attempt to improve compression',
+#        qw(gc!), @c_opt ],
+#
 # internal commands are prefixed with '_'
 '_complete' => [ '[...]', 'internal shell completion helper',
                 pass_through('everything') ],