Kaydet (Commit) 9feed9c7 authored tarafından Korrawit Pruegsanusak's avatar Korrawit Pruegsanusak

lo-commit-stat: we don't have 'bootstrap' repo anymore

Change-Id: I2c5a73f992f204bccf8f1d125334d2746a1884fa
üst f439d765
...@@ -387,7 +387,7 @@ sub usage() ...@@ -387,7 +387,7 @@ sub usage()
" --bug-numbers print just fixed bug numbers\n" . " --bug-numbers print just fixed bug numbers\n" .
" --rev-list use \"git rev-list\" instead of \"git log\"; useful to check\n" . " --rev-list use \"git rev-list\" instead of \"git log\"; useful to check\n" .
" differences between branches\n" . " differences between branches\n" .
" topdir directory with the libreoffice/bootstrap clone; the piece repos\n" . " topdir directory with the libreoffice/core clone; the piece repos\n" .
" must be cloned in the main-repo-root/clone/<piece> subdirectories\n" . " must be cloned in the main-repo-root/clone/<piece> subdirectories\n" .
" git_arg extra parameters passed to the git command to define\n" . " git_arg extra parameters passed to the git command to define\n" .
" the area of interest; The default command is \"git log\" and\n" . " the area of interest; The default command is \"git log\" and\n" .
...@@ -422,7 +422,7 @@ foreach my $arg (@ARGV) { ...@@ -422,7 +422,7 @@ foreach my $arg (@ARGV) {
usage(); usage();
exit; exit;
} elsif ($arg eq '--no-pieces') { } elsif ($arg eq '--no-pieces') {
$piece = "bootstrap"; $piece = "core";
} elsif ($arg =~ m/--piece=(.*)/) { } elsif ($arg =~ m/--piece=(.*)/) {
$piece = $1; $piece = $1;
} elsif ($arg =~ m/--log-suffix=(.*)/) { } elsif ($arg =~ m/--log-suffix=(.*)/) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment