Git Plugin

class chepy_git.Chepy_Git(*data)

This plugin allows searching through git repositories

git_authors(show_errors: bool = False)

Get a dict of authors and commit count

Parameters:show_errors (bool, optional) – Show hashes with errors. Defaults to False.
Returns:The Chepy object.
Return type:ChepyPlugin
git_search_code(search: str, show_errors: bool = False)

Search all commits for match

Parameters:
  • search (str) – The regex string to search
  • show_errors (bool) – Show hashes that errored
Returns:

The Chepy object.

Return type:

ChepyPlugin