index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
cat-file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
2020-04-28
1
-4
/
+4
*
|
Merge branch 'jk/oid-array-cleanups'
Junio C Hamano
2020-04-22
1
-1
/
+1
|
\
\
|
*
|
oid_array: rename source file from sha1-array
Jeff King
2020-03-30
1
-1
/
+1
|
|
/
*
|
convert: provide additional metadata to filters
brian m. carlson
2020-03-16
1
-1
/
+4
*
|
convert: permit passing additional metadata to filter processes
brian m. carlson
2020-03-16
1
-1
/
+1
|
/
*
packed_object_info(): use object_id for returning delta base
Jeff King
2020-02-24
1
-1
/
+1
*
Merge branch 'cc/multi-promisor'
Junio C Hamano
2019-09-18
1
-2
/
+3
|
\
|
*
Use promisor_remote_get_direct() and has_promisor_remote()
Christian Couder
2019-06-25
1
-2
/
+3
*
|
sha1-file.c: remove the_repo from read_object_with_reference()
Nguyễn Thái Ngọc Duy
2019-06-27
1
-1
/
+2
|
/
*
Merge branch 'jk/loose-object-cache-oid'
Junio C Hamano
2019-02-07
1
-3
/
+3
|
\
|
*
update comment references to sha1_object_info()
Jeff King
2019-01-08
1
-3
/
+3
*
|
Merge branch 'nd/the-index-final'
Junio C Hamano
2019-02-07
1
-2
/
+5
|
\
\
|
*
|
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-0
/
+1
|
*
|
sha1-name.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2019-01-14
1
-2
/
+4
|
|
/
*
/
Do not print 'dangling' for cat-file in case of ambiguity
David Turner
2019-01-19
1
-1
/
+4
|
/
*
Merge branch 'tb/print-size-t-with-uintmax-format'
Junio C Hamano
2018-11-19
1
-2
/
+2
|
\
|
*
Upcast size_t variables to uintmax_t when printing
Torsten Bögershausen
2018-11-12
1
-2
/
+2
*
|
Merge branch 'jk/unused-parameter-fixes'
Junio C Hamano
2018-11-18
1
-3
/
+7
|
\
\
|
*
|
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
2018-11-06
1
-0
/
+2
|
*
|
cat-file: report an error on multiple --batch options
Jeff King
2018-11-06
1
-1
/
+1
|
*
|
cat-file: mark batch options with NONEG
Jeff King
2018-11-06
1
-2
/
+4
|
|
/
*
|
Merge branch 'jk/detect-truncated-zlib-input'
Junio C Hamano
2018-11-13
1
-4
/
+12
|
\
\
|
|
/
|
/
|
|
*
Adjust for 2.19.x series
Junio C Hamano
2018-10-31
1
-4
/
+12
|
|
\
|
|
*
cat-file: handle streaming failures consistently
Jeff King
2018-10-31
1
-4
/
+12
*
|
|
diff.c: remove the_index dependency in textconv() functions
Nguyễn Thái Ngọc Duy
2018-09-21
1
-2
/
+4
|
/
/
*
|
Merge branch 'nd/no-the-index'
Junio C Hamano
2018-08-20
1
-1
/
+1
|
\
\
|
*
|
convert.c: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-08-13
1
-1
/
+1
*
|
|
cat-file: use a single strbuf for all output
Jeff King
2018-08-14
1
-11
/
+17
*
|
|
cat-file: split batch "buf" into two variables
Jeff King
2018-08-14
1
-6
/
+8
*
|
|
cat-file: use oidset check-and-insert
Jeff King
2018-08-14
1
-2
/
+1
*
|
|
cat-file: support "unordered" output for --batch-all-objects
Jeff King
2018-08-13
1
-5
/
+51
*
|
|
cat-file: rename batch_{loose,packed}_object callbacks
Jeff King
2018-08-13
1
-9
/
+9
|
/
/
*
|
Merge branch 'sb/object-store-grafts'
Junio C Hamano
2018-07-18
1
-0
/
+1
|
\
\
|
*
|
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
|
Merge branch 'js/use-bug-macro'
Junio C Hamano
2018-05-30
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-2
/
+2
*
|
|
cache.h: add repository argument to oid_object_info
Stefan Beller
2018-04-26
1
-3
/
+3
*
|
|
cache.h: add repository argument to oid_object_info_extended
Stefan Beller
2018-04-26
1
-3
/
+3
|
/
/
*
|
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
2018-03-14
1
-6
/
+8
*
|
sha1_file: convert read_object_with_reference to object_id
brian m. carlson
2018-03-14
1
-1
/
+1
*
|
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
2018-03-14
1
-7
/
+7
*
|
Merge branch 'bw/c-plus-plus'
Junio C Hamano
2018-03-06
1
-2
/
+2
|
\
\
|
*
|
object: rename function 'typename' to 'type_name'
Brandon Williams
2018-02-14
1
-1
/
+1
|
*
|
object_info: change member name from 'typename' to 'type_name'
Brandon Williams
2018-02-14
1
-1
/
+1
*
|
|
sha1_file: support lazily fetching missing objects
Jonathan Tan
2017-12-08
1
-0
/
+2
|
/
/
*
|
Merge branch 'jk/fallthrough'
Junio C Hamano
2017-09-28
1
-0
/
+1
|
\
\
|
*
|
consistently use "fallthrough" comments in switches
Jeff King
2017-09-22
1
-0
/
+1
*
|
|
Merge branch 'jk/diff-blob'
Junio C Hamano
2017-09-28
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cat-file: handle NULL object_context.path
Jeff King
2017-09-22
1
-2
/
+2
*
|
|
pack: move for_each_packed_object()
Jonathan Tan
2017-08-24
1
-0
/
+1
[prev]
[next]