index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loose.c
Age
Commit message (
Expand
)
Author
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
2025-11-03
object-file: move loose object map into loose source
Patrick Steinhardt
2025-11-03
object-file: move loose object cache into loose source
Patrick Steinhardt
2025-07-16
loose: write loose objects map via their source
Patrick Steinhardt
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
2025-02-28
path: adjust last remaining users of `the_repository`
Patrick Steinhardt
2025-02-07
path: refactor `repo_common_path()` family of functions
Patrick Steinhardt
2024-10-09
loose: don't rely on repository global state
Karthik Nayak
2024-09-05
drop trailing newline from warning/error/die messages
Jeff King
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2023-10-02
loose: compatibilty short name support
Eric W. Biederman
2023-10-02
loose: add a mapping between SHA-1 and SHA-256 for loose objects
brian m. carlson