Files in ropensci/git2r
Provides Access to Git Repositories

.Rbuildignore
.github/.gitignore
.github/workflows/R-CMD-check.yaml
.gitignore
DESCRIPTION
LICENSE
Makefile
NAMESPACE
NEWS.md R/blame.R R/blob.R R/branch.R R/bundle_r_package.R R/checkout.R R/commit.R R/config.R R/contributions.R R/credential.R R/diff.R R/fetch.R R/git2r.R R/index.R R/libgit2.R R/merge.R R/note.R R/odb.R R/plot.R R/pull.R R/punch_card.R R/push.R R/reference.R R/reflog.R R/refspec.R R/remote.R R/repository.R R/reset.R R/revparse.R R/sha.R R/signature.R R/stash.R R/status.R R/tag.R R/time.R R/tree.R R/when.R README.md
cleanup
configure
configure.ac
inst/AUTHORS
inst/COPYING
inst/COPYRIGHTS
man-roxygen/merge-example.R man-roxygen/remote-example.R man-roxygen/repo-param.R man-roxygen/return-git_merge_result.R man/add.Rd man/ahead_behind.Rd man/as.data.frame.git_repository.Rd man/as.data.frame.git_tree.Rd man/as.list.git_tree.Rd man/blame.Rd man/blob_create.Rd man/branch_create.Rd man/branch_delete.Rd man/branch_get_upstream.Rd man/branch_remote_name.Rd man/branch_remote_url.Rd man/branch_rename.Rd man/branch_set_upstream.Rd man/branch_target.Rd man/branches.Rd man/bundle_r_package.Rd man/checkout.Rd man/clone.Rd man/commit.Rd man/commits.Rd man/config.Rd man/content.Rd man/contributions.Rd man/cred_env.Rd man/cred_ssh_key.Rd man/cred_token.Rd man/cred_user_pass.Rd man/default_signature.Rd man/descendant_of.Rd man/diff-methods.Rd man/discover_repository.Rd man/fetch.Rd man/fetch_heads.Rd man/git2r.Rd man/git_config_files.Rd man/git_time.Rd man/hash.Rd man/hashfile.Rd man/head.git_repository.Rd man/in_repository.Rd man/index_remove_bypath.Rd man/init.Rd man/is_bare.Rd man/is_binary.Rd man/is_blob.Rd man/is_branch.Rd man/is_commit.Rd man/is_detached.Rd man/is_empty.Rd man/is_head.Rd man/is_local.Rd man/is_merge.Rd man/is_shallow.Rd man/is_tag.Rd man/is_tree.Rd man/last_commit.Rd man/length.git_blob.Rd man/length.git_diff.Rd man/length.git_tree.Rd man/libgit2_features.Rd man/libgit2_version.Rd man/lookup.Rd man/lookup_commit.Rd man/ls_tree.Rd man/merge.Rd man/merge_base.Rd man/note_create.Rd man/note_default_ref.Rd man/note_remove.Rd man/notes.Rd man/odb_blobs.Rd man/odb_objects.Rd man/parents.Rd man/plot.git_repository.Rd man/print.git_reflog_entry.Rd man/pull.Rd man/punch_card.Rd man/push.Rd man/reexports.Rd man/references.Rd man/reflog.Rd man/remote_add.Rd man/remote_ls.Rd man/remote_remove.Rd man/remote_rename.Rd man/remote_set_url.Rd man/remote_url.Rd man/remotes.Rd man/repository.Rd man/repository_head.Rd man/reset.Rd man/revparse_single.Rd man/rm_file.Rd man/sha.Rd man/ssh_path.Rd man/ssl_cert_locations.Rd man/stash.Rd man/stash_apply.Rd man/stash_drop.Rd man/stash_list.Rd man/stash_pop.Rd man/status.Rd man/sub-.git_tree.Rd man/summary.git_repository.Rd man/summary.git_stash.Rd man/summary.git_tree.Rd man/tag.Rd man/tag_delete.Rd man/tags.Rd man/tree.Rd man/when.Rd man/workdir.Rd
src/Makevars.in
src/Makevars.ucrt
src/Makevars.win
src/git2r-win.def
src/git2r.c
src/git2r_S3.c
src/git2r_S3.h
src/git2r_arg.c
src/git2r_arg.h
src/git2r_blame.c
src/git2r_blame.h
src/git2r_blob.c
src/git2r_blob.h
src/git2r_branch.c
src/git2r_branch.h
src/git2r_checkout.c
src/git2r_checkout.h
src/git2r_clone.c
src/git2r_clone.h
src/git2r_commit.c
src/git2r_commit.h
src/git2r_config.c
src/git2r_config.h
src/git2r_cred.c
src/git2r_cred.h
src/git2r_deprecated.h
src/git2r_diff.c
src/git2r_diff.h
src/git2r_error.c
src/git2r_error.h
src/git2r_graph.c
src/git2r_graph.h
src/git2r_index.c
src/git2r_index.h
src/git2r_libgit2.c
src/git2r_libgit2.h
src/git2r_merge.c
src/git2r_merge.h
src/git2r_note.c
src/git2r_note.h
src/git2r_object.c
src/git2r_object.h
src/git2r_odb.c
src/git2r_odb.h
src/git2r_oid.c
src/git2r_oid.h
src/git2r_push.c
src/git2r_push.h
src/git2r_reference.c
src/git2r_reference.h
src/git2r_reflog.c
src/git2r_reflog.h
src/git2r_remote.c
src/git2r_remote.h
src/git2r_repository.c
src/git2r_repository.h
src/git2r_reset.c
src/git2r_reset.h
src/git2r_revparse.c
src/git2r_revparse.h
src/git2r_revwalk.c
src/git2r_revwalk.h
src/git2r_signature.c
src/git2r_signature.h
src/git2r_stash.c
src/git2r_stash.h
src/git2r_status.c
src/git2r_status.h
src/git2r_tag.c
src/git2r_tag.h
src/git2r_transfer.c
src/git2r_transfer.h
src/git2r_tree.c
src/git2r_tree.h
tests/add-force.R tests/bare_repository.R tests/blame.R tests/blob.R tests/branch.R tests/bundle.R tests/checkout-named-branch.R tests/checkout.R tests/checkout_branch.R tests/checkout_commit.R tests/checkout_tag.R tests/clone_bare.R tests/clone_branch.R tests/clone_checkout.R tests/commit.R tests/commits_path.R tests/config.R tests/diff.R tests/fast_forward_merge.R tests/fetch.R tests/graph.R tests/index.R tests/invalid-conf-var.R tests/libgit2.R tests/ls_tree.R tests/merge.R tests/merge_named_branch.R tests/normal_merge.R tests/note.R tests/odb_blobs.R tests/pre-process-path.R tests/pull.R tests/push-force.R tests/push.R tests/reference.R tests/reflog.R tests/refspec.R tests/remotes.R tests/remove.R tests/repository.R tests/reset.R tests/revparse.R tests/signature.R tests/stash.R tests/status.R tests/tag.R tests/time.R tests/tree.R tests/util/check.R tests/when.R tools/README.md
tools/config.guess
tools/config.rpath
tools/config.sub
tools/install-sh
tools/lib-ld.m4
tools/lib-link.m4
tools/lib-prefix.m4
tools/missing
tools/pkg.m4
tools/version.c
tools/winlibs.R
ropensci/git2r documentation built on Nov. 30, 2023, 12:44 a.m.