Added a switch that lists only reverts of a specified commit
commitde42c0ea466429d4b2041f1f38466f5ca0a01fb0
authorSverre Rabbelier <sverre@rabbelier.nl>
Mon, 30 Jun 2008 12:00:03 +0000 (30 14:00 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Mon, 30 Jun 2008 12:00:03 +0000 (30 14:00 +0200)
treea197a6e41d412fc0811e2ce09b28d3f724e5fe8c
parentd389786bc4e0e06b91dbafee127a242c18200d2a
Added a switch that lists only reverts of a specified commit

Now it is possible to find all commits reverted by a
specific commit with 'commit -v'. It is possible that
multiple commits are returned, or even future commits.
This should be changed so that only past commits, and only
the most recent one is returned.
src/git_stats/commit.py