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 feat(sha256): support SHA-256 object format 2026-07-16 23:03:18 +01:00
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 gitinterface: ignore refs/replace/ in git invocations 2026-07-24 09:51:15 +01:00
repository.go gitinterface: ignore refs/replace/ in git invocations 2026-07-24 09:51:15 +01:00
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 pkg/gitinterface: remove os.Chdir; set cmd.Dir on the executor instead 2026-06-29 17:13:31 +01:00
status_test.go
sync.go Block use of extensions.compatObjectFormat 2026-07-16 23:03:24 +01:00
sync_test.go feat(sha256): support SHA-256 object format 2026-07-16 23:03:18 +01:00
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 pkg/gitinterface: remove os.Chdir; set cmd.Dir on the executor instead 2026-06-29 17:13:31 +01:00
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.