-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ConDec-510: GitClient with file system management (#140)
CONDEC-510 utilize file system manager by gitclient * gitclient constructors use GitRepositoryFSManager's paths to clone into or pull from git repositories * refactored private methods signature from void to boolean allow constructor to set the flag whether repository could be accessed * TODO: getting default development branch name should be retrieved from project configuration, currently a hard coded string literal * slightly improved recognition whether a directory is a git directory with new private method * detected and commented possible logic issues around getCommits() method * TODO: not sure if all use cases of the CodeSummarizer will work correctly, there are too few, too simple tests!
- Loading branch information
Showing
4 changed files
with
264 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.