aboutsummaryrefslogtreecommitdiffstats
path: root/reachable.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-09prune: mark rebase autostash and orig-head as reachablePhillip Wood1-0/+50
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-1/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-12gc: introduce `gc.recentObjectsHook`Taylor Blau1-3/+76
2023-06-12reachable.c: extract `obj_is_recent()`Taylor Blau1-1/+7
2023-03-21treewide: remove cache.h inclusion due to environment.h changesElijah Newren1-1/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-6/+9
2023-02-24for_each_object: mark unused callback parametersJeff King1-1/+2
2023-02-24list-objects: mark unused callback parametersJeff King1-5/+7
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-05-26reachable: report precise timestamps from objects in cruft packsTaylor Blau1-1/+8
2022-05-26reachable: add options to add_unseen_recent_objects_to_traversalTaylor Blau1-8/+43
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
2008-02-18process_tag: handle tag->tagged == NULLMartin Koegler1-1/+2
2008-02-18reachable.c::add_one_tree: handle NULL from lookup_treeMartin Koegler1-1/+2
2008-02-17check return code of prepare_revision_walkMartin Koegler1-1/+2
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds1-1/+1
2007-07-02Merge branch 'maint'Junio C Hamano1-0/+20
2007-07-02Make git-prune submodule aware (and fix a SEGFAULT in the process)Andy Parkins1-0/+20
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds1-2/+1
2007-02-03scan reflogs independently from refsNicolas Pitre1-2/+2
2007-01-09Sanitize for_each_reflog_ent()Johannes Schindelin1-1/+3
2007-01-06Move traversal of reachable objects into a separate library.Junio C Hamano1-0/+199