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