]> xenbits.xensource.com Git - people/larsk/xenproject-org-gitdm.git/log
people/larsk/xenproject-org-gitdm.git
9 years agoOnly count reviews and ACKs by non-authors of a commit master
Lars Kurth [Tue, 14 Jul 2015 20:39:29 +0000 (16:39 -0400)]
Only count reviews and ACKs by non-authors of a commit

9 years agoAdded functionality to create vendor breakdowns for reviews and ACKs
Lars Kurth [Tue, 14 Jul 2015 20:24:53 +0000 (16:24 -0400)]
Added functionality to create vendor breakdowns for reviews and ACKs

9 years agoAdded functionality to count ACKED-by
Lars Kurth [Tue, 14 Jul 2015 18:01:27 +0000 (14:01 -0400)]
Added functionality to count ACKED-by

9 years agoAdded new email mappings
Lars Kurth [Tue, 14 Jul 2015 15:57:33 +0000 (11:57 -0400)]
Added new email mappings

10 years agoAdded config files (they do need cleaning)
larsk [Fri, 27 Jun 2014 19:23:38 +0000 (20:23 +0100)]
Added config files (they do need cleaning)

13 years agoAdd version tracking support and an "unknown hackers" report
Jonathan Corbet [Fri, 6 Apr 2012 22:00:04 +0000 (16:00 -0600)]
Add version tracking support and an "unknown hackers" report

Version tracking was used to see who had contributed to the most kernel
releases; not sure it's a long-term-useful feature.  The unknown hackers
report helps when trying to improve the database.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
13 years agoTrack which versions a developer has contributed to
Jonathan Corbet [Fri, 6 Apr 2012 21:57:39 +0000 (15:57 -0600)]
Track which versions a developer has contributed to

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
13 years agoAdd -y option to aggregate changes by year, not month
Aidan Skinner [Fri, 30 Sep 2011 12:14:26 +0000 (13:14 +0100)]
Add -y option to aggregate changes by year, not month

13 years agoAdd changesets to csv output
Aidan Skinner [Fri, 30 Sep 2011 09:45:48 +0000 (10:45 +0100)]
Add changesets to csv output

13 years agoFix up pattern use in treeplot
Jonathan Corbet [Tue, 13 Dec 2011 19:21:18 +0000 (12:21 -0700)]
Fix up pattern use in treeplot

The utility as a whole is still somewhat on the fragile side, though.

13 years agoAdd a default "don't know nothing" FileType
Jonathan Corbet [Mon, 11 Jul 2011 20:06:54 +0000 (14:06 -0600)]
Add a default "don't know nothing" FileType

Otherwise things crash if the configuration does not provide a file type
map, even if nobody is asking for file type reports.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
13 years agoRevert "Make ReadConfigLine an iterator"
Jonathan Corbet [Mon, 11 Jul 2011 19:54:56 +0000 (13:54 -0600)]
Revert "Make ReadConfigLine an iterator"

This reverts commit 19b718ef41f87f348ac45a90a5c4096ccbd0f7db which breaks
the virtual employer mechanism.

13 years agoMerge branch 'refactoring' of git://gitorious.org/mining-tools/gitdm into german
Jonathan Corbet [Mon, 11 Jul 2011 19:51:58 +0000 (13:51 -0600)]
Merge branch 'refactoring' of git://gitorious.org/mining-tools/gitdm into german

13 years agoUse pypy by default
Jonathan Corbet [Mon, 11 Jul 2011 19:19:22 +0000 (13:19 -0600)]
Use pypy by default

...it's 3x faster...

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
13 years agoUpdated the options explanation
Germán Póo-Caamaño [Fri, 24 Jun 2011 20:01:07 +0000 (13:01 -0700)]
Updated the options explanation

Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
13 years agoAdded reports by file types
Germán Póo-Caamaño [Fri, 24 Jun 2011 07:17:30 +0000 (00:17 -0700)]
Added reports by file types

