summaryrefslogtreecommitdiff
path: root/git-debrebase
diff options
context:
space:
mode:
Diffstat (limited to 'git-debrebase')
-rwxr-xr-xgit-debrebase4
1 files changed, 4 insertions, 0 deletions
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 {