summaryrefslogtreecommitdiff
path: root/reachable.c
AgeCommit message (Expand)Author
2010-08-30object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina
2009-04-09process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink
2008-02-19Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-19reachable.c::process_tree/blob: check for NULLMartin Koegler
2008-02-19process_tag: handle tag->tagged == NULLMartin Koegler
2008-02-19reachable.c::add_one_tree: handle NULL from lookup_treeMartin Koegler
2008-02-18check return code of prepare_revision_walkMartin Koegler
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2007-07-03Merge branch 'maint'Junio C Hamano
2007-07-02Make git-prune submodule aware (and fix a SEGFAULT in the process)Andy Parkins
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2007-02-03scan reflogs independently from refsNicolas Pitre
2007-01-09Sanitize for_each_reflog_ent()Johannes Schindelin
2007-01-07Move traversal of reachable objects into a separate library.Junio C Hamano