From 1e87a7002be126e23144cd2b0a43271e522a75e7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 17 Jun 2018 12:48:27 +0100 Subject: git-debrebase: Add some plans for future, in a comment Signed-off-by: Ian Jackson --- git-debrebase | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git-debrebase b/git-debrebase index fd67629..769b9b9 100755 --- a/git-debrebase +++ b/git-debrebase @@ -1361,6 +1361,10 @@ sub cmd_breakwater () { sub cmd_status () { badusage "no arguments allowed" if @ARGV; + # todo: gdr status should print divergence info + # todo: gdr status should print upstream component(s) info + # todo: gdr should leave/maintain some refs with this kind of info ? + my $oldest = [ 0 ]; my $newest; my $note = sub { -- cgit v1.2.3