This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Porting/git-deltatool: add `--mode summary --type blocking` example
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>
Mon, 14 Feb 2011 21:45:59 +0000 (21:45 +0000)
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>
Mon, 14 Feb 2011 21:49:12 +0000 (21:49 +0000)
Add an example of `git-deltatool --mode summary --type blocking`
usage. It's what you use for getting the list of commits that you
marked as needing help with.

Porting/git-deltatool

index 9213277..315cb7b 100644 (file)
@@ -783,6 +783,10 @@ git-deltatool - Annotate commits for perldelta
 
  $ git-deltatool --mode render
 
+ # Get a list of commits needing further review, e.g. for peer review
+
+ $ git-deltatool --mode summary --type blocking
+
  # mark 'pending' annotations as 'done' (i.e. added to perldelta)
 
  $ git-deltatool --mode update --type pending --status done