gittuf/pkg/gitinterface
Pat Zielinski 7540d208cf deps: Bump gitsign
Signed-off-by: Pat Zielinski <git@patzielinski.com>
Signed-off-by: PratGit1606 <prathamgithub16@gmail.com>
2026-08-17 15:16:10 -07:00
..
blob.go
blob_test.go
changes.go
changes_test.go
commit.go Introduce gitstore.Storer and make gittuf's core dependency-light 2026-08-03 21:27:49 +01:00
commit_test.go Introduce gitstore.Storer and make gittuf's core dependency-light 2026-08-03 21:27:49 +01:00
common.go
common_test.go Introduce gitstore.Storer and make gittuf's core dependency-light 2026-08-03 21:27:49 +01:00
config.go Introduce gitstore.Storer and make gittuf's core dependency-light 2026-08-03 21:27:49 +01:00
config_test.go Introduce gitstore.Storer and make gittuf's core dependency-light 2026-08-03 21:27:49 +01:00
hash.go refactor: standardize on githash.Hash 2026-08-03 21:27:52 +01:00
hash_test.go
log.go
log_test.go Introduce gitstore.Storer and make gittuf's core dependency-light 2026-08-03 21:27:49 +01:00
object.go
object_test.go
README.md
references.go Introduce gitstore.Storer and make gittuf's core dependency-light 2026-08-03 21:27:49 +01:00
references_test.go Introduce gitstore.Storer and make gittuf's core dependency-light 2026-08-03 21:27:49 +01:00
remote.go
remote_test.go
replace_ref_test.go
repository.go
repository_test.go Introduce gitstore.Storer and make gittuf's core dependency-light 2026-08-03 21:27:49 +01:00
signature.go deps: Bump gitsign 2026-08-17 15:16:10 -07:00
signature_test.go Introduce gitstore.Storer and make gittuf's core dependency-light 2026-08-03 21:27:49 +01:00
status.go
status_test.go
sync.go
sync_test.go
tag.go Introduce gitstore.Storer and make gittuf's core dependency-light 2026-08-03 21:27:49 +01:00
tag_test.go Introduce gitstore.Storer and make gittuf's core dependency-light 2026-08-03 21:27:49 +01:00
tree.go Introduce gitstore.Storer and make gittuf's core dependency-light 2026-08-03 21:27:49 +01:00
tree_test.go Introduce gitstore.Storer and make gittuf's core dependency-light 2026-08-03 21:27:49 +01:00
utils.go
utils_test.go

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.