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

Correctly stash with submodules #27

Merged
merged 3 commits into from
Feb 11, 2016
Merged

Correctly stash with submodules #27

merged 3 commits into from
Feb 11, 2016

Commits on Jun 5, 2015

  1. Ignore submodules when stashing

    Submodule changes cannot be stashed and thus should not be considered when
    stashing changes. Requires gitpython-developers/GitPython#294 to be applied
    first.
    Javex committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    c8f12fc View commit details
    Browse the repository at this point in the history
  2. Correctly determine change_count

    The old version would consider an empty string as "1 change" where it should be
    0. This change is able to determine a 0 count.
    Javex committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    6e2129d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. Use the updated is_dirty API

    The pull request gitpython-developers/GitPython#294 has been merged but the API
    was changed slighty. This commit reflects this change so that it works again.
    Javex committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    46b0bd3 View commit details
    Browse the repository at this point in the history