index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
cat-file.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-16
object-file: get rid of `the_repository` in loose object iterators
Patrick Steinhardt
1
-1
/
+1
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-32
/
+30
2025-07-09
Merge branch 'ps/object-store' into ps/object-file-wo-the-repository
Junio C Hamano
1
-32
/
+30
2025-07-01
odb: rename `read_object_with_reference()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-15
/
+11
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-12
/
+14
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-06-03
cat-file.c: add batch handling for submodules
Victoria Dye
1
-1
/
+4
2025-06-03
cat-file: add %(objectmode) atom
Victoria Dye
1
-2
/
+7
2025-05-16
cat-file: use type enum instead of buffer for -t option
Jeff King
1
-9
/
+4
2025-05-16
cat-file: make --allow-unknown-type a noop
Jeff King
1
-13
/
+5
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
1
-1
/
+2
2025-04-24
Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup
Junio C Hamano
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-07
builtin/cat-file: use bitmaps to efficiently filter by object type
Patrick Steinhardt
1
-5
/
+37
2025-04-07
builtin/cat-file: deduplicate logic to iterate over all objects
Patrick Steinhardt
1
-37
/
+48
2025-04-07
builtin/cat-file: support "object:type=" objects filter
Patrick Steinhardt
1
-1
/
+11
2025-04-07
builtin/cat-file: support "blob:limit=" objects filter
Patrick Steinhardt
1
-1
/
+14
2025-04-07
builtin/cat-file: support "blob:none" objects filter
Patrick Steinhardt
1
-1
/
+14
2025-04-07
builtin/cat-file: wire up an option to filter objects
Patrick Steinhardt
1
-4
/
+32
2025-04-07
builtin/cat-file: introduce function to report object status
Patrick Steinhardt
1
-5
/
+13
2025-04-07
builtin/cat-file: rename variable that tracks usage
Patrick Steinhardt
1
-22
/
+25
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+3
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+3
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
1
-3
/
+4
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-3
/
+6
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-2
/
+5
2024-09-04
builtin/cat-file: mark 'git cat-file' sparse-index compatible
Kevin Lyles
1
-0
/
+3
2024-06-11
object-name: free leaking object contexts
Patrick Steinhardt
1
-6
/
+11
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
1
-2
/
+2
2024-04-03
Merge branch 'rs/strbuf-expand-bad-format'
Junio C Hamano
1
-8
/
+8
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-3
/
+9
2024-03-25
cat-file: use strbuf_expand_bad_format()
René Scharfe
1
-8
/
+8
2024-02-14
Merge branch 'js/check-null-from-read-object-file'
Junio C Hamano
1
-2
/
+8
2024-02-06
Always check the return value of `repo_read_object_file()`
Johannes Schindelin
1
-2
/
+8
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-10-09
doc/cat-file: make synopsis and description less confusing
Štěpán Němec
1
-2
/
+2
2023-10-02
builtin/cat-file: let the oid determine the output algorithm
Eric W. Biederman
1
-3
/
+9
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-2
/
+3
2023-07-06
Merge branch 'rs/strbuf-expand-step'
Junio C Hamano
1
-18
/
+17
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-3
/
+2
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+3
2023-06-22
Merge branch 'ps/cat-file-null-output'
Junio C Hamano
1
-42
/
+43
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
[next]