Skip to content
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

Cleanup git module #963

Merged
merged 3 commits into from
Jan 18, 2024
Merged

Cleanup git module #963

merged 3 commits into from
Jan 18, 2024

Commits on Jan 18, 2024

  1. Add: Export all relevant git classes from pontos.git

    All git related classes should be imported from `pontos.git`. Other
    classes, modules, functions, variables, ... not imported into
    `pontos.git` are considered private.
    bjoernricks committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e05585e View commit details
    Browse the repository at this point in the history
  2. Change: Mark pontos.git.git as private module explicitly

    The `pontos.git.git` module should not be considered as a public API of
    pontos. Therefore rename it to `pontos.git._git` to user Python naming
    convention to mark it as a private module.
    bjoernricks committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    04f83ab View commit details
    Browse the repository at this point in the history
  3. Change: Mark pontos.git.status as private module explicitly

    The `pontos.git.status` module should not be considered as a public API of
    pontos. Therefore rename it to `pontos.git._status` to user Python naming
    convention to mark it as a private module.
    bjoernricks committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    24cee8a View commit details
    Browse the repository at this point in the history