aboutsummaryrefslogtreecommitdiffstats
path: root/reachable.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-06clear parsed flag when we free tree buffersJeff King1-2/+1
2013-03-17use parse_object_or_die instead of die("bad object")Jeff King1-3/+1
2011-11-07reachable: per-object progressJeff King1-14/+37
2011-11-07prune: show progress while marking reachable objectsNguyễn Thái Ngọc Duy1-4/+10
2011-03-22Remove unused variablesJohannes Schindelin1-5/+0
2010-08-29object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina1-1/+1
2009-04-08process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink1-1/+0
2008-02-18Merge branch 'mk/maint-parse-careful'Junio C Hamano1-2/+8
2008-02-18reachable.c::process_tree/blob: check for NULLMartin Koegler1-0/+4
2008-02-18process_tag: handle tag->tagged == NULLMartin Koegler1-1/+2
2008-02-18reachable.c::add_one_tree: handle NULL from lookup_treeMartin Koegler1-1/+2
2008-02-17check return code of prepare_revision_walkMartin Koegler1-1/+2
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds1-1/+1
2007-07-02Merge branch 'maint'Junio C Hamano1-0/+20
2007-07-02Make git-prune submodule aware (and fix a SEGFAULT in the process)Andy Parkins1-0/+20
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds1-2/+1
2007-02-03scan reflogs independently from refsNicolas Pitre1-2/+2
2007-01-09Sanitize for_each_reflog_ent()Johannes Schindelin1-1/+3
2007-01-06Move traversal of reachable objects into a separate library.Junio C Hamano1-0/+199