-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add analysis of Git repository #109
Comments
ropapermaker
added a commit
that referenced
this issue
Jun 4, 2023
ropapermaker
added a commit
that referenced
this issue
Jun 4, 2023
ropapermaker
added a commit
that referenced
this issue
Jun 4, 2023
ropapermaker
added a commit
that referenced
this issue
Jun 4, 2023
Update tests to use `with` context manager Update `Command::execute()` to use `with` context manager Update analysis.py code logic
ropapermaker
added a commit
that referenced
this issue
Jun 4, 2023
ropapermaker
added a commit
that referenced
this issue
Jun 5, 2023
ropapermaker
added a commit
that referenced
this issue
Jun 5, 2023
ropapermaker
added a commit
that referenced
this issue
Jun 5, 2023
ropapermaker
added a commit
that referenced
this issue
Jun 5, 2023
ropapermaker
added a commit
that referenced
this issue
Jun 5, 2023
ropapermaker
added a commit
that referenced
this issue
Jun 5, 2023
ropapermaker
added a commit
that referenced
this issue
Jun 5, 2023
ropapermaker
added a commit
that referenced
this issue
Jun 5, 2023
ropapermaker
added a commit
that referenced
this issue
Jun 5, 2023
ropapermaker
added a commit
that referenced
this issue
Jun 5, 2023
ropapermaker
added a commit
that referenced
this issue
Jun 10, 2023
roskakori
added a commit
that referenced
this issue
Jun 13, 2023
roskakori
added a commit
that referenced
this issue
Jun 13, 2023
roskakori
added a commit
that referenced
this issue
Jun 14, 2023
roskakori
added a commit
that referenced
this issue
Jun 14, 2023
ropapermaker
added a commit
that referenced
this issue
Jun 16, 2023
ropapermaker
added a commit
that referenced
this issue
Jun 16, 2023
roskakori
added a commit
that referenced
this issue
Jun 25, 2023
roskakori
added a commit
that referenced
this issue
Jun 25, 2023
…tory #109 Add analysis of git repository
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Story
As source code analyst I want to be able to analyze code from a Git repository
directly without having to create local work copy first so that I can get it done
easier and quicker.
Goals
https://
orgit@
and ends with.git
, then the source file is considered to begit URL, downloaded locally and analyzed.
TODO#109
comments are addressed.usage.rst
contains an example on how to analyze the pygount git repository at a specific hash.Notes
git clone
but prefergit export
-> fastergit clone
in PythonThe text was updated successfully, but these errors were encountered: