Import rustc_1.72.1+dfsg1.orig-extra.tar.xz
authorFabian Grünbichler <debian@fabian.gruenbichler.email>
Thu, 23 May 2024 19:16:03 +0000 (21:16 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Thu, 23 May 2024 19:16:03 +0000 (21:16 +0200)
commit65b3f0063a3d8899efef51b9488c6e09a057c0b6
treeec69d3c36f738e71a360143d98d800b4ccb09843
Import rustc_1.72.1+dfsg1.orig-extra.tar.xz

[dgit import orig rustc_1.72.1+dfsg1.orig-extra.tar.xz]
113 files changed:
git2-curl/.cargo-checksum.json [new file with mode: 0644]
git2-curl/CHANGELOG.md [new file with mode: 0644]
git2-curl/Cargo.toml [new file with mode: 0644]
git2-curl/LICENSE-APACHE [new file with mode: 0644]
git2-curl/LICENSE-MIT [new file with mode: 0644]
git2-curl/debian/patches/remove-zlib-ng-compat.patch [new file with mode: 0644]
git2-curl/debian/patches/series [new file with mode: 0644]
git2-curl/src/lib.rs [new file with mode: 0644]
git2-curl/tests/all.rs [new file with mode: 0644]
git2/.cargo-checksum.json [new file with mode: 0644]
git2/CHANGELOG.md [new file with mode: 0644]
git2/CONTRIBUTING.md [new file with mode: 0644]
git2/Cargo.lock [new file with mode: 0644]
git2/Cargo.toml [new file with mode: 0644]
git2/LICENSE-APACHE [new file with mode: 0644]
git2/LICENSE-MIT [new file with mode: 0644]
git2/README.md [new file with mode: 0644]
git2/ci/publish.sh [new file with mode: 0755]
git2/debian/patches/disable-vendor.patch [new file with mode: 0644]
git2/debian/patches/remove-zlib-ng-compat.patch [new file with mode: 0644]
git2/debian/patches/series [new file with mode: 0644]
git2/debian/patches/skip-credential_helper5-if-no-git.patch [new file with mode: 0644]
git2/examples/add.rs [new file with mode: 0644]
git2/examples/blame.rs [new file with mode: 0644]
git2/examples/cat-file.rs [new file with mode: 0644]
git2/examples/clone.rs [new file with mode: 0644]
git2/examples/diff.rs [new file with mode: 0644]
git2/examples/fetch.rs [new file with mode: 0644]
git2/examples/init.rs [new file with mode: 0644]
git2/examples/log.rs [new file with mode: 0644]
git2/examples/ls-remote.rs [new file with mode: 0644]
git2/examples/pull.rs [new file with mode: 0644]
git2/examples/rev-list.rs [new file with mode: 0644]
git2/examples/rev-parse.rs [new file with mode: 0644]
git2/examples/status.rs [new file with mode: 0644]
git2/examples/tag.rs [new file with mode: 0644]
git2/src/apply.rs [new file with mode: 0644]
git2/src/attr.rs [new file with mode: 0644]
git2/src/blame.rs [new file with mode: 0644]
git2/src/blob.rs [new file with mode: 0644]
git2/src/branch.rs [new file with mode: 0644]
git2/src/buf.rs [new file with mode: 0644]
git2/src/build.rs [new file with mode: 0644]
git2/src/call.rs [new file with mode: 0644]
git2/src/cert.rs [new file with mode: 0644]
git2/src/cherrypick.rs [new file with mode: 0644]
git2/src/commit.rs [new file with mode: 0644]
git2/src/config.rs [new file with mode: 0644]
git2/src/cred.rs [new file with mode: 0644]
git2/src/describe.rs [new file with mode: 0644]
git2/src/diff.rs [new file with mode: 0644]
git2/src/email.rs [new file with mode: 0644]
git2/src/error.rs [new file with mode: 0644]
git2/src/index.rs [new file with mode: 0644]
git2/src/indexer.rs [new file with mode: 0644]
git2/src/lib.rs [new file with mode: 0644]
git2/src/mailmap.rs [new file with mode: 0644]
git2/src/mempack.rs [new file with mode: 0644]
git2/src/merge.rs [new file with mode: 0644]
git2/src/message.rs [new file with mode: 0644]
git2/src/note.rs [new file with mode: 0644]
git2/src/object.rs [new file with mode: 0644]
git2/src/odb.rs [new file with mode: 0644]
git2/src/oid.rs [new file with mode: 0644]
git2/src/oid_array.rs [new file with mode: 0644]
git2/src/opts.rs [new file with mode: 0644]
git2/src/packbuilder.rs [new file with mode: 0644]
git2/src/panic.rs [new file with mode: 0644]
git2/src/patch.rs [new file with mode: 0644]
git2/src/pathspec.rs [new file with mode: 0644]
git2/src/proxy_options.rs [new file with mode: 0644]
git2/src/push_update.rs [new file with mode: 0644]
git2/src/rebase.rs [new file with mode: 0644]
git2/src/reference.rs [new file with mode: 0644]
git2/src/reflog.rs [new file with mode: 0644]
git2/src/refspec.rs [new file with mode: 0644]
git2/src/remote.rs [new file with mode: 0644]
git2/src/remote_callbacks.rs [new file with mode: 0644]
git2/src/repo.rs [new file with mode: 0644]
git2/src/revert.rs [new file with mode: 0644]
git2/src/revspec.rs [new file with mode: 0644]
git2/src/revwalk.rs [new file with mode: 0644]
git2/src/signature.rs [new file with mode: 0644]
git2/src/stash.rs [new file with mode: 0644]
git2/src/status.rs [new file with mode: 0644]
git2/src/string_array.rs [new file with mode: 0644]
git2/src/submodule.rs [new file with mode: 0644]
git2/src/tag.rs [new file with mode: 0644]
git2/src/tagforeach.rs [new file with mode: 0644]
git2/src/test.rs [new file with mode: 0644]
git2/src/time.rs [new file with mode: 0644]
git2/src/tracing.rs [new file with mode: 0644]
git2/src/transaction.rs [new file with mode: 0644]
git2/src/transport.rs [new file with mode: 0644]
git2/src/tree.rs [new file with mode: 0644]
git2/src/treebuilder.rs [new file with mode: 0644]
git2/src/util.rs [new file with mode: 0644]
git2/src/version.rs [new file with mode: 0644]
git2/src/worktree.rs [new file with mode: 0644]
git2/tests/add_extensions.rs [new file with mode: 0644]
git2/tests/get_extensions.rs [new file with mode: 0644]
git2/tests/global_state.rs [new file with mode: 0644]
git2/tests/remove_extensions.rs [new file with mode: 0644]
libgit2-sys/.cargo-checksum.json [new file with mode: 0644]
libgit2-sys/CHANGELOG.md [new file with mode: 0644]
libgit2-sys/Cargo.toml [new file with mode: 0644]
libgit2-sys/LICENSE-APACHE [new file with mode: 0644]
libgit2-sys/LICENSE-MIT [new file with mode: 0644]
libgit2-sys/build.rs [new file with mode: 0644]
libgit2-sys/debian/patches/disable-vendor.patch [new file with mode: 0644]
libgit2-sys/debian/patches/remove-zlib-ng-compat.patch [new file with mode: 0644]
libgit2-sys/debian/patches/series [new file with mode: 0644]
libgit2-sys/lib.rs [new file with mode: 0644]