Added first attempt for reporting by file type:
- A general report
- A report aggregated by file type and contributor
- A report aggregated by contributor and file type

Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
13 years agoMake ReadConfigLine an iterator
Germán Póo-Caamaño [Fri, 24 Jun 2011 05:11:37 +0000 (22:11 -0700)]
Make ReadConfigLine an iterator

Using an iterator makes the code a bit more 'pythonic'.

Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
13 years agoMove filetypes onto configuration file
Germán Póo-Caamaño [Fri, 24 Jun 2011 07:12:01 +0000 (00:12 -0700)]
Move filetypes onto configuration file

The filetypes can be extended using a configuration files, where
is possible to associate file type and its corresponden regular
expression.

The code includes a script to test the regex without running
gitdm.

Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
13 years agoAdded workaround for svn tags imported wrongly
Germán Póo-Caamaño [Thu, 23 Jun 2011 02:15:59 +0000 (19:15 -0700)]
Added workaround for svn tags imported wrongly

When some projects have migrated from Subversion to Git, there
were several tags that were treated as new commits, which shows
a change in the whole project (code added/removed) when nothing
really happened.  For instance, in GNOME a lot svn tags were
catched during the migration, but not all of them.

svn tags in git repositories brings bad stats because double count
commits, and in project with a lot history it may may involve several thousands of source of lines of code.

Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
13 years agoAdded CSV dumps: per filetype and per changeset
Germán Póo-Caamaño [Thu, 23 Jun 2011 02:08:12 +0000 (19:08 -0700)]
Added CSV dumps: per filetype and per changeset

Two new dumps were added: per filetype and for every changeset.
It necessary to set a prefix where to dump the data in csv,
because it will be generated one csv file per file type.

Now it is possible to get statistics per code, documentation,
build scripts, translations, multimedia and developers
documentation.  This feature is useful for repositories where
there are different types of file, rather than code.

The detailed information does not use the Aggregate parameter.

Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
13 years agoFixed CSCount which should not count merges
Germán Póo-Caamaño [Thu, 23 Jun 2011 02:00:24 +0000 (19:00 -0700)]
Fixed CSCount which should not count merges

Patches as well s Total* and Dates are counted only if the
changeset is not a merge. However, CSCount (ChangeSetCount)
was counting everything, which changes a bit the results.

Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
13 years agoMove out the grabpatch from the parser
Germán Póo-Caamaño [Thu, 23 Jun 2011 01:57:02 +0000 (18:57 -0700)]
Move out the grabpatch from the parser

The class LogPatchSplitter provides an iterator per patch.  This
makes the code cleaner, easier to read and more pythonic.
The class only gets each commit set as lines.

It is possible to test it separately by:
   $ git log | python logparser.py | more

Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
13 years agoAdded initial support for file type reports
Germán Póo-Caamaño [Thu, 23 Jun 2011 01:38:46 +0000 (18:38 -0700)]
Added initial support for file type reports

It may distinguish between code, documentation, translations, etc.
Hence, it provides the basic feature to get more accurate reports.

It does not replace the current stats, it is only add the
possibility to generate reports by file type.

This feature was implemented originally by Gregorio Robles in
CVSAnalY http://tools.libresoft.es/cvsanaly/  Gregorio agreed to
add his code here.

Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
13 years agoAdded a function to parse the stats per file
Germán Póo-Caamaño [Thu, 23 Jun 2011 01:31:08 +0000 (18:31 -0700)]
Added a function to parse the stats per file

In order to make cleaner the code, I created a function
that parses a numstat line, which is useful to determine
the modified filename, and to calculate lines added and
removed.

Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
13 years agoUse a dict of patterns instead of several global variables
Germán Póo-Caamaño [Thu, 23 Jun 2011 01:46:49 +0000 (18:46 -0700)]
Use a dict of patterns instead of several global variables

