Age | Commit message (Expand) | Author | Files | Lines |
2021-05-07 | Merge branch 'ps/rev-list-object-type-filter' | Junio C Hamano | 1 | -1/+1 |
2021-04-29 | prune: save reachable-from-recent objects with bitmaps | Jeff King | 1 | -9/+4 |
2021-04-19 | rev-list: allow filtering of provided items | Patrick Steinhardt | 1 | -1/+1 |
2020-02-14 | pack-bitmap: basic noop bitmap filter infrastructure | Jeff King | 1 | -1/+1 |
2020-02-14 | rev-list: allow commit-only bitmap traversals | Jeff King | 1 | -1/+1 |
2019-06-20 | object: convert lookup_object() to use object_id | Jeff King | 1 | -2/+2 |
2019-02-14 | prune: use bitmaps for reachability traversal | Jeff King | 1 | -0/+42 |
2018-06-29 | tree: add repository argument to lookup_tree | Stefan Beller | 1 | -1/+1 |
2018-06-29 | blob: add repository argument to lookup_blob | Stefan Beller | 1 | -1/+1 |
2018-06-29 | object: add repository argument to lookup_object | Stefan Beller | 1 | -2/+2 |
2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -1/+1 |
2018-04-11 | Merge branch 'sb/object-store' | Junio C Hamano | 1 | -0/+1 |
2018-03-26 | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 1 | -0/+1 |
2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -1/+1 |
2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -1/+1 |
2017-09-19 | Merge branch 'nd/prune-in-worktree' | Junio C Hamano | 1 | -0/+2 |
2017-08-24 | revision.c: --all adds HEAD from all worktrees | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2017-08-23 | pack: move for_each_packed_object() | Jonathan Tan | 1 | -0/+1 |
2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -4/+4 |
2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -2/+2 |
2017-05-08 | Convert lookup_tree to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | Convert lookup_blob to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-04-27 | timestamp_t: a new data type for timestamps | Johannes Schindelin | 1 | -5/+4 |
2017-02-22 | Convert object iteration callbacks to struct object_id | brian m. carlson | 1 | -15/+15 |
2016-05-09 | reachable.c: use error_errno() | Nguyễn Thái Ngọc Duy | 1 | -2/+1 |
2016-02-12 | list-objects: pass full pathname to callbacks | Jeff King | 1 | -3/+2 |
2016-02-12 | list-objects: drop name_path entirely | Jeff King | 1 | -1/+1 |
2015-10-15 | Merge branch 'js/gc-with-stale-symref' | Junio C Hamano | 1 | -1/+7 |
2015-10-08 | pack-objects: do not get distracted by broken symrefs | Johannes Schindelin | 1 | -1/+7 |
2015-05-25 | add_one_ref(): rewrite to take an object_id argument | Michael Haggerty | 1 | -6/+5 |
2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -2/+4 |
2015-04-20 | reachable: only mark local objects as recent | Jeff King | 1 | -2/+4 |
2014-10-19 | reachable: use revision machinery's --indexed-objects code | Jeff King | 1 | -51/+1 |
2014-10-16 | pack-objects: match prune logic for discarding objects | Jeff King | 1 | -2/+2 |
2014-10-16 | prune: keep objects reachable from recent objects | Jeff King | 1 | -0/+112 |
2014-10-16 | reachable: mark index blobs as SEEN | Jeff King | 1 | -1/+6 |
2014-10-16 | reachable: reuse revision.c "add all reflogs" code | Jeff King | 1 | -23/+1 |
2014-10-16 | reachable: use traverse_commit_list instead of custom walk | Jeff King | 1 | -113/+17 |
2014-09-03 | reachable.c: add HEAD to reachability starting commits | Max Kirillov | 1 | -0/+3 |
2013-06-06 | clear parsed flag when we free tree buffers | Jeff King | 1 | -2/+1 |
2013-03-17 | use parse_object_or_die instead of die("bad object") | Jeff King | 1 | -3/+1 |
2011-11-07 | reachable: per-object progress | Jeff King | 1 | -14/+37 |
2011-11-07 | prune: show progress while marking reachable objects | Nguyễn Thái Ngọc Duy | 1 | -4/+10 |
2011-03-22 | Remove unused variables | Johannes Schindelin | 1 | -5/+0 |
2010-08-29 | object.h: Add OBJECT_ARRAY_INIT macro and make use of it. | Thiago Farina | 1 | -1/+1 |
2009-04-08 | process_{tree,blob}: Remove useless xstrdup calls | Björn Steinbrink | 1 | -1/+0 |
2008-02-18 | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 1 | -2/+8 |
2008-02-18 | reachable.c::process_tree/blob: check for NULL | Martin Koegler | 1 | -0/+4 |
2008-02-18 | process_tag: handle tag->tagged == NULL | Martin Koegler | 1 | -1/+2 |
2008-02-18 | reachable.c::add_one_tree: handle NULL from lookup_tree | Martin Koegler | 1 | -1/+2 |