summaryrefslogtreecommitdiffstats
path: root/reachable.c (follow)
Commit message (Expand)AuthorAgeLines
* object.h: add lookup_object_by_type() functionJeff King2021-06-28-18/+0
* Merge branch 'ps/rev-list-object-type-filter'Junio C Hamano2021-05-07-1/+1
|\
| * rev-list: allow filtering of provided itemsPatrick Steinhardt2021-04-19-1/+1
* | prune: save reachable-from-recent objects with bitmapsJeff King2021-04-29-9/+4
|/
* pack-bitmap: basic noop bitmap filter infrastructureJeff King2020-02-14-1/+1
* rev-list: allow commit-only bitmap traversalsJeff King2020-02-14-1/+1
* object: convert lookup_object() to use object_idJeff King2019-06-20-2/+2
* prune: use bitmaps for reachability traversalJeff King2019-02-14-0/+42
* tree: add repository argument to lookup_treeStefan Beller2018-06-29-1/+1
* blob: add repository argument to lookup_blobStefan Beller2018-06-29-1/+1
* object: add repository argument to lookup_objectStefan Beller2018-06-29-2/+2
* cache.h: add repository argument to oid_object_infoStefan Beller2018-04-26-1/+1
* Merge branch 'sb/object-store'Junio C Hamano2018-04-11-0/+1
|\
| * object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-26-0/+1
* | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-14-1/+1
* | object: rename function 'typename' to 'type_name'Brandon Williams2018-02-14-1/+1
|/
* Merge branch 'nd/prune-in-worktree'Junio C Hamano2017-09-19-0/+2
|\
| * revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy2017-08-24-0/+2
* | pack: move for_each_packed_object()Jonathan Tan2017-08-23-0/+1
|/
* Merge branch 'bc/object-id'Junio C Hamano2017-05-29-4/+4
|\
| * object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08-2/+2
| * Convert lookup_tree to struct object_idbrian m. carlson2017-05-08-1/+1
| * Convert lookup_blob to struct object_idbrian m. carlson2017-05-08-1/+1
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27-5/+4
|/
* Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-22-15/+15
* reachable.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-09-2/+1
* list-objects: pass full pathname to callbacksJeff King2016-02-12-3/+2
* list-objects: drop name_path entirelyJeff King2016-02-12-1/+1
* Merge branch 'js/gc-with-stale-symref'Junio C Hamano2015-10-15-1/+7
|\
| * pack-objects: do not get distracted by broken symrefsJohannes Schindelin2015-10-08-1/+7
* | add_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-25-6/+5
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25-2/+4
|/
* reachable: only mark local objects as recentJeff King2015-04-20-2/+4
* reachable: use revision machinery's --indexed-objects codeJeff King2014-10-19-51/+1
* pack-objects: match prune logic for discarding objectsJeff King2014-10-16-2/+2
* prune: keep objects reachable from recent objectsJeff King2014-10-16-0/+112
* reachable: mark index blobs as SEENJeff King2014-10-16-1/+6
* reachable: reuse revision.c "add all reflogs" codeJeff King2014-10-16-23/+1
* reachable: use traverse_commit_list instead of custom walkJeff King2014-10-16-113/+17
* reachable.c: add HEAD to reachability starting commitsMax Kirillov2014-09-03-0/+3
* clear parsed flag when we free tree buffersJeff King2013-06-06-2/+1
* use parse_object_or_die instead of die("bad object")Jeff King2013-03-17-3/+1
* reachable: per-object progressJeff King2011-11-07-14/+37
* prune: show progress while marking reachable objectsNguyễn Thái Ngọc Duy2011-11-07-4/+10
* Remove unused variablesJohannes Schindelin2011-03-22-5/+0
* object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina2010-08-29-1/+1
* process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink2009-04-08-1/+0
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-02-18-2/+8
|\
| * reachable.c::process_tree/blob: check for NULLMartin Koegler2008-02-18-0/+4
| * process_tag: handle tag->tagged == NULLMartin Koegler2008-02-18-1/+2