The dictionary used allows the use of a single meaningful
variable with a cleaner code.  Also, it is not harder to add
new patterns.

Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
13 years agoAdded option to get the stats from numstat instead of diff
Germán Póo-Caamaño [Thu, 23 Jun 2011 00:25:17 +0000 (17:25 -0700)]
Added option to get the stats from numstat instead of diff

The option --numstat of git log gives the statistics of
lines added and removed file.  Hence, it is not necessary
to parser a raw diff.

Another benefit, it is a less verbose log to be processed,
which helps to process long logs.  This also prepares the
code for counting the changes per file type.

Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
13 years agoUse csv package instead of manual CSV handling
Germán Póo-Caamaño [Thu, 23 Jun 2011 00:23:40 +0000 (17:23 -0700)]
Use csv package instead of manual CSV handling

Python provides a module to handle csv files which is named
csv.  Therefore, it is necessary to rename the csv.py to
avoid name conflicts when the module csv is used.

Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
13 years agoAdd the VirtualEmployer mechanism
Jonathan Corbet [Tue, 10 May 2011 20:32:47 +0000 (14:32 -0600)]
Add the VirtualEmployer mechanism

A certain obnoxious developer wants his contributions to be split between
two employers.  So add the "VirtualEmployer" mechanism to make that
possible.  A virtual employer is defined with:

VirtualEmployer ve-name
nn% real-name
...
end

(This construct must appear in the main configuration file).  Developers
can be associated with the virtual employer in the usual way; at report
time, any changes credited to that employer will be split among the real
employers according to the percentages provided.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
13 years agoFix an option parsing regression
Jonathan Corbet [Tue, 10 May 2011 17:28:23 +0000 (11:28 -0600)]
Fix an option parsing regression

Cedric added a : for -a, no idea why.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
13 years agoreports.py gets a copyright notice too
Jonathan Corbet [Tue, 10 May 2011 16:41:17 +0000 (10:41 -0600)]
reports.py gets a copyright notice too

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
13 years agoUpdate copyright notices
Jonathan Corbet [Tue, 10 May 2011 16:26:55 +0000 (10:26 -0600)]
Update copyright notices

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
14 years agoMade the CSV file aggregating data by weeks or months
Cédric Bosdonnat [Tue, 19 Apr 2011 08:50:19 +0000 (10:50 +0200)]
Made the CSV file aggregating data by weeks or months

When using -w option together with the -x file option, the data exported
in the CSV file are aggregated by weeks instead of months (the default).
This is useful to extract meaningful stats on short periods.

14 years agoDocumented the funky email address alias feature
Cédric Bosdonnat [Tue, 19 Apr 2011 08:45:25 +0000 (10:45 +0200)]
Documented the funky email address alias feature

logs containing weird email addresses like this can be handled in the
aliases file to remap them to a correct address.
   "joe.hacker@acme.org <Joe Hacker>

Added some documentation in the README file for this

14 years agoAllow to add funky email addresses as the first field of an alias
Cédric Bosdonnat [Thu, 27 Jan 2011 16:01:02 +0000 (17:01 +0100)]
Allow to add funky email addresses as the first field of an alias

14 years agoMaking the datelc an actual csv for easier data handling
Cédric Bosdonnat [Thu, 21 Oct 2010 08:21:38 +0000 (10:21 +0200)]
Making the datelc an actual csv for easier data handling

14 years agoWhy should we exit after datelc output?
Cédric Bosdonnat [Thu, 21 Oct 2010 08:22:17 +0000 (10:22 +0200)]
Why should we exit after datelc output?

14 years agoOnly add Linus and Andrew with -a
Cédric Bosdonnat [Wed, 20 Oct 2010 22:46:58 +0000 (00:46 +0200)]
Only add Linus and Andrew with -a

[jc: removed unneeded global line]

14 years agoAdded a report to count the number of hackers/employer
Cédric Bosdonnat [Mon, 18 Oct 2010 20:05:26 +0000 (22:05 +0200)]
Added a report to count the number of hackers/employer

