summaryrefslogtreecommitdiff
path: root/reachable.c
Commit message (Expand)AuthorAgeFilesLines
* reachable.c: add HEAD to reachability starting commitsmk/reachable-protect-detached-headMax Kirillov2014-09-031-0/+3
* clear parsed flag when we free tree buffersjk/free-tree-bufferJeff King2013-06-061-2/+1
* use parse_object_or_die instead of die("bad object")Jeff King2013-03-171-3/+1
* reachable: per-object progressnd/prune-progressJeff King2011-11-071-14/+37
* prune: show progress while marking reachable objectsNguyễn Thái Ngọc Duy2011-11-071-4/+10
* Remove unused variablesJohannes Schindelin2011-03-221-5/+0
* object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina2010-08-291-1/+1
* process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink2009-04-081-1/+0
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-02-181-2/+8
|\
| * reachable.c::process_tree/blob: check for NULLMartin Koegler2008-02-181-0/+4
| * process_tag: handle tag->tagged == NULLMartin Koegler2008-02-181-1/+2
| * reachable.c::add_one_tree: handle NULL from lookup_treeMartin Koegler2008-02-181-1/+2
* | check return code of prepare_revision_walkMartin Koegler2008-02-171-1/+2
* | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-211-1/+1
|/
* Merge branch 'maint'Junio C Hamano2007-07-021-0/+20
|\
| * Make git-prune submodule aware (and fix a SEGFAULT in the process)Andy Parkins2007-07-021-0/+20
|/
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-211-2/+1
* scan reflogs independently from refsNicolas Pitre2007-02-031-2/+2
* Sanitize for_each_reflog_ent()Johannes Schindelin2007-01-091-1/+3
* Move traversal of reachable objects into a separate library.Junio C Hamano2007-01-061-0/+199