gittuf/pkg/gitinterface
dawgdevv da5b8916e3 pkg/gitinterface: Remove unnecessary error return from createTestTrees
Signed-off-by: dawgdevv <nraj02415@gmail.com>
2026-05-01 23:50:02 +05:30
..
blob.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
blob_test.go test: improve pkg/gitinterface coverage from 69.4% to 76.2% 2026-04-25 02:44:19 +05:30
changes.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
changes_test.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
commit.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
commit_test.go test: improve pkg/gitinterface coverage from 69.4% to 76.2% 2026-04-25 02:44:19 +05:30
common.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
config.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
config_test.go test: improve pkg/gitinterface coverage from 69.4% to 76.2% 2026-04-25 02:44:19 +05:30
hash.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
hash_test.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
log.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
log_test.go pkg/gitinterface: Remove unnecessary error return from createTestTrees 2026-05-01 23:50:02 +05:30
object.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
object_test.go test: improve pkg/gitinterface coverage from 69.4% to 76.2% 2026-04-25 02:44:19 +05:30
README.md pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
references.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
references_test.go test: improve pkg/gitinterface coverage from 69.4% to 76.2% 2026-04-25 02:44:19 +05:30
remote.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
remote_test.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
repository.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
repository_test.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
signature.go sigstore: Drop support for online verification 2026-02-19 12:39:22 -05:00
signature_test.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
status.go fix: parse rename status 2026-04-30 01:41:16 +05:30
status_test.go Merge pull request #1273 from ayuxsh009/fix/status-rename-parser 2026-04-29 20:24:55 +00:00
sync.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
sync_test.go test: improve pkg/gitinterface coverage from 69.4% to 76.2% 2026-04-25 02:44:19 +05:30
tag.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
tag_test.go test: improve pkg/gitinterface coverage from 69.4% to 76.2% 2026-04-25 02:44:19 +05:30
tree.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
tree_test.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
utils.go pkg: Move gitinterface to pkg 2026-01-16 14:03:36 -05:00
utils_test.go test: improve pkg/gitinterface coverage from 69.4% to 76.2% 2026-04-25 02:44:19 +05:30

gittuf's gitinterface Package

gittuf's gitinterface package is a lightweight Go API for interacting with Git repositories. It is similar to go-git in its goal, but differs as, unlike go-git, gitinterface uses the Git binary for its operations.

To operate correctly, gitinterface requires a Git binary version of 2.34 or higher.