I need to find all defect for data such as id number, severity and lines of code in the fix for a specific module in eclipse.
Is there a quick way I can do this using CVS, GIT, SVN or Bugzilla?
I need to find all defect for data such as id number, severity and lines of code in the fix for a specific module in eclipse.
Is there a quick way I can do this using CVS, GIT, SVN or Bugzilla?
Copyright © 2021 Jogjafile Inc.
You can filter git log output:
or for a specific file:
to see actual line changes, use
-p
: