| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -2/+2 |
| 2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -3/+3 |
| 2018-04-26 | cache.h: add repository argument to oid_object_info_extended | Stefan Beller | 1 | -3/+3 |
| 2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -6/+8 |
| 2018-03-14 | sha1_file: convert read_object_with_reference to object_id | brian m. carlson | 1 | -1/+1 |
| 2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -7/+7 |
| 2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -2/+2 |
| 2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -1/+1 |
| 2018-02-14 | object_info: change member name from 'typename' to 'type_name' | Brandon Williams | 1 | -1/+1 |
| 2017-12-08 | sha1_file: support lazily fetching missing objects | Jonathan Tan | 1 | -0/+2 |
| 2017-09-28 | Merge branch 'jk/fallthrough' | Junio C Hamano | 1 | -0/+1 |
| 2017-09-28 | Merge branch 'jk/diff-blob' | Junio C Hamano | 1 | -2/+2 |
| 2017-09-22 | consistently use "fallthrough" comments in switches | Jeff King | 1 | -0/+1 |
| 2017-09-22 | cat-file: handle NULL object_context.path | Jeff King | 1 | -2/+2 |
| 2017-08-23 | pack: move for_each_packed_object() | Jonathan Tan | 1 | -0/+1 |
| 2017-07-17 | sha1_name: convert GET_SHA1* flags to GET_OID* | brian m. carlson | 1 | -2/+2 |
| 2017-07-17 | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 1 | -3/+3 |
| 2017-07-05 | Merge branch 'jt/unify-object-info' | Junio C Hamano | 1 | -3/+4 |
| 2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
| 2017-06-21 | sha1_file: rename LOOKUP_REPLACE_OBJECT | Jonathan Tan | 1 | -2/+3 |
| 2017-06-21 | sha1_file: rename LOOKUP_UNKNOWN_OBJECT | Jonathan Tan | 1 | -1/+1 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-06-05 | Merge branch 'js/blame-lib' | Junio C Hamano | 1 | -0/+1 |
| 2017-06-02 | Merge branch 'jk/diff-blob' | Junio C Hamano | 1 | -1/+3 |
| 2017-05-24 | blame: move textconv_object with related functions | Jeff Smith | 1 | -0/+1 |
| 2017-05-24 | get_sha1_with_context: dynamically allocate oc->path | Jeff King | 1 | -1/+3 |
| 2017-05-08 | cat-file: fix memory leak | Johannes Schindelin | 1 | -0/+1 |
| 2017-03-31 | Rename sha1_array to oid_array | brian m. carlson | 1 | -5/+5 |
| 2017-03-31 | Convert sha1_array_for_each_unique and for_each_abbrev to object_id | brian m. carlson | 1 | -2/+2 |
| 2017-03-31 | Make sha1_array_append take a struct object_id * | brian m. carlson | 1 | -2/+2 |
| 2017-02-22 | Convert object iteration callbacks to struct object_id | brian m. carlson | 1 | -4/+4 |
| 2016-10-10 | Merge branch 'jk/pack-objects-optim-mru' | Junio C Hamano | 1 | -3/+2 |
| 2016-09-26 | sha1_array: let callbacks interrupt iteration | Jeff King | 1 | -1/+2 |
| 2016-09-21 | Merge branch 'js/cat-file-filters' | Junio C Hamano | 1 | -8/+96 |
| 2016-09-19 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -34/+36 |
| 2016-09-11 | cat-file: support --textconv/--filters in batch mode | Johannes Schindelin | 1 | -5/+44 |
| 2016-09-11 | cat-file --textconv/--filters: allow specifying the path separately | Johannes Schindelin | 1 | -5/+21 |
| 2016-09-11 | cat-file: introduce the --filters option | Johannes Schindelin | 1 | -1/+35 |
| 2016-09-08 | cat-file: put spaces around pipes in usage string | Alex Henrie | 1 | -1/+1 |
| 2016-09-07 | streaming: make stream_blob_to_fd take struct object_id | brian m. carlson | 1 | -3/+3 |
| 2016-09-07 | builtin: convert textconv_object to use struct object_id | brian m. carlson | 1 | -1/+1 |
| 2016-09-07 | builtin/cat-file: convert some static functions to struct object_id | brian m. carlson | 1 | -25/+25 |
| 2016-09-07 | builtin/cat-file: convert struct expand_data to use struct object_id | brian m. carlson | 1 | -10/+12 |
| 2016-08-11 | provide an initializer for "struct object_info" | Jeff King | 1 | -3/+2 |
| 2016-07-28 | Merge branch 'nd/pack-ofs-4gb-limit' | Junio C Hamano | 1 | -2/+2 |
| 2016-07-13 | sha1_file.c: use type off_t* for object_info->disk_sizep | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2016-05-31 | Merge branch 'jk/cat-file-buffered-batch-all' | Junio C Hamano | 1 | -1/+20 |
| 2016-05-18 | cat-file: default to --buffer when --batch-all-objects is used | Jeff King | 1 | -0/+4 |
| 2016-05-18 | cat-file: avoid noop calls to sha1_object_info_extended | Jeff King | 1 | -1/+16 |
| 2016-01-15 | cat-file: read batch stream with strbuf_getline() | Junio C Hamano | 1 | -1/+1 |
| 2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
| 2015-10-16 | usage: do not insist that standard input must come from a file | Junio C Hamano | 1 | -1/+1 |
| 2015-06-26 | cat-file: sort and de-dup output of --batch-all-objects | Jeff King | 1 | -7/+15 |
| 2015-06-22 | cat-file: add --batch-all-objects option | Jeff King | 1 | -2/+42 |
| 2015-06-22 | cat-file: split batch_one_object into two stages | Jeff King | 1 | -16/+23 |
| 2015-06-22 | cat-file: stop returning value from batch_one_object | Jeff King | 1 | -12/+6 |
| 2015-06-22 | cat-file: add --buffer option | Jeff King | 1 | -7/+19 |
| 2015-06-22 | cat-file: move batch_options definition to top of file | Jeff King | 1 | -6/+7 |
| 2015-06-22 | cat-file: minor style fix in options list | Jeff King | 1 | -1/+1 |
| 2015-06-01 | Merge branch 'dt/cat-file-follow-symlinks' | Junio C Hamano | 1 | -6/+45 |
| 2015-05-20 | cat-file: add --follow-symlinks to --batch | David Turner | 1 | -6/+45 |
| 2015-05-06 | cat-file: teach cat-file a '--allow-unknown-type' option | Karthik Nayak | 1 | -12/+26 |
| 2015-05-06 | cat-file: make the options mutually exclusive | Karthik Nayak | 1 | -8/+5 |
| 2015-02-11 | Merge branch 'ah/usage-strings' | Junio C Hamano | 1 | -2/+2 |
| 2015-01-22 | Merge branch 'ak/cat-file-clean-up' | Junio C Hamano | 1 | -2/+0 |
| 2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -2/+2 |
| 2015-01-13 | cat-file: use "type" and "size" from outer scope | Alexander Kuleshov | 1 | -2/+0 |
| 2015-01-09 | cat-file: remove unused includes | Alexander Kuleshov | 1 | -4/+0 |
| 2014-10-07 | use skip_prefix() to avoid more magic numbers | René Scharfe | 1 | -2/+3 |
| 2014-03-25 | Merge branch 'jk/warn-on-object-refname-ambiguity' | Junio C Hamano | 1 | -6/+9 |
| 2014-03-13 | cat-file: restore warn_on_object_refname_ambiguity flag | Jeff King | 1 | -0/+3 |
| 2014-01-10 | Merge branch 'jk/oi-delta-base' | Junio C Hamano | 1 | -0/+6 |
| 2014-01-10 | Merge branch 'cc/replace-object-info' | Junio C Hamano | 1 | -1/+1 |
| 2014-01-07 | cat-file: fix a minor memory leak in batch_objects | Jeff King | 1 | -0/+1 |
| 2014-01-07 | cat-file: refactor error handling of batch_objects | Jeff King | 1 | -6/+5 |
| 2013-12-26 | cat-file: provide %(deltabase) batch format | Jeff King | 1 | -0/+6 |
| 2013-12-12 | sha1_object_info_extended(): add an "unsigned flags" parameter | Christian Couder | 1 | -1/+1 |
| 2013-12-12 | cat-file: handle --batch format with missing type/size | Jeff King | 1 | -1/+10 |
| 2013-12-12 | cat-file: pass expand_data to print_object_or_die | Jeff King | 1 | -10/+11 |
| 2013-10-23 | Merge branch 'mg/more-textconv' | Junio C Hamano | 1 | -10/+8 |
| 2013-08-05 | cat-file: only split on whitespace when %(rest) is used | Jeff King | 1 | -1/+30 |
| 2013-08-02 | Revert "cat-file: split --batch input lines on whitespace" | Junio C Hamano | 1 | -19/+1 |
| 2013-07-12 | sha1_object_info_extended: make type calculation optional | Jeff King | 1 | -3/+4 |
| 2013-07-12 | cat-file: disable object/refname ambiguity check for batch mode | Jeff King | 1 | -0/+9 |
| 2013-07-12 | cat-file: split --batch input lines on whitespace | Jeff King | 1 | -1/+19 |
| 2013-07-12 | cat-file: add %(objectsize:disk) format atom | Jeff King | 1 | -0/+6 |
| 2013-07-12 | cat-file: add --batch-check=<format> | Jeff King | 1 | -15/+92 |
| 2013-07-11 | cat-file: refactor --batch option parsing | Jeff King | 1 | -18/+38 |
| 2013-07-11 | cat-file: teach --batch to stream blob objects | Jeff King | 1 | -13/+28 |
| 2013-05-10 | cat-file: do not die on --textconv without textconv filters | Michael J Gruber | 1 | -10/+8 |
| 2013-04-17 | cat-file: print tags raw for "cat-file -p" | Jeff King | 1 | -71/+0 |
| 2013-03-29 | cat-file: Fix an gcc -Wuninitialized warning | Ramsay Jones | 1 | -1/+1 |
| 2013-03-21 | drop some obsolete "x = x" compiler warning hacks | Jeff King | 1 | -1/+1 |
| 2012-09-07 | Merge branch 'nd/i18n-parseopt-help' | Junio C Hamano | 1 | -10/+10 |
| 2012-08-27 | Merge branch 'jk/maint-null-in-trees' | Junio C Hamano | 1 | -1/+1 |
| 2012-08-20 | i18n: cat-file: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -10/+10 |
| 2012-07-29 | diff: do not use null sha1 as a sentinel value | Jeff King | 1 | -1/+1 |
| 2012-07-22 | Merge branch 'jc/sha1-name-more' | Junio C Hamano | 1 | -1/+1 |
| 2012-07-09 | sha1_name.c: teach lookup context to get_sha1_with_context() | Junio C Hamano | 1 | -1/+1 |
| 2012-03-07 | cat-file: use streaming API to print blobs | Nguyễn Thái Ngọc Duy | 1 | -0/+25 |
| 2012-02-07 | drop odd return value semantics from userdiff_config | Jeff King | 1 | -7/+1 |
| 2011-06-20 | plug a few coverity-spotted leaks | Jim Meyering | 1 | -0/+2 |
| 2010-09-29 | blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664'' | Kirill Smelkov | 1 | -1/+1 |
| 2010-06-27 | Merge branch 'cp/textconv-cat-file' | Junio C Hamano | 1 | -4/+34 |
| 2010-06-18 | textconv: support for cat_file | Clément Poulain | 1 | -4/+34 |
| 2010-05-31 | Rewrite dynamic structure initializations to runtime assignment | Gary V. Vaughan | 1 | -1/+3 |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+258 |