aboutsummaryrefslogtreecommitdiff
path: root/builtin/cat-file.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/fallthrough'Junio C Hamano2017-09-28
|\
| * consistently use "fallthrough" comments in switchesJeff King2017-09-22
* | Merge branch 'jk/diff-blob'Junio C Hamano2017-09-28
|\ \ | |/ |/|
| * cat-file: handle NULL object_context.pathJeff King2017-09-22
* | pack: move for_each_packed_object()Jonathan Tan2017-08-23
* | sha1_name: convert GET_SHA1* flags to GET_OID*brian m. carlson2017-07-17
* | sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-17
* | Merge branch 'jt/unify-object-info'Junio C Hamano2017-07-05
|\ \
| * | sha1_file: rename LOOKUP_REPLACE_OBJECTJonathan Tan2017-06-21
| * | sha1_file: rename LOOKUP_UNKNOWN_OBJECTJonathan Tan2017-06-21
* | | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \ \ | |/ / |/| |
| * | config: don't include config.h by defaultBrandon Williams2017-06-15
* | | Merge branch 'js/blame-lib'Junio C Hamano2017-06-05
|\ \ \
| * | | blame: move textconv_object with related functionsJeff Smith2017-05-24
| |/ /
* | | Merge branch 'jk/diff-blob'Junio C Hamano2017-06-02
|\ \ \ | | |/ | |/|
| * | get_sha1_with_context: dynamically allocate oc->pathJeff King2017-05-24
| |/
* | cat-file: fix memory leakJohannes Schindelin2017-05-08
|/
* Rename sha1_array to oid_arraybrian m. carlson2017-03-31
* Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson2017-03-31
* Make sha1_array_append take a struct object_id *brian m. carlson2017-03-31
* Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-22
* Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano2016-10-10
|\
| * provide an initializer for "struct object_info"Jeff King2016-08-11
* | sha1_array: let callbacks interrupt iterationJeff King2016-09-26
* | Merge branch 'js/cat-file-filters'Junio C Hamano2016-09-21
|\ \
| * | cat-file: support --textconv/--filters in batch modeJohannes Schindelin2016-09-11
| * | cat-file --textconv/--filters: allow specifying the path separatelyJohannes Schindelin2016-09-11
| * | cat-file: introduce the --filters optionJohannes Schindelin2016-09-11
* | | Merge branch 'bc/object-id'Junio C Hamano2016-09-19
|\ \ \
| * | | streaming: make stream_blob_to_fd take struct object_idbrian m. carlson2016-09-07
| * | | builtin: convert textconv_object to use struct object_idbrian m. carlson2016-09-07
| * | | builtin/cat-file: convert some static functions to struct object_idbrian m. carlson2016-09-07
| * | | builtin/cat-file: convert struct expand_data to use struct object_idbrian m. carlson2016-09-07
| |/ /
* | | cat-file: put spaces around pipes in usage stringAlex Henrie2016-09-08
|/ /
* | Merge branch 'nd/pack-ofs-4gb-limit'Junio C Hamano2016-07-28
|\ \ | |/ |/|
| * sha1_file.c: use type off_t* for object_info->disk_sizepNguyễn Thái Ngọc Duy2016-07-13
* | Merge branch 'jk/cat-file-buffered-batch-all'Junio C Hamano2016-05-31
|\ \ | |/ |/|
| * cat-file: default to --buffer when --batch-all-objects is usedJeff King2016-05-18
| * cat-file: avoid noop calls to sha1_object_info_extendedJeff King2016-05-18
* | cat-file: read batch stream with strbuf_getline()Junio C Hamano2016-01-15
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
|/
* usage: do not insist that standard input must come from a fileJunio C Hamano2015-10-16
* cat-file: sort and de-dup output of --batch-all-objectsJeff King2015-06-26
* cat-file: add --batch-all-objects optionJeff King2015-06-22
* cat-file: split batch_one_object into two stagesJeff King2015-06-22
* cat-file: stop returning value from batch_one_objectJeff King2015-06-22
* cat-file: add --buffer optionJeff King2015-06-22
* cat-file: move batch_options definition to top of fileJeff King2015-06-22
* cat-file: minor style fix in options listJeff King2015-06-22
* Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano2015-06-01
|\