summary refs log tree commit diff
path: root/reachable.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-09pack-bitmap: drop filter in prepare_bitmap_walk()Derrick Stolee1-1/+1
2021-06-28object.h: add lookup_object_by_type() functionJeff King1-18/+0
2021-05-07Merge branch 'ps/rev-list-object-type-filter'Junio C Hamano1-1/+1
2021-04-29prune: save reachable-from-recent objects with bitmapsJeff King1-9/+4
2021-04-19rev-list: allow filtering of provided itemsPatrick Steinhardt1-1/+1
2020-02-14pack-bitmap: basic noop bitmap filter infrastructureJeff King1-1/+1
2020-02-14rev-list: allow commit-only bitmap traversalsJeff King1-1/+1
2019-06-20object: convert lookup_object() to use object_idJeff King1-2/+2
2019-02-14prune: use bitmaps for reachability traversalJeff King1-0/+42
2018-06-29tree: add repository argument to lookup_treeStefan Beller1-1/+1
2018-06-29blob: add repository argument to lookup_blobStefan Beller1-1/+1
2018-06-29object: add repository argument to lookup_objectStefan Beller1-2/+2
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller1-1/+1
2018-04-11Merge branch 'sb/object-store'Junio C Hamano1-0/+1
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller1-0/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson1-1/+1
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams1-1/+1
2017-09-19Merge branch 'nd/prune-in-worktree'Junio C Hamano1-0/+2
2017-08-24revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy1-0/+2
2017-08-23pack: move for_each_packed_object()Jonathan Tan1-0/+1
2017-05-29Merge branch 'bc/object-id'Junio C Hamano1-4/+4
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson1-2/+2
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson1-1/+1
2017-05-08Convert lookup_blob to struct object_idbrian m. carlson1-1/+1
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin1-5/+4
2017-02-22Convert object iteration callbacks to struct object_idbrian m. carlson1-15/+15
2016-05-09reachable.c: use error_errno()Nguyễn Thái Ngọc Duy1-2/+1
2016-02-12list-objects: pass full pathname to callbacksJeff King1-3/+2
2016-02-12list-objects: drop name_path entirelyJeff King1-1/+1
2015-10-15Merge branch 'js/gc-with-stale-symref'Junio C Hamano1-1/+7
2015-10-08pack-objects: do not get distracted by broken symrefsJohannes Schindelin1-1/+7
2015-05-25add_one_ref(): rewrite to take an object_id argumentMichael Haggerty1-6/+5
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty1-2/+4
2015-04-20reachable: only mark local objects as recentJeff King1-2/+4
2014-10-19reachable: use revision machinery's --indexed-objects codeJeff King1-51/+1
2014-10-16pack-objects: match prune logic for discarding objectsJeff King1-2/+2
2014-10-16prune: keep objects reachable from recent objectsJeff King1-0/+112
2014-10-16reachable: mark index blobs as SEENJeff King1-1/+6
2014-10-16reachable: reuse revision.c "add all reflogs" codeJeff King1-23/+1
2014-10-16reachable: use traverse_commit_list instead of custom walkJeff King1-113/+17
2014-09-03reachable.c: add HEAD to reachability starting commitsMax Kirillov1-0/+3
2013-06-06clear parsed flag when we free tree buffersJeff King1-2/+1
2013-03-17use parse_object_or_die instead of die("bad object")Jeff King1-3/+1
2011-11-07reachable: per-object progressJeff King1-14/+37
2011-11-07prune: show progress while marking reachable objectsNguyễn Thái Ngọc Duy1-4/+10
2011-03-22Remove unused variablesJohannes Schindelin1-5/+0
2010-08-29object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina1-1/+1
2009-04-08process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink1-1/+0
2008-02-18Merge branch 'mk/maint-parse-careful'Junio C Hamano1-2/+8
2008-02-18reachable.c::process_tree/blob: check for NULLMartin Koegler1-0/+4