gitisaac / gitinspector

Automatically exported from code.google.com/p/gitinspector
GNU General Public License v3.0
0 stars 0 forks source link

Filter Commit #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

It would nice to exclude a specific commit or list of commits. 

For example, we added checkstyle to Eclipse mid-development. The person that 
added the checkstyle feature commit completely modified every file in the code 
base, which throws off the results in terms of additions/deletions, since that 
one commit was basically considered a rewrite of every file from a git 
perspective.

Original issue reported on code.google.com by joey@jyore.com on 27 Aug 2014 at 2:54

GoogleCodeExporter commented 9 years ago
Hi. Sorry for the slow response. Adding a commit filter is a great idea. It 
should be easy enough to add as well, considering the filtering capabilities 
already present in gitinspector.

I guess adding a "-x commit:" is the best approach. Git blame should probably 
also be handled somehow, which makes it a little more tricky.

/Adam Waldenberg

Original comment by gitinspe...@ejwa.se on 8 Sep 2014 at 12:07

GoogleCodeExporter commented 9 years ago

Original comment by gitinspe...@ejwa.se on 27 Nov 2014 at 5:47

GoogleCodeExporter commented 9 years ago
This issue was closed by revision d315829e9d0d.

Original comment by gitinspe...@ejwa.se on 27 Nov 2014 at 7:40

GoogleCodeExporter commented 9 years ago
As a side note, gitinspector is now rewritten to use the porcelain format 
instead of the normal output.

Please report if you detect any issues with this update. Refer to the revision 
link above to learn how to use this feature.

/Adam Waldenberg

Original comment by gitinspe...@ejwa.se on 27 Nov 2014 at 7:43