summaryrefslogtreecommitdiffstats
path: root/builtin/cat-file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-4/+4
* | Merge branch 'jk/oid-array-cleanups'Junio C Hamano2020-04-221-1/+1
|\ \
| * | oid_array: rename source file from sha1-arrayJeff King2020-03-301-1/+1
| |/
* | convert: provide additional metadata to filtersbrian m. carlson2020-03-161-1/+4
* | convert: permit passing additional metadata to filter processesbrian m. carlson2020-03-161-1/+1
|/
* packed_object_info(): use object_id for returning delta baseJeff King2020-02-241-1/+1
* Merge branch 'cc/multi-promisor'Junio C Hamano2019-09-181-2/+3
|\
| * Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder2019-06-251-2/+3
* | sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy2019-06-271-1/+2
|/
* Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-071-3/+3
|\
| * update comment references to sha1_object_info()Jeff King2019-01-081-3/+3
* | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-071-2/+5
|\ \
| * | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
| * | sha1-name.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2019-01-141-2/+4
| |/
* / Do not print 'dangling' for cat-file in case of ambiguityDavid Turner2019-01-191-1/+4
|/
* Merge branch 'tb/print-size-t-with-uintmax-format'Junio C Hamano2018-11-191-2/+2
|\
| * Upcast size_t variables to uintmax_t when printingTorsten Bögershausen2018-11-121-2/+2
* | Merge branch 'jk/unused-parameter-fixes'Junio C Hamano2018-11-181-3/+7
|\ \
| * | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+2
| * | cat-file: report an error on multiple --batch optionsJeff King2018-11-061-1/+1
| * | cat-file: mark batch options with NONEGJeff King2018-11-061-2/+4
| |/
* | Merge branch 'jk/detect-truncated-zlib-input'Junio C Hamano2018-11-131-4/+12
|\ \ | |/ |/|
| * Adjust for 2.19.x seriesJunio C Hamano2018-10-311-4/+12
| |\
| | * cat-file: handle streaming failures consistentlyJeff King2018-10-311-4/+12
* | | diff.c: remove the_index dependency in textconv() functionsNguyễn Thái Ngọc Duy2018-09-211-2/+4
|/ /
* | Merge branch 'nd/no-the-index'Junio C Hamano2018-08-201-1/+1
|\ \
| * | convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-1/+1
* | | cat-file: use a single strbuf for all outputJeff King2018-08-141-11/+17
* | | cat-file: split batch "buf" into two variablesJeff King2018-08-141-6/+8
* | | cat-file: use oidset check-and-insertJeff King2018-08-141-2/+1
* | | cat-file: support "unordered" output for --batch-all-objectsJeff King2018-08-131-5/+51
* | | cat-file: rename batch_{loose,packed}_object callbacksJeff King2018-08-131-9/+9
|/ /
* | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \
| * | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-2/+2
|\ \ \ | |/ / |/| |
| * | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-2/+2
* | | cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-3/+3
* | | cache.h: add repository argument to oid_object_info_extendedStefan Beller2018-04-261-3/+3
|/ /
* | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-6/+8
* | sha1_file: convert read_object_with_reference to object_idbrian m. carlson2018-03-141-1/+1
* | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-7/+7
* | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-2/+2
|\ \
| * | object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
| * | object_info: change member name from 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
* | | sha1_file: support lazily fetching missing objectsJonathan Tan2017-12-081-0/+2
|/ /
* | Merge branch 'jk/fallthrough'Junio C Hamano2017-09-281-0/+1
|\ \
| * | consistently use "fallthrough" comments in switchesJeff King2017-09-221-0/+1
* | | Merge branch 'jk/diff-blob'Junio C Hamano2017-09-281-2/+2
|\ \ \ | |/ / |/| |
| * | cat-file: handle NULL object_context.pathJeff King2017-09-221-2/+2
* | | pack: move for_each_packed_object()Jonathan Tan2017-08-241-0/+1