14 years agoMake tag matching stricter
Jonathan Corbet [Mon, 4 Oct 2010 23:06:33 +0000 (17:06 -0600)]
Make tag matching stricter

If you commit a git changelog to your repository, gitdm will be confused by
all the added patch tags.  So make the patterns stricter to force them only
to match within the git log metadata - or so we hope.  There is still room
for confusion here; we really need to make grabpatch() smart enough to
split metadata and the diff.  Don't have time for that now.

This patch changes results slightly.  In the 2.6.36 cycle, there's a tag
reading:

Original-Idea-and-Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Pre-patch gitdm would recognize that as a signoff; after the change it no
longer does.

Reported-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
14 years agoUse os.path.join() to prepend the directory name
Jonathan Corbet [Thu, 22 Jul 2010 20:43:43 +0000 (14:43 -0600)]
Use os.path.join() to prepend the directory name

...that way we get the right result regardless of whether slashes have been
provided.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
14 years agoAdd sample config files for X.Org
Tiago Vignatti [Wed, 30 Jun 2010 17:26:54 +0000 (20:26 +0300)]
Add sample config files for X.Org

sample-config/xorg/

Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
14 years agoAdd option to get the configuration files from a given base directory
Tiago Vignatti [Wed, 30 Jun 2010 17:13:21 +0000 (20:13 +0300)]
Add option to get the configuration files from a given base directory

Instead boringly be replicating the directory base name where gitdm is
installed and write it on each option inside the configuration file, just send
it through the command line.

Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
14 years agoDocument better -D option
Tiago Vignatti [Mon, 28 Jun 2010 15:40:31 +0000 (18:40 +0300)]
Document better -D option

Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
14 years agoAdd some basic information to install
Tiago Vignatti [Mon, 28 Jun 2010 14:33:21 +0000 (17:33 +0300)]
Add some basic information to install

Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
15 years agoOnly gripe about missing author names once
Jonathan Corbet [Mon, 3 May 2010 17:31:34 +0000 (11:31 -0600)]
Only gripe about missing author names once

(per name)

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
15 years agoAdd copyright notices
Jonathan Corbet [Wed, 17 Feb 2010 15:41:41 +0000 (08:41 -0700)]
Add copyright notices

Consistency is good, right?

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
15 years agoPut linetags back
Jonathan Corbet [Wed, 17 Feb 2010 15:39:19 +0000 (08:39 -0700)]
Put linetags back

Caffeine-deprived fat-fingering made this script go away.  But we want it,
so put it back.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
15 years agoUpdate the documentation slightly
Jonathan Corbet [Wed, 17 Feb 2010 15:34:44 +0000 (08:34 -0700)]
Update the documentation slightly

...in particular, say what the new tools do.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
15 years agoAdd findoldfiles
Jonathan Corbet [Wed, 17 Feb 2010 15:29:40 +0000 (08:29 -0700)]
Add findoldfiles

YA brutal hack; this one crawls the tree and prints out files which have
not been touched since the original commit.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
15 years agoAdd a couple of lines-per-version utilities
Jonathan Corbet [Tue, 16 Feb 2010 00:32:08 +0000 (17:32 -0700)]
Add a couple of lines-per-version utilities

A couple of quickly-hacked tools which let me determine how much of the
kernel was added in each major version.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
15 years agoMove out global houskeeping from grabpatch()
Martin Nordholts [Sun, 20 Dec 2009 08:41:07 +0000 (09:41 +0100)]
Move out global houskeeping from grabpatch()

As a step to make grabpatch() more unit-test friendly, move out global
houskeeping from grabpatch(). This also gets rid of a TODO in the
code. The regression tests still passes after this refactoring, of
course.

Signed-off-by: Martin Nordholts <martinn@src.gnome.org>
15 years agoAdd regression tests on gitdm output files
Martin Nordholts [Sat, 19 Dec 2009 14:59:34 +0000 (15:59 +0100)]
Add regression tests on gitdm output files

