AI-powered social skills training app with multi-provider LLM support
hash: add a constant for the legacy hash algorithm
brian m. carlson committed about 1 year ago
hash: add a constant for the default hash algorithm
brian m. carlson committed about 1 year ago
odb: rename `read_object_with_reference()`
Patrick Steinhardt committed about 1 year ago
odb: rename `pretend_object_file()`
Patrick Steinhardt committed about 1 year ago
Patrick Steinhardt committed about 1 year ago
odb: rename `repo_read_object_file()`
Patrick Steinhardt committed about 1 year ago
odb: rename `oid_object_info()`
Patrick Steinhardt committed about 1 year ago
odb: trivial refactorings to get rid of `the_repository`
Patrick Steinhardt committed about 1 year ago
odb: get rid of `the_repository` when handling submodule sources
Patrick Steinhardt committed about 1 year ago
odb: get rid of `the_repository` when handling the primary source
Patrick Steinhardt committed about 1 year ago
odb: get rid of `the_repository` in `for_each()` functions
Patrick Steinhardt committed about 1 year ago
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt committed about 1 year ago
odb: get rid of `the_repository` in `odb_mkstemp()`
Patrick Steinhardt committed about 1 year ago
odb: get rid of `the_repository` in `assert_oid_type()`
Patrick Steinhardt committed about 1 year ago
odb: get rid of `the_repository` in `find_odb()`
Patrick Steinhardt committed about 1 year ago
odb: introduce parent pointers
Patrick Steinhardt committed about 1 year ago
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt committed about 1 year ago
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt committed about 1 year ago
object-store: rename `raw_object_store` to `object_database`
Patrick Steinhardt committed about 1 year ago
pack-bitmap: add load corrupt bitmap test
Lidong Yan committed about 1 year ago