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
/
builtin
/
cat-file.c
Age
Commit message (
Expand
)
Author
2026-03-31
odb: rename `odb_has_object()` flags
Patrick Steinhardt
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
2026-03-12
Merge branch 'ps/odb-sources'
Junio C Hamano
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
2026-03-04
Merge branch 'bk/mailmap-wo-the-repository'
Junio C Hamano
2026-03-02
Merge branch 'ps/odb-for-each-object'
Junio C Hamano
2026-02-23
Merge branch 'ps/odb-for-each-object' into ps/odb-sources
Junio C Hamano
2026-02-20
mailmap: stop using the_repository
Burak Kaan Karaçay
2026-01-26
treewide: drop uses of `for_each_{loose,packed}_object()`
Patrick Steinhardt
2026-01-26
odb: rename `FOR_EACH_OBJECT_*` flags
Patrick Steinhardt
2026-01-21
Merge branch 'ps/read-object-info-improvements'
Junio C Hamano
2026-01-16
Merge branch 'jk/cat-file-avoid-bitmap-when-unneeded'
Junio C Hamano
2026-01-12
packfile: drop repository parameter from `packed_object_info()`
Patrick Steinhardt
2026-01-07
cat-file: only use bitmaps when filtering
Jeff King
2025-11-23
streaming: move into object database subsystem
Patrick Steinhardt
2025-11-23
streaming: get rid of `the_repository`
Patrick Steinhardt
2025-10-30
Merge branch 'ps/remove-packfile-store-get-packs'
Junio C Hamano
2025-10-20
Merge branch 'tb/cat-file-objectmode-update'
Junio C Hamano
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
2025-10-13
builtin/cat-file.c: simplify calling `report_object_status()`
Taylor Blau
2025-09-24
packfile: refactor `get_all_packs()` to work on packfile store
Patrick Steinhardt
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-07-16
object-file: get rid of `the_repository` in loose object iterators
Patrick Steinhardt
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
2025-07-09
Merge branch 'ps/object-store' into ps/object-file-wo-the-repository
Junio C Hamano
2025-07-01
odb: rename `read_object_with_reference()`
Patrick Steinhardt
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-06-03
cat-file.c: add batch handling for submodules
Victoria Dye
2025-06-03
cat-file: add %(objectmode) atom
Victoria Dye
2025-05-16
cat-file: use type enum instead of buffer for -t option
Jeff King
2025-05-16
cat-file: make --allow-unknown-type a noop
Jeff King
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
2025-04-24
Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup
Junio C Hamano
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2025-04-07
builtin/cat-file: use bitmaps to efficiently filter by object type
Patrick Steinhardt
2025-04-07
builtin/cat-file: deduplicate logic to iterate over all objects
Patrick Steinhardt
2025-04-07
builtin/cat-file: support "object:type=" objects filter
Patrick Steinhardt
2025-04-07
builtin/cat-file: support "blob:limit=" objects filter
Patrick Steinhardt
2025-04-07
builtin/cat-file: support "blob:none" objects filter
Patrick Steinhardt
2025-04-07
builtin/cat-file: wire up an option to filter objects
Patrick Steinhardt
2025-04-07
builtin/cat-file: introduce function to report object status
Patrick Steinhardt
2025-04-07
builtin/cat-file: rename variable that tracks usage
Patrick Steinhardt
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
[next]