Robert Shearman <rob@xxxxxxxxxxxxxxx> writes: > Signed-off-by: Robert Shearman <rob@xxxxxxxxxxxxxxx> > @@ -121,6 +121,9 @@ OPTIONS > is used instead (`git-merge-recursive` when merging a single > head, `git-merge-octopus` otherwise). This implies --merge. > > +-v, \--verbose:: > + Display a diffstat of what changed upstream since the last rebase. > + > include::merge-strategies.txt[] > > NOTES I initially was a bit surprised that you did not show diff between onto and our HEAD (i.e. show the damages contained in the topic you are rebasing that will be inflicted on upstream), but I think your way of showing the upstream changes makes more sense. From the workflow point of view, this is for people who rebase instead of pull, and when pulling we show what the upstream did while we were looking the other way, so this naturally matches that behaviour for rebase. I would say it is a good thinking. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html