[Python-modules-commits] [python-git] 01/05: Merge remote-tracking branch 'origin/master'
Takaki Taniguchi
takaki at moszumanska.debian.org
Thu Feb 2 08:32:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
takaki pushed a commit to branch master
in repository python-git.
commit 8fd2348dc201da499358f9d193c59e554a705c7e
Merge: 5cacc99 83fced7
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date: Thu Feb 2 16:23:27 2017 +0900
Merge remote-tracking branch 'origin/master'
GitPython.egg-info/PKG-INFO | 2 +-
PKG-INFO | 2 +-
VERSION | 2 +-
debian/.git-dpm | 14 +--
debian/changelog | 8 ++
debian/control | 12 +-
debian/rules | 31 +++--
doc/source/changes.rst | 46 ++++---
doc/source/intro.rst | 2 +-
git/__init__.py | 11 +-
git/cmd.py | 51 ++++++--
git/compat.py | 192 +++++++++++++++++++++++++++++-
git/config.py | 42 ++++---
git/db.py | 5 +-
git/diff.py | 27 ++---
git/exc.py | 2 +-
git/index/base.py | 88 +++++++-------
git/index/fun.py | 36 +++---
git/index/util.py | 14 ++-
git/objects/base.py | 19 ++-
git/objects/commit.py | 6 +-
git/objects/fun.py | 7 +-
git/objects/submodule/base.py | 119 ++++++++++---------
git/objects/tag.py | 9 +-
git/objects/tree.py | 10 +-
git/objects/util.py | 8 +-
git/refs/head.py | 5 +-
git/refs/log.py | 36 +++---
git/refs/reference.py | 2 +-
git/refs/remote.py | 11 +-
git/refs/symbolic.py | 62 +++++-----
git/refs/tag.py | 2 +-
git/remote.py | 45 +++----
git/repo/base.py | 165 +++++++++++++-------------
git/repo/fun.py | 55 +++++----
git/test/lib/helper.py | 224 ++++++++++++++++++-----------------
git/test/performance/lib.py | 19 +--
git/test/performance/test_commit.py | 2 +-
git/test/performance/test_streams.py | 23 ++--
git/test/test_base.py | 28 +++--
git/test/test_commit.py | 42 +++----
git/test/test_config.py | 13 +-
git/test/test_db.py | 9 +-
git/test/test_diff.py | 25 ++--
git/test/test_docs.py | 26 ++--
git/test/test_fun.py | 39 +++---
git/test/test_git.py | 42 +++++--
git/test/test_index.py | 62 +++++-----
git/test/test_reflog.py | 21 ++--
git/test/test_refs.py | 28 +++--
git/test/test_repo.py | 42 ++++---
git/test/test_submodule.py | 16 ++-
git/test/test_tree.py | 9 +-
git/test/test_util.py | 90 ++++++++++++--
git/util.py | 185 ++++++++++++++++++++++++++---
requirements.txt | 3 +-
setup.py | 2 +-
57 files changed, 1315 insertions(+), 783 deletions(-)
--
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