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 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/gitinterface: Add and refactor tests for coverage 2026-04-30 02:47:33 +05:30
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 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 Introduce gitstore.Storer and make gittuf's core dependency-light 2026-08-03 21:27:49 +01:00
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 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 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
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 Merge pull request #1273 from ayuxsh009/fix/status-rename-parser 2026-04-29 20:24:55 +00:00
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
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 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.