Jeff-Lewis / gitinspector

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

No commited files with the specified extensions were found. #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. gitinspector.py --format=html --timeline --since=2015-01-01 
C:\Users\admin\Documents\spacegame
2.
3.

What is the expected output? What do you see instead?

some stats

What version of the product are you using? What version of Python? On what
operating system?

2.7

Please provide any additional information below.

If submitting a patch, you guarantee that you are the original author of
the work or that the patch is based on code from a compatible license.

Original issue reported on code.google.com by siko...@gmail.com on 9 Feb 2015 at 9:20

GoogleCodeExporter commented 9 years ago
This means eactly what it says; that there are no files in your repository with 
any of the suffixes/extensions that gitinpector searches after by default 
*.(java|c|cc|cpp|h|hh|hpp|py|glsl|rb|js|sql).

You can use the -f switch to redefine what default extensions gitinspector 
should scan for.

Please report if you get it to work.

/Adam Waldenberg

Original comment by gitinspe...@ejwa.se on 12 Feb 2015 at 8:08

GoogleCodeExporter commented 9 years ago
I suspect my suggestion fixed it; marking as invalid.

/Adam Waldenberg

Original comment by gitinspe...@ejwa.se on 20 Feb 2015 at 5:00