| Commit message (Expand) | Author | Age | Files | Lines |
* | reachable.c: use error_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -2/+1 |
* | list-objects: pass full pathname to callbacksjk/lose-name-path | Jeff King | 2016-02-12 | 1 | -3/+2 |
* | list-objects: drop name_path entirely | Jeff King | 2016-02-12 | 1 | -1/+1 |
* | Merge branch 'js/gc-with-stale-symref' | Junio C Hamano | 2015-10-15 | 1 | -1/+7 |
|\ |
|
| * | pack-objects: do not get distracted by broken symrefsjs/gc-with-stale-symref | Johannes Schindelin | 2015-10-08 | 1 | -1/+7 |
* | | add_one_ref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -6/+5 |
* | | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 2015-05-25 | 1 | -2/+4 |
|/ |
|
* | reachable: only mark local objects as recent | Jeff King | 2015-04-20 | 1 | -2/+4 |
* | reachable: use revision machinery's --indexed-objects code | Jeff King | 2014-10-19 | 1 | -51/+1 |
* | pack-objects: match prune logic for discarding objects | Jeff King | 2014-10-16 | 1 | -2/+2 |
* | prune: keep objects reachable from recent objects | Jeff King | 2014-10-16 | 1 | -0/+112 |
* | reachable: mark index blobs as SEEN | Jeff King | 2014-10-16 | 1 | -1/+6 |
* | reachable: reuse revision.c "add all reflogs" code | Jeff King | 2014-10-16 | 1 | -23/+1 |
* | reachable: use traverse_commit_list instead of custom walk | Jeff King | 2014-10-16 | 1 | -113/+17 |
* | reachable.c: add HEAD to reachability starting commitsmk/reachable-protect-detached-head | Max Kirillov | 2014-09-03 | 1 | -0/+3 |
* | clear parsed flag when we free tree buffersjk/free-tree-buffer | Jeff King | 2013-06-06 | 1 | -2/+1 |
* | use parse_object_or_die instead of die("bad object") | Jeff King | 2013-03-17 | 1 | -3/+1 |
* | reachable: per-object progressnd/prune-progress | Jeff King | 2011-11-07 | 1 | -14/+37 |
* | prune: show progress while marking reachable objects | Nguyễn Thái Ngọc Duy | 2011-11-07 | 1 | -4/+10 |
* | Remove unused variables | Johannes Schindelin | 2011-03-22 | 1 | -5/+0 |
* | object.h: Add OBJECT_ARRAY_INIT macro and make use of it. | Thiago Farina | 2010-08-29 | 1 | -1/+1 |
* | process_{tree,blob}: Remove useless xstrdup calls | Björn Steinbrink | 2009-04-08 | 1 | -1/+0 |
* | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 2008-02-18 | 1 | -2/+8 |
|\ |
|
| * | reachable.c::process_tree/blob: check for NULL | Martin Koegler | 2008-02-18 | 1 | -0/+4 |
| * | process_tag: handle tag->tagged == NULL | Martin Koegler | 2008-02-18 | 1 | -1/+2 |
| * | reachable.c::add_one_tree: handle NULL from lookup_tree | Martin Koegler | 2008-02-18 | 1 | -1/+2 |
* | | check return code of prepare_revision_walk | Martin Koegler | 2008-02-17 | 1 | -1/+2 |
* | | Make on-disk index representation separate from in-core one | Linus Torvalds | 2008-01-21 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2007-07-02 | 1 | -0/+20 |
|\ |
|
| * | Make git-prune submodule aware (and fix a SEGFAULT in the process) | Andy Parkins | 2007-07-02 | 1 | -0/+20 |
|/ |
|
* | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 2007-03-21 | 1 | -2/+1 |
* | scan reflogs independently from refs | Nicolas Pitre | 2007-02-03 | 1 | -2/+2 |
* | Sanitize for_each_reflog_ent() | Johannes Schindelin | 2007-01-09 | 1 | -1/+3 |
* | Move traversal of reachable objects into a separate library. | Junio C Hamano | 2007-01-06 | 1 | -0/+199 |