[DRE-commits] [ruby-rugged] 01/03: Merge tag 'upstream/0.22.2+ds1'

Cédric Boutillier boutil at moszumanska.debian.org
Mon Jun 1 21:19:10 UTC 2015


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

boutil pushed a commit to branch master
in repository ruby-rugged.

commit 46423a4dd7be35deef3357c0541982bcd81f8956
Merge: 7b60656 a2fde9e
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri May 29 18:18:03 2015 +0200

    Merge tag 'upstream/0.22.2+ds1'
    
    Upstream version 0.22.2+ds1
    
    # gpg: Signature made ven. 29 mai 2015 18:17:58 CEST using RSA key ID 39CD217A
    # gpg: Good signature from "Cédric Boutillier <boutil at debian.org>"
    # gpg:                 aka "Cédric Boutillier <cedric.boutillier at upmc.fr>"
    # gpg:                 aka "Cédric Boutillier <cedric.boutillier at polytechnique.org>"
    # gpg:                 aka "Cédric Boutillier <cedric.boutillier at gmail.com>"

 README.md                                |   39 +-
 ext/rugged/extconf.rb                    |   40 +-
 ext/rugged/rugged.c                      |   22 +-
 ext/rugged/rugged.h                      |   18 +-
 ext/rugged/rugged_backend.c              |   34 +
 ext/rugged/rugged_blob.c                 |   57 ++
 ext/rugged/rugged_branch_collection.c    |    1 +
 ext/rugged/rugged_cred.c                 |   23 +
 ext/rugged/rugged_index.c                |    8 +-
 ext/rugged/rugged_note.c                 |    2 +-
 ext/rugged/rugged_remote.c               |  237 +++----
 ext/rugged/rugged_remote_collection.c    |   70 +-
 ext/rugged/rugged_repo.c                 |  521 ++++++++++++++-
 ext/rugged/rugged_revwalk.c              |    9 +
 ext/rugged/rugged_submodule.c            | 1042 ++++++++++++++++++++++++++++++
 ext/rugged/rugged_submodule_collection.c |  236 +++++++
 ext/rugged/rugged_tag_collection.c       |   72 ++-
 ext/rugged/rugged_tree.c                 |  155 +++--
 lib/rugged.rb                            |    3 +
 lib/rugged/attributes.rb                 |   41 ++
 lib/rugged/blob.rb                       |   28 +
 lib/rugged/diff.rb                       |    1 -
 lib/rugged/diff/line.rb                  |    4 +-
 lib/rugged/patch.rb                      |   14 +-
 lib/rugged/repository.rb                 |    7 +
 lib/rugged/submodule_collection.rb       |   48 ++
 lib/rugged/version.rb                    |    2 +-
 metadata.yml                             |   43 +-
 28 files changed, 2507 insertions(+), 270 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rugged.git



More information about the Pkg-ruby-extras-commits mailing list