summaryrefslogtreecommitdiff
path: root/reachable.c
AgeCommit message (Expand)Author
2018-06-29tree: add repository argument to lookup_treeStefan Beller
2018-06-29blob: add repository argument to lookup_blobStefan Beller
2018-06-29object: add repository argument to lookup_objectStefan Beller
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2017-09-19Merge branch 'nd/prune-in-worktree'Junio C Hamano
2017-08-24revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy
2017-08-23pack: move for_each_packed_object()Jonathan Tan
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson
2017-05-08Convert lookup_blob to struct object_idbrian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-02-22Convert object iteration callbacks to struct object_idbrian m. carlson
2016-05-09reachable.c: use error_errno()Nguyễn Thái Ngọc Duy
2016-02-12list-objects: pass full pathname to callbacksJeff King
2016-02-12list-objects: drop name_path entirelyJeff King
2015-10-15Merge branch 'js/gc-with-stale-symref'Junio C Hamano
2015-10-08pack-objects: do not get distracted by broken symrefsJohannes Schindelin
2015-05-25add_one_ref(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-04-20reachable: only mark local objects as recentJeff King
2014-10-19reachable: use revision machinery's --indexed-objects codeJeff King
2014-10-16pack-objects: match prune logic for discarding objectsJeff King
2014-10-16prune: keep objects reachable from recent objectsJeff King
2014-10-16reachable: mark index blobs as SEENJeff King
2014-10-16reachable: reuse revision.c "add all reflogs" codeJeff King
2014-10-16reachable: use traverse_commit_list instead of custom walkJeff King
2014-09-03reachable.c: add HEAD to reachability starting commitsMax Kirillov
2013-06-06clear parsed flag when we free tree buffersJeff King
2013-03-17use parse_object_or_die instead of die("bad object")Jeff King
2011-11-08reachable: per-object progressJeff King
2011-11-08prune: show progress while marking reachable objectsNguyễn Thái Ngọc Duy
2011-03-22Remove unused variablesJohannes Schindelin
2010-08-30object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina
2009-04-09process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink
2008-02-19Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-19reachable.c::process_tree/blob: check for NULLMartin Koegler
2008-02-19process_tag: handle tag->tagged == NULLMartin Koegler
2008-02-19reachable.c::add_one_tree: handle NULL from lookup_treeMartin Koegler
2008-02-18check return code of prepare_revision_walkMartin Koegler
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2007-07-03Merge branch 'maint'Junio C Hamano
2007-07-02Make git-prune submodule aware (and fix a SEGFAULT in the process)Andy Parkins
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2007-02-03scan reflogs independently from refsNicolas Pitre
2007-01-09Sanitize for_each_reflog_ent()Johannes Schindelin