| author | Fabian Grünbichler <debian@fabian.gruenbichler.email> | |
| Mon, 17 Mar 2025 05:54:23 +0000 (06:54 +0100) | ||
| committer | Fabian Grünbichler <debian@fabian.gruenbichler.email> | |
| Mon, 17 Mar 2025 05:54:23 +0000 (06:54 +0100) | ||
| commit | 749be5bd7282ef19c06072c9f2deb3638852e64a | |
| tree | c0e13fb58da2c2c87ff50920bba7fe8a53dbb9d8 | tree | snapshot |
| git2-curl/.cargo-checksum.json | [new file with mode: 0644] | blob |
| git2-curl/CHANGELOG.md | [new file with mode: 0644] | blob |
| git2-curl/Cargo.toml | [new file with mode: 0644] | blob |
| git2-curl/LICENSE-APACHE | [new file with mode: 0644] | blob |
| git2-curl/LICENSE-MIT | [new file with mode: 0644] | blob |
| git2-curl/src/lib.rs | [new file with mode: 0644] | blob |
| git2-curl/tests/all.rs | [new file with mode: 0644] | blob |
| git2/.cargo-checksum.json | [new file with mode: 0644] | blob |
| git2/CHANGELOG.md | [new file with mode: 0644] | blob |
| git2/CONTRIBUTING.md | [new file with mode: 0644] | blob |
| git2/Cargo.lock | [new file with mode: 0644] | blob |
| git2/Cargo.toml | [new file with mode: 0644] | blob |
| git2/FUNDING.json | [new file with mode: 0644] | blob |
| git2/LICENSE-APACHE | [new file with mode: 0644] | blob |
| git2/LICENSE-MIT | [new file with mode: 0644] | blob |
| git2/README.md | [new file with mode: 0644] | blob |
| git2/ci/publish.sh | [new file with mode: 0755] | blob |
| git2/examples/add.rs | [new file with mode: 0644] | blob |
| git2/examples/blame.rs | [new file with mode: 0644] | blob |
| git2/examples/cat-file.rs | [new file with mode: 0644] | blob |
| git2/examples/clone.rs | [new file with mode: 0644] | blob |
| git2/examples/diff.rs | [new file with mode: 0644] | blob |
| git2/examples/fetch.rs | [new file with mode: 0644] | blob |
| git2/examples/init.rs | [new file with mode: 0644] | blob |
| git2/examples/log.rs | [new file with mode: 0644] | blob |
| git2/examples/ls-remote.rs | [new file with mode: 0644] | blob |
| git2/examples/pull.rs | [new file with mode: 0644] | blob |
| git2/examples/rev-list.rs | [new file with mode: 0644] | blob |
| git2/examples/rev-parse.rs | [new file with mode: 0644] | blob |
| git2/examples/status.rs | [new file with mode: 0644] | blob |
| git2/examples/tag.rs | [new file with mode: 0644] | blob |
| git2/src/apply.rs | [new file with mode: 0644] | blob |
| git2/src/attr.rs | [new file with mode: 0644] | blob |
| git2/src/blame.rs | [new file with mode: 0644] | blob |
| git2/src/blob.rs | [new file with mode: 0644] | blob |
| git2/src/branch.rs | [new file with mode: 0644] | blob |
| git2/src/buf.rs | [new file with mode: 0644] | blob |
| git2/src/build.rs | [new file with mode: 0644] | blob |
| git2/src/call.rs | [new file with mode: 0644] | blob |
| git2/src/cert.rs | [new file with mode: 0644] | blob |
| git2/src/cherrypick.rs | [new file with mode: 0644] | blob |
| git2/src/commit.rs | [new file with mode: 0644] | blob |
| git2/src/config.rs | [new file with mode: 0644] | blob |
| git2/src/cred.rs | [new file with mode: 0644] | blob |
| git2/src/describe.rs | [new file with mode: 0644] | blob |
| git2/src/diff.rs | [new file with mode: 0644] | blob |
| git2/src/email.rs | [new file with mode: 0644] | blob |
| git2/src/error.rs | [new file with mode: 0644] | blob |
| git2/src/index.rs | [new file with mode: 0644] | blob |
| git2/src/indexer.rs | [new file with mode: 0644] | blob |
| git2/src/lib.rs | [new file with mode: 0644] | blob |
| git2/src/mailmap.rs | [new file with mode: 0644] | blob |
| git2/src/mempack.rs | [new file with mode: 0644] | blob |
| git2/src/merge.rs | [new file with mode: 0644] | blob |
| git2/src/message.rs | [new file with mode: 0644] | blob |
| git2/src/note.rs | [new file with mode: 0644] | blob |
| git2/src/object.rs | [new file with mode: 0644] | blob |
| git2/src/odb.rs | [new file with mode: 0644] | blob |
| git2/src/oid.rs | [new file with mode: 0644] | blob |
| git2/src/oid_array.rs | [new file with mode: 0644] | blob |
| git2/src/opts.rs | [new file with mode: 0644] | blob |
| git2/src/packbuilder.rs | [new file with mode: 0644] | blob |
| git2/src/panic.rs | [new file with mode: 0644] | blob |
| git2/src/patch.rs | [new file with mode: 0644] | blob |
| git2/src/pathspec.rs | [new file with mode: 0644] | blob |
| git2/src/proxy_options.rs | [new file with mode: 0644] | blob |
| git2/src/push_update.rs | [new file with mode: 0644] | blob |
| git2/src/rebase.rs | [new file with mode: 0644] | blob |
| git2/src/reference.rs | [new file with mode: 0644] | blob |
| git2/src/reflog.rs | [new file with mode: 0644] | blob |
| git2/src/refspec.rs | [new file with mode: 0644] | blob |
| git2/src/remote.rs | [new file with mode: 0644] | blob |
| git2/src/remote_callbacks.rs | [new file with mode: 0644] | blob |
| git2/src/repo.rs | [new file with mode: 0644] | blob |
| git2/src/revert.rs | [new file with mode: 0644] | blob |
| git2/src/revspec.rs | [new file with mode: 0644] | blob |
| git2/src/revwalk.rs | [new file with mode: 0644] | blob |
| git2/src/signature.rs | [new file with mode: 0644] | blob |
| git2/src/stash.rs | [new file with mode: 0644] | blob |
| git2/src/status.rs | [new file with mode: 0644] | blob |
| git2/src/string_array.rs | [new file with mode: 0644] | blob |
| git2/src/submodule.rs | [new file with mode: 0644] | blob |
| git2/src/tag.rs | [new file with mode: 0644] | blob |
| git2/src/tagforeach.rs | [new file with mode: 0644] | blob |
| git2/src/test.rs | [new file with mode: 0644] | blob |
| git2/src/time.rs | [new file with mode: 0644] | blob |
| git2/src/tracing.rs | [new file with mode: 0644] | blob |
| git2/src/transaction.rs | [new file with mode: 0644] | blob |
| git2/src/transport.rs | [new file with mode: 0644] | blob |
| git2/src/tree.rs | [new file with mode: 0644] | blob |
| git2/src/treebuilder.rs | [new file with mode: 0644] | blob |
| git2/src/util.rs | [new file with mode: 0644] | blob |
| git2/src/version.rs | [new file with mode: 0644] | blob |
| git2/src/worktree.rs | [new file with mode: 0644] | blob |
| git2/tests/add_extensions.rs | [new file with mode: 0644] | blob |
| git2/tests/get_extensions.rs | [new file with mode: 0644] | blob |
| git2/tests/global_state.rs | [new file with mode: 0644] | blob |
| git2/tests/remove_extensions.rs | [new file with mode: 0644] | blob |
| libgit2-sys/.cargo-checksum.json | [new file with mode: 0644] | blob |
| libgit2-sys/CHANGELOG.md | [new file with mode: 0644] | blob |
| libgit2-sys/Cargo.toml | [new file with mode: 0644] | blob |
| libgit2-sys/LICENSE-APACHE | [new file with mode: 0644] | blob |
| libgit2-sys/LICENSE-MIT | [new file with mode: 0644] | blob |
| libgit2-sys/build.rs | [new file with mode: 0644] | blob |
| libgit2-sys/lib.rs | [new file with mode: 0644] | blob |