◐ Shell
reader mode source ↗
Skip to content
Permalink
base repository: gitpython-developers/GitPython
base: 2.1.10
...
head repository: gitpython-developers/GitPython
  • 7 commits
  • 8 files changed
  • 6 contributors

Commits on Jun 5, 2018

  1. Fix exception on import in MacOS

    This is related to my fix in #658. Apparently, MacOS adds a git
    executable that is just a stub which displays an error. This gets past
    the try/except I added in #658, and allows all of the GitPython
    components to be imported, but since the executable is not *actually*
    git, it results in an exception when ``refresh()`` attemepts to run a
    ``git version``.
    terminalmage authored and Byron committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    ce5dfe7 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2018

  1. Fix small typo

    Fix small typo and slightly reword docstring.
    riley-martine authored and Byron committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    9807dd4 View commit details
    Browse the repository at this point in the history
  2. Allow pathlib.Path in Repo.__init__

    oldPadavan authored and Byron committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    7f08b77 View commit details
    Browse the repository at this point in the history
  3. Dedent code blocks in tutorial.

    I found the extra 8 spaces at the start of the examples in the tutorial
    to be distracting. The Sphinx dedent option removes these extra spaces
    from the rendered code blocks.
    
    I also got a warning about the shell code example not being lexed as
    Python, so I converted this to an explicit shell code block.
    tswast authored and Byron committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
  4. Update test_docs.py

    Using "import as" is normally a time saver but for usability of the documentation, please consider removing osp and join with fully qualified calls for better snippet readability.
    markrowsoft authored and Byron committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    914bbdd View commit details
    Browse the repository at this point in the history
  5. fix whitespace violation

    Byron committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    1ca25b9 View commit details
    Browse the repository at this point in the history
  6. Bump version to 2.1.11

    Byron committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    92a4819 View commit details
Loading