index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
cat-file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-12
cat-file: s/_/-/ in typo'd usage_msg_optf() message
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-01-12
cat-file: don't whitespace-pad "(...)" in SYNOPSIS and usage output
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-12-30
cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters)
Ævar Arnfjörð Bjarmason
1
-10
/
+6
2021-12-30
cat-file: correct and improve usage information
Ævar Arnfjörð Bjarmason
1
-20
/
+29
2021-12-30
cat-file: fix remaining usage bugs
Ævar Arnfjörð Bjarmason
1
-32
/
+63
2021-12-30
cat-file: make --batch-all-objects a CMDMODE
Ævar Arnfjörð Bjarmason
1
-14
/
+11
2021-12-30
cat-file: move "usage" variable to cmd_cat_file()
Ævar Arnfjörð Bjarmason
1
-19
/
+18
2021-12-30
cat-file docs: fix SYNOPSIS and "-h" output
Ævar Arnfjörð Bjarmason
1
-2
/
+8
2021-10-08
cat-file: use packed_object_info() for --batch-all-objects
Jeff King
1
-14
/
+36
2021-10-08
cat-file: split ordered/unordered batch-all-objects callbacks
Jeff King
1
-1
/
+3
2021-10-08
cat-file: disable refs/replace with --batch-all-objects
Jeff King
1
-0
/
+2
2021-06-04
cat-file: merge two block into one
ZheNing Hu
1
-4
/
+1
2021-06-04
cat-file: handle trivial --batch format with --batch-all-objects
ZheNing Hu
1
-6
/
+7
2020-07-09
Merge branch 'cc/cat-file-usage-update' into master
Junio C Hamano
1
-1
/
+1
2020-07-01
cat-file: add missing [=<format>] to usage/synopsis
Christian Couder
1
-1
/
+1
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
1
-4
/
+4
2020-04-22
Merge branch 'jk/oid-array-cleanups'
Junio C Hamano
1
-1
/
+1
2020-03-30
oid_array: rename source file from sha1-array
Jeff King
1
-1
/
+1
2020-03-16
convert: provide additional metadata to filters
brian m. carlson
1
-1
/
+4
2020-03-16
convert: permit passing additional metadata to filter processes
brian m. carlson
1
-1
/
+1
2020-02-24
packed_object_info(): use object_id for returning delta base
Jeff King
1
-1
/
+1
2019-09-18
Merge branch 'cc/multi-promisor'
Junio C Hamano
1
-2
/
+3
2019-06-27
sha1-file.c: remove the_repo from read_object_with_reference()
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2019-06-25
Use promisor_remote_get_direct() and has_promisor_remote()
Christian Couder
1
-2
/
+3
2019-02-06
Merge branch 'jk/loose-object-cache-oid'
Junio C Hamano
1
-3
/
+3
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
1
-2
/
+5
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2019-01-18
Do not print 'dangling' for cat-file in case of ambiguity
David Turner
1
-1
/
+4
2019-01-14
sha1-name.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2019-01-08
update comment references to sha1_object_info()
Jeff King
1
-3
/
+3
2018-11-19
Merge branch 'tb/print-size-t-with-uintmax-format'
Junio C Hamano
1
-2
/
+2
2018-11-18
Merge branch 'jk/unused-parameter-fixes'
Junio C Hamano
1
-3
/
+7
2018-11-13
Merge branch 'jk/detect-truncated-zlib-input'
Junio C Hamano
1
-4
/
+12
2018-11-12
Upcast size_t variables to uintmax_t when printing
Torsten Bögershausen
1
-2
/
+2
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
1
-0
/
+2
2018-11-06
cat-file: report an error on multiple --batch options
Jeff King
1
-1
/
+1
2018-11-06
cat-file: mark batch options with NONEG
Jeff King
1
-2
/
+4
2018-10-31
Adjust for 2.19.x series
Junio C Hamano
1
-4
/
+12
2018-10-31
cat-file: handle streaming failures consistently
Jeff King
1
-4
/
+12
2018-09-21
diff.c: remove the_index dependency in textconv() functions
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2018-08-20
Merge branch 'nd/no-the-index'
Junio C Hamano
1
-1
/
+1
2018-08-14
cat-file: use a single strbuf for all output
Jeff King
1
-11
/
+17
2018-08-14
cat-file: split batch "buf" into two variables
Jeff King
1
-6
/
+8
2018-08-14
cat-file: use oidset check-and-insert
Jeff King
1
-2
/
+1
2018-08-13
convert.c: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-13
cat-file: support "unordered" output for --batch-all-objects
Jeff King
1
-5
/
+51
2018-08-13
cat-file: rename batch_{loose,packed}_object callbacks
Jeff King
1
-9
/
+9
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
1
-2
/
+2
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
[next]