[Python-modules-commits] [python-git] branch upstream updated (7ffd723 -> 8626379)

Takaki Taniguchi takaki at moszumanska.debian.org
Sun Jan 21 14:42:46 UTC 2018


This is an automated email from the git hooks/post-receive script.

takaki pushed a change to branch upstream
in repository python-git.

      from  7ffd723   New upstream version 2.1.7
       new  8626379   New upstream version 2.1.8

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS                              |   4 +
 GitPython.egg-info/PKG-INFO          |   6 +-
 GitPython.egg-info/SOURCES.txt       |   2 +
 GitPython.egg-info/requires.txt      |   2 +-
 PKG-INFO                             |   6 +-
 README.md                            | 199 +++++++++++++++++++++++++++++++++++
 VERSION                              |   2 +-
 doc/source/changes.rst               |  11 +-
 git/__init__.py                      |   4 +-
 git/cmd.py                           |   4 +-
 git/compat.py                        |   2 +-
 git/config.py                        |   3 +-
 git/diff.py                          |  14 +--
 git/exc.py                           |   2 +-
 git/index/base.py                    |  19 ++++
 git/index/fun.py                     |   7 +-
 git/objects/submodule/base.py        |   6 +-
 git/refs/log.py                      |   2 +-
 git/refs/symbolic.py                 |  10 +-
 git/remote.py                        |  18 +++-
 git/repo/base.py                     |  38 ++++---
 git/test/fixtures/git_config         |  18 +++-
 git/test/fixtures/git_config-inc.cfg |   5 +
 git/test/lib/helper.py               |  12 ++-
 git/test/test_commit.py              |   3 +-
 git/test/test_config.py              |  16 +++
 git/test/test_git.py                 |   5 +-
 git/test/test_index.py               | 120 ++++++++++++++++-----
 git/test/test_repo.py                |  23 ++++
 git/test/test_submodule.py           |  12 ++-
 git/test/test_util.py                |  54 +++++-----
 git/util.py                          |  17 ++-
 setup.cfg                            |   1 -
 setup.py                             |   1 +
 34 files changed, 524 insertions(+), 124 deletions(-)
 create mode 100644 README.md
 create mode 100644 git/test/fixtures/git_config-inc.cfg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-git.git



More information about the Python-modules-commits mailing list