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
*
cat-file: s/_/-/ in typo'd usage_msg_optf() message
Ævar Arnfjörð Bjarmason
2022-01-12
1
-1
/
+1
*
cat-file: don't whitespace-pad "(...)" in SYNOPSIS and usage output
Ævar Arnfjörð Bjarmason
2022-01-12
1
-3
/
+3
*
cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters)
Ævar Arnfjörð Bjarmason
2021-12-30
1
-10
/
+6
*
cat-file: correct and improve usage information
Ævar Arnfjörð Bjarmason
2021-12-30
1
-20
/
+29
*
cat-file: fix remaining usage bugs
Ævar Arnfjörð Bjarmason
2021-12-30
1
-32
/
+63
*
cat-file: make --batch-all-objects a CMDMODE
Ævar Arnfjörð Bjarmason
2021-12-30
1
-14
/
+11
*
cat-file: move "usage" variable to cmd_cat_file()
Ævar Arnfjörð Bjarmason
2021-12-30
1
-19
/
+18
*
cat-file docs: fix SYNOPSIS and "-h" output
Ævar Arnfjörð Bjarmason
2021-12-30
1
-2
/
+8
*
cat-file: use packed_object_info() for --batch-all-objects
Jeff King
2021-10-09
1
-14
/
+36
*
cat-file: split ordered/unordered batch-all-objects callbacks
Jeff King
2021-10-09
1
-1
/
+3
*
cat-file: disable refs/replace with --batch-all-objects
Jeff King
2021-10-09
1
-0
/
+2
*
cat-file: merge two block into one
ZheNing Hu
2021-06-04
1
-4
/
+1
*
cat-file: handle trivial --batch format with --batch-all-objects
ZheNing Hu
2021-06-04
1
-6
/
+7
*
Merge branch 'cc/cat-file-usage-update' into master
Junio C Hamano
2020-07-09
1
-1
/
+1
|
\
|
*
cat-file: add missing [=<format>] to usage/synopsis
Christian Couder
2020-07-02
1
-1
/
+1
*
|
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
|
\
\
\
|
|
/
/
|
/
|
|
[next]