Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:gitpython-developers/GitPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:2.1.10
Choose a base ref
Loading
...
head repository:gitpython-developers/GitPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:2.1.11
Choose a head ref
Loading
  • 7commits
  • 8files changed
  • 6contributors

Commits on Jun 5, 2018

  1. Fix exception on import in MacOS

    This is related to my fix in#658. Apparently, MacOS adds a gitexecutable that is just a stub which displays an error. This gets pastthe try/except I added in#658, and allows all of the GitPythoncomponents 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@Byron
    terminalmage authored andByron committedJun 5, 2018
    Configuration menu
    Copy the full SHA
    ce5dfe7View 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@Byron
    riley-martine authored andByron committedJul 15, 2018
    Configuration menu
    Copy the full SHA
    9807dd4View commit details
    Browse the repository at this point in the history
  2. Allow pathlib.Path in Repo.__init__

    @oldPadavan@Byron
    oldPadavan authored andByron committedJul 15, 2018
    Configuration menu
    Copy the full SHA
    7f08b77View 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 tutorialto be distracting. The Sphinx dedent option removes these extra spacesfrom the rendered code blocks.I also got a warning about the shell code example not being lexed asPython, so I converted this to an explicit shell code block.
    @tswast@Byron
    tswast authored andByron committedJul 15, 2018
    Configuration menu
    Copy the full SHA
    4f99fb4View 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@Byron
    markrowsoft authored andByron committedJul 15, 2018
    Configuration menu
    Copy the full SHA
    914bbddView commit details
    Browse the repository at this point in the history
  5. fix whitespace violation

    @Byron
    Byron committedJul 15, 2018
    Configuration menu
    Copy the full SHA
    1ca25b9View commit details
    Browse the repository at this point in the history
  6. Bump version to 2.1.11

    @Byron
    Byron committedJul 15, 2018
    Configuration menu
    Copy the full SHA
    92a4819View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp