From 69f9ad7e643fa72da257d358821072f789dbc3ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Germ=C3=A1n=20P=C3=B3o-Caama=C3=B1o?= Date: Fri, 24 Jun 2011 13:01:07 -0700 Subject: [PATCH] Updated the options explanation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Germán Póo-Caamaño --- README | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README b/README index b837bd8..dab372e 100644 --- a/README +++ b/README @@ -36,13 +36,13 @@ be: By default, "./gitdm.config" is used. -d Omit the developer reports, giving employer information - only. + only. - -D Rather than create the usual statistics, create a - file (datelc) providing lines changed per day, where the first column - displays the changes happened only on that day and the second sums - the day it happnened with the previous ones. This option is suitable - for feeding to a tool like gnuplot. + -D Rather than create the usual statistics, create a file (datelc.csv) + providing lines changed per day, where the first column displays + the changes happened only on that day and the second sums the day it + happnened with the previous ones. This option is suitable for + feeding to a tool like gnuplot. -h file Generate HTML output to the given file @@ -52,13 +52,19 @@ be: -o file Write text output to the given file (default is stdout). - -p prefix Dump out the database categorized by changeset and by filetype. + -p prefix Dump out the database categorized by changeset and by file type. + It requires -n, otherwise it is not possible to get separated results. + -r pat Only generate statistics for changes to files whose name matches the given regular expression. -s Ignore Signed-off-by lines which match the author of each patch. + -t Generate a report by type of contribution (code, documentation, etc.). + It requires -n, otherwise this option is ignored silently. + + -u Group all unknown developers under the "(Unknown)" employer. -- 2.39.5