Add simple regression tests that makes sure there are no regressions
in the text output file and the date line count file. The primary
purpose of introducing this regression test is to allow us to safely
refactor the gitdm code.

Signed-off-by: Martin Nordholts <martinn@src.gnome.org>
15 years agoFrom: Iestyn Pryce <dylunio@gmail.com>
Jonathan Corbet [Mon, 23 Nov 2009 18:17:13 +0000 (11:17 -0700)]
From: Iestyn Pryce <dylunio@gmail.com>

Preserve spaces in the second parameter of the overall config file.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
15 years agoGet the developer count right even without full patch info
Jonathan Corbet [Fri, 24 Jul 2009 23:11:41 +0000 (17:11 -0600)]
Get the developer count right even without full patch info

15 years agogitdm: report issue when an email address is a "name"
Greg Kroah-Hartman [Fri, 24 Jul 2009 18:26:01 +0000 (11:26 -0700)]
gitdm: report issue when an email address is a "name"

This probably means an incorrect commit message, it also
means that if it is not fixed, the category for this person is probably
going to be incorrect.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
15 years agoadd more spaces to the "done" message so it doesn't show the trailing 0
Greg Kroah-Hartman [Fri, 24 Jul 2009 18:26:00 +0000 (11:26 -0700)]
add more spaces to the "done" message so it doesn't show the trailing 0

15 years agoReduce the number of "funky email" gripes
Jonathan Corbet [Fri, 24 Jul 2009 19:56:21 +0000 (13:56 -0600)]
Reduce the number of "funky email" gripes

Addresses of the form "user at host.wherever" can be trivially repaired, so
let's do so.

A couple of other minor tweaks are included here as well; nothing which
changes behavior.

16 years agoQuick hack to make the developer/employer counts at the top correct
Jonathan Corbet [Sat, 21 Mar 2009 21:29:57 +0000 (15:29 -0600)]
Quick hack to make the developer/employer counts at the top correct

...before we were counting everybody we knew about, regardless of whether
they did anything in the period we're looking at.

16 years agoMake the internal merge pattern a bit more general
Jonathan Corbet [Tue, 10 Feb 2009 22:35:18 +0000 (15:35 -0700)]
Make the internal merge pattern a bit more general

16 years agoAdd a copyright notice to treeplot
Jonathan Corbet [Tue, 10 Feb 2009 22:25:02 +0000 (15:25 -0700)]
Add a copyright notice to treeplot

16 years agoSort the output text
Jonathan Corbet [Tue, 10 Feb 2009 21:27:19 +0000 (14:27 -0700)]
Sort the output text

...also make a pseudo tree for changesets which go straight to the
mainline.

16 years agoA quick and dirty treeplot utility
Jonathan Corbet [Tue, 10 Feb 2009 20:52:58 +0000 (13:52 -0700)]
A quick and dirty treeplot utility

This is a tool to make a graphviz input file describing the patch flow into
the mainline.

16 years agoBetter email address handling
Jonathan Corbet [Thu, 13 Nov 2008 16:13:25 +0000 (09:13 -0700)]
Better email address handling

Some people quote their names in various tags:

Something-done-by: "J Random Hacker" <...>
We kept the quotes with the name, confusing things down the road.  So
change the patterns to exclude those quotes when they exist.

16 years agoTested-by / Reported-by credits and more
Jonathan Corbet [Tue, 11 Nov 2008 18:11:04 +0000 (11:11 -0700)]
Tested-by / Reported-by credits and more

Add tracking of tested-by, reported-by, and reviewed-by.  For the first
two, we also track who is *giving* those credits.

While I was in the neighborhood I also:

 - Started turning the "patch" class into something more than a bare
   container; this work has just begin.

 - Moved the report-writing code into its own file (reports.py)

16 years agoUse find() instead of index()
Jonathan Corbet [Thu, 16 Oct 2008 17:48:09 +0000 (11:48 -0600)]
Use find() instead of index()

