[DRE-commits] [ruby-rugged] 04/04: Merge tag 'upstream/0.21.0'

Cédric Boutillier boutil at moszumanska.debian.org
Fri Apr 3 12:31:32 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 49c87af29132d647a4adfaab9dfa70f21713026f
Merge: 8cc48fe c0e192d
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Sep 8 15:58:21 2014 +0200

    Merge tag 'upstream/0.21.0'
    
    Upstream version 0.21.0
    
    # gpg: Signature faite le lun. 08 sept. 2014 15:58:15 CEST avec la clef RSA d'identifiant 39CD217A
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »

 LICENSE                                            |    2 +-
 README.md                                          |  176 +-
 Rakefile                                           |   61 -
 ext/rugged/extconf.rb                              |   75 +-
 ext/rugged/rugged.c                                |  142 +-
 ext/rugged/rugged.h                                |   52 +-
 ext/rugged/rugged_blame.c                          |  292 ++++
 ext/rugged/rugged_blob.c                           |  115 +-
 ext/rugged/rugged_branch.c                         |  313 ++--
 ext/rugged/rugged_branch_collection.c              |  445 ++++++
 ext/rugged/rugged_commit.c                         |  199 ++-
 ext/rugged/rugged_config.c                         |    2 +-
 ext/rugged/rugged_cred.c                           |  125 ++
 ext/rugged/rugged_diff.c                           |  361 +++--
 ext/rugged/rugged_diff_delta.c                     |   17 +-
 ext/rugged/rugged_diff_hunk.c                      |   59 +-
 ext/rugged/rugged_diff_line.c                      |   38 +-
 ext/rugged/rugged_diff_patch.c                     |  169 --
 ext/rugged/rugged_index.c                          |  332 +++-
 ext/rugged/rugged_note.c                           |   73 +-
 ext/rugged/rugged_object.c                         |   18 +-
 ext/rugged/rugged_patch.c                          |  245 +++
 ext/rugged/rugged_reference.c                      |  399 +----
 ext/rugged/rugged_reference_collection.c           |  490 ++++++
 ext/rugged/rugged_remote.c                         |  798 +++++----
 ext/rugged/rugged_remote_collection.c              |  285 ++++
 ext/rugged/rugged_repo.c                           |  955 ++++++++---
 ext/rugged/rugged_revwalk.c                        |  146 +-
 ext/rugged/rugged_settings.c                       |   49 +-
 ext/rugged/rugged_signature.c                      |   46 +-
 ext/rugged/rugged_tag.c                            |  277 +---
 ext/rugged/rugged_tag_collection.c                 |  279 ++++
 ext/rugged/rugged_tree.c                           |  181 ++-
 lib/rugged.rb                                      |    9 +-
 lib/rugged/branch.rb                               |   25 +-
 lib/rugged/credentials.rb                          |   43 +
 lib/rugged/diff.rb                                 |    4 +-
 lib/rugged/diff/delta.rb                           |    3 +-
 lib/rugged/diff/hunk.rb                            |   13 +-
 lib/rugged/diff/line.rb                            |   26 +-
 lib/rugged/diff/patch.rb                           |   28 -
 lib/rugged/patch.rb                                |   26 +
 lib/rugged/reference.rb                            |    4 +-
 lib/rugged/remote.rb                               |    9 -
 lib/rugged/repository.rb                           |   83 +-
 lib/rugged/tag.rb                                  |   41 +-
 lib/rugged/tree.rb                                 |    7 +
 lib/rugged/version.rb                              |    2 +-
 metadata.yml                                       |  251 +--
 test/blob_test.rb                                  |  341 ----
 test/branch_test.rb                                |  199 ---
 test/commit_test.rb                                |  104 --
 test/config_test.rb                                |   45 -
 test/coverage/cover.rb                             |  133 --
 test/diff_test.rb                                  |  777 ---------
 test/errors_test.rb                                |   34 -
 .../14/6ae76773c91e3b1d00cf7a338ec55ae58297e2      |  Bin 48 -> 0 bytes
 .../14/9c32d47e99d0a3572ff1e70a2e0051bbf347a9      |  Bin 503 -> 0 bytes
 .../14/fb3108588f9421bf764041e5e3ac305eb6277f      |  Bin 1471 -> 0 bytes
 test/fixtures/archive.tar.gz                       |  Bin 4573 -> 0 bytes
 test/fixtures/attr/attr0                           |    1 -
 test/fixtures/attr/attr1                           |   29 -
 test/fixtures/attr/attr2                           |   21 -
 test/fixtures/attr/attr3                           |    4 -
 test/fixtures/attr/binfile                         |    1 -
 test/fixtures/attr/dir/file                        |    0
 test/fixtures/attr/file                            |    1 -
 test/fixtures/attr/gitattributes                   |   29 -
 test/fixtures/attr/gitignore                       |    2 -
 test/fixtures/attr/ign                             |    1 -
 test/fixtures/attr/macro_bad                       |    1 -
 test/fixtures/attr/macro_test                      |    1 -
 test/fixtures/attr/root_test1                      |    1 -
 test/fixtures/attr/root_test2                      |    6 -
 test/fixtures/attr/root_test3                      |   19 -
 test/fixtures/attr/root_test4.txt                  |   14 -
 test/fixtures/attr/sub/abc                         |   37 -
 test/fixtures/attr/sub/dir/file                    |    0
 test/fixtures/attr/sub/file                        |    1 -
 test/fixtures/attr/sub/ign/file                    |    1 -
 test/fixtures/attr/sub/ign/sub/file                |    1 -
 test/fixtures/attr/sub/sub/dir                     |    0
 test/fixtures/attr/sub/sub/file                    |    1 -
 test/fixtures/attr/sub/sub/subsub.txt              |    1 -
 test/fixtures/attr/sub/subdir_test1                |    2 -
 test/fixtures/attr/sub/subdir_test2.txt            |    1 -
 test/fixtures/diff/another.txt                     |   38 -
 test/fixtures/diff/readme.txt                      |   36 -
 test/fixtures/mergedrepo/conflicts-one.txt         |    5 -
 test/fixtures/mergedrepo/conflicts-two.txt         |    5 -
 test/fixtures/mergedrepo/one.txt                   |   10 -
 test/fixtures/mergedrepo/two.txt                   |   12 -
 test/fixtures/status/current_file                  |    1 -
 test/fixtures/status/ignored_file                  |    1 -
 test/fixtures/status/modified_file                 |    2 -
 test/fixtures/status/new_file                      |    1 -
 test/fixtures/status/staged_changes                |    2 -
 test/fixtures/status/staged_changes_modified_file  |    3 -
 test/fixtures/status/staged_delete_modified_file   |    1 -
 test/fixtures/status/staged_new_file               |    1 -
 test/fixtures/status/staged_new_file_modified_file |    2 -
 test/fixtures/status/subdir.txt                    |    2 -
 test/fixtures/status/subdir/current_file           |    1 -
 test/fixtures/status/subdir/modified_file          |    2 -
 test/fixtures/status/subdir/new_file               |    1 -
 "test/fixtures/status/\350\277\231"                |    1 -
 test/fixtures/testrepo.git/HEAD                    |    1 -
 test/fixtures/testrepo.git/config                  |   13 -
 test/fixtures/testrepo.git/description             |    1 -
 test/fixtures/testrepo.git/index                   |  Bin 176 -> 0 bytes
 test/fixtures/testrepo.git/info/exclude            |    6 -
 test/fixtures/testrepo.git/logs/HEAD               |    3 -
 test/fixtures/testrepo.git/logs/refs/heads/master  |    3 -
 test/fixtures/testrepo.git/logs/refs/notes/commits |    1 -
 .../0c/37a5391bbff43c37f0d0371823a5509eed5b1d      |  Bin 134 -> 0 bytes
 .../13/85f264afb75a56a5bec74243be9b367ba4ca08      |  Bin 19 -> 0 bytes
 .../18/1037049a54a1eb5fab404658a3a250b44335d7      |  Bin 51 -> 0 bytes
 .../18/10dff58d8a660512d4832e740f692884338ccd      |  Bin 119 -> 0 bytes
 .../2d/2eff63372b08adf0a9eb84109ccf7d19e2f3a2      |  Bin 125 -> 0 bytes
 .../36/060c58702ed4c2a40832c51758d5344201d89a      |    2 -
 .../44/1034f860c1d5d90e4188d11ae0d325176869a8      |    1 -
 .../45/b983be36b73c0788dc9cbcb76cbb80fc7bb057      |  Bin 18 -> 0 bytes
 .../4a/202b346bb0fb0db7eff3cffeb3c70babbd2045      |    2 -
 .../5b/5b025afb0b4c913b4c338a42934a3863bf3644      |    2 -
 .../60/d415052a33de2150bf68757f6461df4f563ae4      |  Bin 85 -> 0 bytes
 .../61/9f9935957e010c419cb9d15621916ddfcc0b96      |  Bin 116 -> 0 bytes
 .../68/8a8f4ef7496901d15322972f96e212a9e466cc      |    1 -
 .../75/057dd4114e74cca1d750d0aee1647c903cb60a      |  Bin 119 -> 0 bytes
 .../77/71329dfa3002caf8c61a0ceb62a31d09023f37      |  Bin 4836 -> 0 bytes
 .../81/4889a078c031f61ed08ab5fa863aea9314344d      |  Bin 82 -> 0 bytes
 .../84/96071c1b46c854b31185ea97743be6a8774479      |  Bin 126 -> 0 bytes
 .../94/eca2de348d5f672faf56b0decafa5937e3235e      |  Bin 26 -> 0 bytes
 .../9b/7384fe1676186192842f5d3e129457b62db9e3      |  Bin 116 -> 0 bytes
 .../9f/d738e8f7967c078dceed8190330fc8648ee56a      |    3 -
 .../a4/a7dce85cf63874e984719f4fdd239f5145052f      |    2 -
 .../a7/1586c1dfe8a71c6cbf6c129f404c5642ff31bd      |  Bin 28 -> 0 bytes
 .../a8/233120f6ad708f843d861ce2b7228ec4e3dec6      |  Bin 26 -> 0 bytes
 .../b7/4713326bc972cc15751ed504dca6f6f3b91f7a      |    3 -
 .../be/3563ae3f795b2b4353bcce3a527ad0a4f7f644      |    3 -
 .../c4/7800c7266a2be04c571c04d5a6614691ea99bd      |    3 -
 .../c4/dc1555e4d4fa0e0c9c3fc46734c7c35b3ce90b      |  Bin 116 -> 0 bytes
 .../e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391      |  Bin 15 -> 0 bytes
 .../f6/0079018b664e4e79329a7ef9559c8d9e0378d1      |  Bin 82 -> 0 bytes
 .../fa/49b077972391ad58037050f2a75f74e3671e92      |  Bin 24 -> 0 bytes
 .../fd/093bff70906175335656e6ce6ae05783708765      |  Bin 82 -> 0 bytes
 ...ck-d7c6adf9f61318f041845b01440d09aa7a91e1b5.idx |  Bin 1240 -> 0 bytes
 ...k-d7c6adf9f61318f041845b01440d09aa7a91e1b5.pack |  Bin 491 -> 0 bytes
 test/fixtures/testrepo.git/packed-refs             |    2 -
 test/fixtures/testrepo.git/refs/heads/master       |    1 -
 test/fixtures/testrepo.git/refs/notes/commits      |    1 -
 test/fixtures/testrepo.git/refs/tags/v0.9          |    1 -
 test/fixtures/testrepo.git/refs/tags/v1.0          |    1 -
 test/fixtures/text_file.md                         |  464 ------
 test/fixtures/unsymlinked.git/HEAD                 |    1 -
 test/fixtures/unsymlinked.git/config               |    6 -
 test/fixtures/unsymlinked.git/description          |    1 -
 test/fixtures/unsymlinked.git/info/exclude         |    2 -
 .../08/8b64704e0d6b8bd061dea879418cb5442a3fbf      |  Bin 49 -> 0 bytes
 .../13/a5e939bca25940c069fd2169d993dba328e30b      |  Bin 44 -> 0 bytes
 .../19/bf568e59e3a0b363cafb4106226e62d4a4c41c      |  Bin 29 -> 0 bytes
 .../58/1fadd35b4cf320d102a152f918729011604773      |  Bin 47 -> 0 bytes
 .../5c/87b6791e8b13da658a14d1ef7e09b5dc3bac8c      |  Bin 78 -> 0 bytes
 .../6f/e5f5398af85fb3de8a6aba0339b6d3bfa26a27      |  Bin 49 -> 0 bytes
 .../7f/ccd75616ec188b8f1b23d67506a334cc34a49d      |  Bin 132 -> 0 bytes
 .../80/6999882bf91d24241e4077906b9017605eb1f3      |  Bin 170 -> 0 bytes
 .../83/7d176303c5005505ec1e4a30231c40930c0230      |  Bin 44 -> 0 bytes
 .../a8/595ccca04f40818ae0155c8f9c77a230e597b6      |    2 -
 .../cf/8f1cf5cce859c438d6cc067284cb5e161206e7      |  Bin 49 -> 0 bytes
 .../d5/278d05c8607ec420bfee4cf219fbc0eeebfd6a      |  Bin 49 -> 0 bytes
 .../f4/e16fb76536591a41454194058d048d8e4dd2e9      |  Bin 44 -> 0 bytes
 .../f9/e65619d93fdf2673882e0a261c5e93b1a84006      |  Bin 32 -> 0 bytes
 test/fixtures/unsymlinked.git/refs/heads/exe-file  |    1 -
 test/fixtures/unsymlinked.git/refs/heads/master    |    1 -
 test/fixtures/unsymlinked.git/refs/heads/reg-file  |    1 -
 test/index_test.rb                                 |  333 ----
 test/lib_test.rb                                   |  127 --
 test/note_test.rb                                  |  158 --
 test/object_test.rb                                |   43 -
 test/reference_test.rb                             |  207 ---
 test/remote_test.rb                                |  324 ----
 test/repo_pack_test.rb                             |   24 -
 test/repo_reset_test.rb                            |   82 -
 test/repo_test.rb                                  |  402 -----
 test/tag_test.rb                                   |   68 -
 test/test_helper.rb                                |   92 --
 test/tree_test.rb                                  |   91 --
 test/walker_test.rb                                |   88 -
 vendor/libgit2/AUTHORS                             |   75 +
 vendor/libgit2/CMakeLists.txt                      |  490 ++++++
 vendor/libgit2/COPYING                             |  920 +++++++++++
 vendor/libgit2/Makefile.embed                      |   32 +-
 .../cmake/Modules/AddCFlagIfSupported.cmake        |   16 +
 vendor/libgit2/cmake/Modules/FindHTTP_Parser.cmake |   39 +
 vendor/libgit2/cmake/Modules/FindIconv.cmake       |   43 +
 vendor/libgit2/cmake/Modules/FindLIBSSH2.cmake     |   44 +
 .../libgit2/deps/http-parser/LICENSE-MIT           |   20 +-
 vendor/libgit2/deps/regex/regex.c                  |   13 +-
 vendor/libgit2/include/git2.h                      |   81 +-
 vendor/libgit2/include/git2/attr.h                 |    3 +-
 vendor/libgit2/include/git2/blame.h                |  213 +++
 vendor/libgit2/include/git2/blob.h                 |   86 +-
 vendor/libgit2/include/git2/branch.h               |  100 +-
 vendor/libgit2/include/git2/buffer.h               |  112 ++
 vendor/libgit2/include/git2/checkout.h             |  109 +-
 vendor/libgit2/include/git2/cherrypick.h           |   87 +
 vendor/libgit2/include/git2/clone.h                |  209 ++-
 vendor/libgit2/include/git2/commit.h               |   94 +-
 vendor/libgit2/include/git2/common.h               |   50 +-
 vendor/libgit2/include/git2/config.h               |  143 +-
 vendor/libgit2/include/git2/cred_helpers.h         |    2 +-
 vendor/libgit2/include/git2/diff.h                 | 1130 +++++++------
 vendor/libgit2/include/git2/errors.h               |   63 +-
 vendor/libgit2/include/git2/filter.h               |  149 ++
 vendor/libgit2/include/git2/graph.h                |   14 +
 vendor/libgit2/include/git2/index.h                |  149 +-
 vendor/libgit2/include/git2/indexer.h              |   24 +-
 vendor/libgit2/include/git2/merge.h                |  441 ++++-
 vendor/libgit2/include/git2/message.h              |   23 +-
 vendor/libgit2/include/git2/net.h                  |    5 +
 vendor/libgit2/include/git2/notes.h                |   12 +-
 vendor/libgit2/include/git2/object.h               |   36 +-
 vendor/libgit2/include/git2/odb.h                  |   91 +-
 vendor/libgit2/include/git2/odb_backend.h          |   56 +-
 vendor/libgit2/include/git2/oid.h                  |   12 +-
 vendor/libgit2/include/git2/pack.h                 |   62 +-
 vendor/libgit2/include/git2/patch.h                |  277 ++++
 vendor/libgit2/include/git2/pathspec.h             |  263 +++
 vendor/libgit2/include/git2/push.h                 |   60 +-
 vendor/libgit2/include/git2/reflog.h               |   19 +-
 vendor/libgit2/include/git2/refs.h                 |  252 ++-
 vendor/libgit2/include/git2/refspec.h              |    7 +-
 vendor/libgit2/include/git2/remote.h               |  292 +++-
 vendor/libgit2/include/git2/repository.h           |  125 +-
 vendor/libgit2/include/git2/reset.h                |   19 +-
 vendor/libgit2/include/git2/revert.h               |   86 +
 vendor/libgit2/include/git2/revparse.h             |   43 +-
 vendor/libgit2/include/git2/revwalk.h              |   50 +-
 vendor/libgit2/include/git2/signature.h            |   20 +-
 vendor/libgit2/include/git2/stash.h                |   20 +-
 vendor/libgit2/include/git2/status.h               |   85 +-
 vendor/libgit2/include/git2/submodule.h            |  185 ++-
 vendor/libgit2/include/git2/sys/commit.h           |   42 +-
 vendor/libgit2/include/git2/sys/config.h           |   47 +-
 vendor/libgit2/include/git2/sys/diff.h             |   91 ++
 vendor/libgit2/include/git2/sys/filter.h           |  301 ++++
 vendor/libgit2/include/git2/sys/index.h            |    2 -
 vendor/libgit2/include/git2/sys/mempack.h          |   85 +
 vendor/libgit2/include/git2/sys/odb_backend.h      |   44 +-
 vendor/libgit2/include/git2/sys/refdb_backend.h    |   56 +-
 vendor/libgit2/include/git2/sys/reflog.h           |   21 +
 vendor/libgit2/include/git2/sys/refs.h             |    4 +-
 vendor/libgit2/include/git2/sys/repository.h       |   20 +-
 vendor/libgit2/include/git2/transport.h            |  291 +++-
 vendor/libgit2/include/git2/tree.h                 |   43 +-
 vendor/libgit2/include/git2/types.h                |  134 +-
 vendor/libgit2/include/git2/version.h              |    6 +-
 vendor/libgit2/libgit2.pc.in                       |   10 +
 vendor/libgit2/src/amiga/map.c                     |   48 -
 vendor/libgit2/src/array.h                         |   24 +-
 vendor/libgit2/src/attr.c                          |  542 ++-----
 vendor/libgit2/src/attr.h                          |   34 +-
 vendor/libgit2/src/attr_file.c                     |  433 +++--
 vendor/libgit2/src/attr_file.h                     |   83 +-
 vendor/libgit2/src/attrcache.c                     |  449 ++++++
 vendor/libgit2/src/attrcache.h                     |   44 +-
 vendor/libgit2/src/bitvec.h                        |   75 +
 vendor/libgit2/src/blame.c                         |  488 ++++++
 vendor/libgit2/src/blame.h                         |   93 ++
 vendor/libgit2/src/blame_git.c                     |  624 ++++++++
 vendor/libgit2/src/blame_git.h                     |   20 +
 vendor/libgit2/src/blob.c                          |  229 +--
 vendor/libgit2/src/blob.h                          |    9 +
 vendor/libgit2/src/branch.c                        |  331 ++--
 vendor/libgit2/src/buf_text.c                      |   43 +-
 vendor/libgit2/src/buf_text.h                      |    9 +-
 vendor/libgit2/src/buffer.c                        |  173 +-
 vendor/libgit2/src/buffer.h                        |   53 +-
 vendor/libgit2/src/cc-compat.h                     |   10 +-
 vendor/libgit2/src/checkout.c                      | 1368 ++++++++++++----
 vendor/libgit2/src/checkout.h                      |    2 +-
 vendor/libgit2/src/cherrypick.c                    |  226 +++
 vendor/libgit2/src/clone.c                         |  542 ++++---
 vendor/libgit2/src/{compress.h => clone.h}         |   12 +-
 vendor/libgit2/src/commit.c                        |  414 +++--
 vendor/libgit2/src/commit.h                        |    9 +-
 vendor/libgit2/src/commit_list.c                   |    6 +-
 vendor/libgit2/src/commit_list.h                   |    2 +-
 vendor/libgit2/src/common.h                        |   75 +-
 vendor/libgit2/src/compress.c                      |   53 -
 vendor/libgit2/src/config.c                        |  715 +++++++--
 vendor/libgit2/src/config.h                        |   45 +-
 vendor/libgit2/src/config_cache.c                  |   50 +-
 vendor/libgit2/src/config_file.c                   | 1135 ++++++++-----
 vendor/libgit2/src/config_file.h                   |    7 +-
 vendor/libgit2/src/crlf.c                          |  258 +--
 vendor/libgit2/src/date.c                          |   42 +-
 vendor/libgit2/src/delta.c                         |    2 +-
 vendor/libgit2/src/diff.c                          | 1133 ++++++++-----
 vendor/libgit2/src/diff.h                          |   59 +-
 vendor/libgit2/src/diff_driver.c                   |  268 +++-
 vendor/libgit2/src/diff_driver.h                   |    2 +-
 vendor/libgit2/src/diff_file.c                     |  149 +-
 vendor/libgit2/src/diff_file.h                     |   22 +-
 vendor/libgit2/src/diff_patch.c                    |  607 ++++---
 vendor/libgit2/src/diff_patch.h                    |   19 +-
 vendor/libgit2/src/diff_print.c                    |  560 ++++---
 vendor/libgit2/src/diff_stats.c                    |  336 ++++
 vendor/libgit2/src/diff_tform.c                    |  608 ++++---
 vendor/libgit2/src/diff_xdiff.c                    |  159 +-
 vendor/libgit2/src/errors.c                        |   63 +-
 vendor/libgit2/src/fetch.c                         |   74 +-
 vendor/libgit2/src/fetch.h                         |    7 +-
 vendor/libgit2/src/fetchhead.c                     |   21 +-
 vendor/libgit2/src/filebuf.c                       |   37 +-
 vendor/libgit2/src/filebuf.h                       |    6 +-
 vendor/libgit2/src/fileops.c                       |  400 ++---
 vendor/libgit2/src/fileops.h                       |  117 +-
 vendor/libgit2/src/filter.c                        |  685 +++++++-
 vendor/libgit2/src/filter.h                        |   73 +-
 vendor/libgit2/src/fnmatch.c                       |   49 +-
 vendor/libgit2/src/fnmatch.h                       |   27 +-
 vendor/libgit2/src/global.c                        |  200 ++-
 vendor/libgit2/src/global.h                        |    9 +
 vendor/libgit2/src/graph.c                         |   54 +-
 vendor/libgit2/src/hash.h                          |    2 -
 vendor/libgit2/src/hash/hash_generic.h             |    1 -
 vendor/libgit2/src/hash/hash_openssl.h             |    1 -
 vendor/libgit2/src/hash/hash_win32.c               |   43 +-
 vendor/libgit2/src/hashsig.c                       |  214 ++-
 vendor/libgit2/src/ident.c                         |  125 ++
 vendor/libgit2/src/ignore.c                        |  269 ++--
 vendor/libgit2/src/ignore.h                        |   16 +-
 vendor/libgit2/src/index.c                         | 1248 +++++++++------
 vendor/libgit2/src/index.h                         |   49 +-
 vendor/libgit2/src/indexer.c                       |  632 ++++++--
 vendor/libgit2/src/iterator.c                      |  253 ++-
 vendor/libgit2/src/iterator.h                      |   32 +-
 vendor/libgit2/src/map.h                           |    1 +
 vendor/libgit2/src/merge.c                         |  991 ++++++++++--
 vendor/libgit2/src/merge.h                         |   15 +-
 vendor/libgit2/src/merge_file.c                    |  261 ++-
 vendor/libgit2/src/merge_file.h                    |   57 -
 vendor/libgit2/src/message.c                       |   32 +-
 vendor/libgit2/src/mwindow.c                       |  125 +-
 vendor/libgit2/src/mwindow.h                       |   10 +-
 vendor/libgit2/src/netops.c                        |  223 ++-
 vendor/libgit2/src/netops.h                        |   38 +-
 vendor/libgit2/src/notes.c                         |   27 +-
 vendor/libgit2/src/notes.h                         |    2 +-
 vendor/libgit2/src/object.c                        |   80 +-
 vendor/libgit2/src/odb.c                           |  250 ++-
 vendor/libgit2/src/odb.h                           |    3 +-
 vendor/libgit2/src/odb_loose.c                     |  117 +-
 vendor/libgit2/src/odb_mempack.c                   |  182 +++
 vendor/libgit2/src/odb_pack.c                      |  212 ++-
 vendor/libgit2/src/oid.c                           |   49 +-
 vendor/libgit2/src/oid.h                           |   23 +-
 vendor/libgit2/src/pack-objects.c                  |  345 ++--
 vendor/libgit2/src/pack-objects.h                  |    7 +
 vendor/libgit2/src/pack.c                          |  373 +++--
 vendor/libgit2/src/pack.h                          |   16 +-
 vendor/libgit2/src/path.c                          |  476 ++++--
 vendor/libgit2/src/path.h                          |  130 +-
 vendor/libgit2/src/pathspec.c                      |  640 +++++++-
 vendor/libgit2/src/pathspec.h                      |   51 +-
 vendor/libgit2/src/pool.c                          |    9 +-
 vendor/libgit2/src/posix.c                         |   47 +-
 vendor/libgit2/src/posix.h                         |   18 +-
 vendor/libgit2/src/pqueue.c                        |  192 +--
 vendor/libgit2/src/pqueue.h                        |  117 +-
 vendor/libgit2/src/push.c                          |  164 +-
 vendor/libgit2/src/push.h                          |    5 +
 vendor/libgit2/src/refdb.c                         |   51 +-
 vendor/libgit2/src/refdb.h                         |   16 +-
 vendor/libgit2/src/refdb_fs.c                      | 1681 ++++++++++++-------
 vendor/libgit2/src/reflog.c                        |  363 +----
 vendor/libgit2/src/reflog.h                        |    7 +-
 vendor/libgit2/src/refs.c                          |  487 ++++--
 vendor/libgit2/src/refs.h                          |   11 +-
 vendor/libgit2/src/refspec.c                       |  152 +-
 vendor/libgit2/src/refspec.h                       |   31 +-
 vendor/libgit2/src/remote.c                        | 1230 +++++++++-----
 vendor/libgit2/src/remote.h                        |    7 +-
 vendor/libgit2/src/repository.c                    |  567 ++++---
 vendor/libgit2/src/repository.h                    |   26 +-
 vendor/libgit2/src/reset.c                         |   41 +-
 vendor/libgit2/src/revert.c                        |  228 +++
 vendor/libgit2/src/revparse.c                      |   59 +-
 vendor/libgit2/src/revwalk.c                       |  237 +--
 vendor/libgit2/src/revwalk.h                       |    7 +-
 vendor/libgit2/src/settings.c                      |  140 ++
 vendor/libgit2/src/sha1_lookup.c                   |   71 +
 vendor/libgit2/src/sha1_lookup.h                   |    5 +
 vendor/libgit2/src/signature.c                     |   48 +-
 vendor/libgit2/src/sortedcache.c                   |  378 +++++
 vendor/libgit2/src/sortedcache.h                   |  178 +++
 vendor/libgit2/src/stash.c                         |  214 ++-
 vendor/libgit2/src/status.c                        |  148 +-
 vendor/libgit2/src/status.h                        |    4 +-
 vendor/libgit2/src/strmap.c                        |   32 +
 vendor/libgit2/src/strmap.h                        |   15 +-
 vendor/libgit2/src/strnlen.h                       |   23 +
 vendor/libgit2/src/submodule.c                     | 1688 +++++++++++++-------
 vendor/libgit2/src/submodule.h                     |  110 +-
 vendor/libgit2/src/sysdir.c                        |  252 +++
 vendor/libgit2/src/sysdir.h                        |  101 ++
 vendor/libgit2/src/tag.c                           |   51 +-
 vendor/libgit2/src/thread-utils.h                  |  115 +-
 vendor/libgit2/src/trace.h                         |    2 -
 vendor/libgit2/src/transport.c                     |   82 +-
 vendor/libgit2/src/transports/cred.c               |  225 ++-
 vendor/libgit2/src/transports/git.c                |   89 +-
 vendor/libgit2/src/transports/http.c               |  174 +-
 vendor/libgit2/src/transports/local.c              |  153 +-
 vendor/libgit2/src/transports/smart.c              |  110 +-
 vendor/libgit2/src/transports/smart.h              |   18 +-
 vendor/libgit2/src/transports/smart_pkt.c          |   38 +-
 vendor/libgit2/src/transports/smart_protocol.c     |  381 +++--
 vendor/libgit2/src/transports/ssh.c                |  470 +++---
 vendor/libgit2/src/transports/winhttp.c            |  477 +++---
 vendor/libgit2/src/tree-cache.c                    |   44 +-
 vendor/libgit2/src/tree-cache.h                    |    1 +
 vendor/libgit2/src/tree.c                          |  201 +--
 vendor/libgit2/src/tree.h                          |    5 +-
 vendor/libgit2/src/unix/map.c                      |    8 +-
 vendor/libgit2/src/unix/posix.h                    |    1 -
 vendor/libgit2/src/userdiff.h                      |  208 +++
 vendor/libgit2/src/util.c                          |  128 +-
 vendor/libgit2/src/util.h                          |  110 +-
 vendor/libgit2/src/vector.c                        |   89 +-
 vendor/libgit2/src/vector.h                        |   37 +-
 vendor/libgit2/src/win32/dir.c                     |   55 +-
 vendor/libgit2/src/win32/dir.h                     |    5 +-
 vendor/libgit2/src/win32/error.c                   |   36 +-
 vendor/libgit2/src/win32/findfile.c                |  113 +-
 vendor/libgit2/src/win32/findfile.h                |   13 +-
 vendor/libgit2/src/win32/git2.rc                   |   40 +
 vendor/libgit2/src/win32/map.c                     |    8 +-
 vendor/libgit2/src/win32/mingw-compat.h            |    3 +
 vendor/libgit2/src/win32/posix.h                   |   28 +-
 vendor/libgit2/src/win32/posix_w32.c               |  716 +++++----
 vendor/libgit2/src/win32/precompiled.h             |    8 +-
 vendor/libgit2/src/win32/pthread.c                 |  159 +-
 vendor/libgit2/src/win32/pthread.h                 |   58 +-
 vendor/libgit2/src/win32/reparse.h                 |   57 +
 vendor/libgit2/src/win32/utf-conv.c                |  177 +-
 vendor/libgit2/src/win32/utf-conv.h                |   87 +-
 vendor/libgit2/src/win32/version.h                 |   25 +-
 vendor/libgit2/src/win32/w32_util.c                |  139 ++
 vendor/libgit2/src/win32/w32_util.h                |   54 +
 vendor/libgit2/src/zstream.c                       |  156 ++
 vendor/libgit2/src/zstream.h                       |   39 +
 452 files changed, 37922 insertions(+), 19121 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