chiark / gitweb /
git-debrebase: Add some plans for future, in a comment
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 17 Jun 2018 11:48:27 +0000 (12:48 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 17 Jun 2018 11:48:27 +0000 (12:48 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
git-debrebase

index fd67629492dd08a220a4ebf29e426e869d108b29..769b9b943644b91e0ca9893602c6da66aeff059c 100755 (executable)
@@ -1361,6 +1361,10 @@ sub cmd_breakwater () {
 sub cmd_status () {
     badusage "no arguments allowed" if @ARGV;
 
 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 {
     my $oldest = [ 0 ];
     my $newest;
     my $note = sub {