aboutsummaryrefslogtreecommitdiff
path: root/reachable.c
Commit message (Expand)AuthorAge
* Merge branch 'nd/prune-in-worktree'Junio C Hamano2017-09-19
|\
| * revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy2017-08-24
* | pack: move for_each_packed_object()Jonathan Tan2017-08-23
|/
* Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\
| * object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
| * Convert lookup_tree to struct object_idbrian m. carlson2017-05-08
| * Convert lookup_blob to struct object_idbrian m. carlson2017-05-08
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
|/
* Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-22
* reachable.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-09
* list-objects: pass full pathname to callbacksJeff King2016-02-12
* list-objects: drop name_path entirelyJeff King2016-02-12
* Merge branch 'js/gc-with-stale-symref'Junio C Hamano2015-10-15
|\
| * pack-objects: do not get distracted by broken symrefsJohannes Schindelin2015-10-08
* | add_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
|/
* reachable: only mark local objects as recentJeff King2015-04-20
* reachable: use revision machinery's --indexed-objects codeJeff King2014-10-19
* pack-objects: match prune logic for discarding objectsJeff King2014-10-16
* prune: keep objects reachable from recent objectsJeff King2014-10-16
* reachable: mark index blobs as SEENJeff King2014-10-16
* reachable: reuse revision.c "add all reflogs" codeJeff King2014-10-16
* reachable: use traverse_commit_list instead of custom walkJeff King2014-10-16
* reachable.c: add HEAD to reachability starting commitsMax Kirillov2014-09-03
* clear parsed flag when we free tree buffersJeff King2013-06-06
* use parse_object_or_die instead of die("bad object")Jeff King2013-03-17
* reachable: per-object progressJeff King2011-11-07
* prune: show progress while marking reachable objectsNguyễn Thái Ngọc Duy2011-11-07
* Remove unused variablesJohannes Schindelin2011-03-22
* object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina2010-08-29
* process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink2009-04-08
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-02-18
|\
| * reachable.c::process_tree/blob: check for NULLMartin Koegler2008-02-18
| * process_tag: handle tag->tagged == NULLMartin Koegler2008-02-18
| * reachable.c::add_one_tree: handle NULL from lookup_treeMartin Koegler2008-02-18
* | check return code of prepare_revision_walkMartin Koegler2008-02-17
* | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-21
|/
* Merge branch 'maint'Junio C Hamano2007-07-02
|\
| * Make git-prune submodule aware (and fix a SEGFAULT in the process)Andy Parkins2007-07-02
|/
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-21
* scan reflogs independently from refsNicolas Pitre2007-02-03
* Sanitize for_each_reflog_ent()Johannes Schindelin2007-01-09
* Move traversal of reachable objects into a separate library.Junio C Hamano2007-01-06