That keeps it from crashing on seemingly malformed addresses.  Change
suggested by Dave Foster.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
16 years agogitdm patch ...
Michael Meeks [Mon, 29 Sep 2008 16:46:37 +0000 (17:46 +0100)]
gitdm patch ...

Hi guys,

I knocked up a patch to generate some per-month, by-affiliation
statistics from the gitdm output; attached for interest or merging.

A sample of the output, complete with OO.o data-pilot, and pretty chart
is here:

http://www.gnome.org/~michael/data/2008-09-29-linux-stats.ods

with chart here:
http://www.gnome.org/~michael/images/2008-09-29-kernel-active.png

caption being:

"Graph showing number and affiliation of active kernel developers
(contributing more than 100 lines per month). Quick affiliation key,
from bottom up: Unknown, No-Affiliation, IBM, RedHat, Novell, Intel ..."

These are as yet not published, I plan to use them as a comparison to
OO.o's somewhat mediocre equivalents; hope to go live with them soon
(and fix the horrible bugs in stacked area charts to make them actually
pretty ).

HTH,

Michael.

--
 michael.meeks@novell.com  <><, Pseudo Engineer, itinerant idiot

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
16 years agoDon't accept totally bogus dates
Jonathan Corbet [Fri, 5 Sep 2008 19:53:35 +0000 (13:53 -0600)]
Don't accept totally bogus dates

Yanmin Zhang committed a patch (09f2724a786f76475ef2985cf84f5359c553aade)
which claims to have been written in August, 2030.  Code that bleeding-edge
makes gitdm confused, so pretend it's just normal, contemporary stuff.

16 years agofinally get the config file stuff correct
Greg KH [Thu, 24 Jul 2008 00:24:14 +0000 (17:24 -0700)]
finally get the config file stuff correct

Need to seed the database _after_ loading the config file,
otherwise we don't see the seeds as actually showing up for their
companies.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
16 years agoparse the config file _after_ we have read the command line options
Greg KH [Thu, 24 Jul 2008 00:03:13 +0000 (17:03 -0700)]
parse the config file _after_ we have read the command line options

Otherwise it doesn't matter if we change the config file option or not...

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
16 years agomake -c option actually work
Greg Kroah-Hartman [Wed, 23 Jul 2008 23:17:53 +0000 (16:17 -0700)]
make -c option actually work

The -c option was not fully implemented

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
16 years agoFix up the copyright notices.
Jonathan Corbet [Fri, 18 Jul 2008 21:34:28 +0000 (15:34 -0600)]
Fix up the copyright notices.

16 years agoMove regular expressions out to patterns.py
Jonathan Corbet [Fri, 18 Jul 2008 21:04:55 +0000 (15:04 -0600)]
Move regular expressions out to patterns.py

...I need them for an associated tool I'm working on.

16 years agoGet rid of a debugging print statement.
Jonathan Corbet [Tue, 1 Jul 2008 18:11:43 +0000 (12:11 -0600)]
Get rid of a debugging print statement.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
16 years agoA bunch of domain map additions from Greg
Jonathan Corbet [Fri, 27 Jun 2008 15:31:19 +0000 (09:31 -0600)]
A bunch of domain map additions from Greg

16 years agogitdm: Report progress to stderr not stdout
Kir Kolyshkin [Mon, 7 Apr 2008 19:59:18 +0000 (23:59 +0400)]
gitdm: Report progress to stderr not stdout

When gitdm is used for generating text-only report with its output
redirected to a file, all is well aside from the clutter at the beginning
of that file -- a very long line with repeating "Grabbing changesets...".

Solve that by redirecting progress reporting to stderr. It also helps to
see the progress when you redirect gitdm output to a file.

Also, we don't have to flush stdout since stderr is unbuffered by default.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
16 years agoInitial commit
Jonathan Corbet [Fri, 27 Jun 2008 14:58:35 +0000 (08:58 -0600)]
Initial commit

First commit of gitdm to the new repo.  Call it version 0.10 or something
silly like that.