summaryrefslogtreecommitdiff
path: root/reachable.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-08process_{tree,blob}: Remove useless xstrdup callsLibravatar Björn Steinbrink1-1/+0
2008-02-18Merge branch 'mk/maint-parse-careful'Libravatar Junio C Hamano1-2/+8
2008-02-18reachable.c::process_tree/blob: check for NULLLibravatar Martin Koegler1-0/+4
2008-02-18process_tag: handle tag->tagged == NULLLibravatar Martin Koegler1-1/+2
2008-02-18reachable.c::add_one_tree: handle NULL from lookup_treeLibravatar Martin Koegler1-1/+2
2008-02-17check return code of prepare_revision_walkLibravatar Martin Koegler1-1/+2
2008-01-21Make on-disk index representation separate from in-core oneLibravatar Linus Torvalds1-1/+1
2007-07-02Merge branch 'maint'Libravatar Junio C Hamano1-0/+20
2007-07-02Make git-prune submodule aware (and fix a SEGFAULT in the process)Libravatar Andy Parkins1-0/+20
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Libravatar Linus Torvalds1-2/+1
2007-02-03scan reflogs independently from refsLibravatar Nicolas Pitre1-2/+2
2007-01-09Sanitize for_each_reflog_ent()Libravatar Johannes Schindelin1-1/+3
2007-01-06Move traversal of reachable objects into a separate library.Libravatar Junio C Hamano1-0/+199