aboutsummaryrefslogtreecommitdiffstats
path: root/pack-refs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-01pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}Michael Haggerty1-148/+0
2013-05-01pack-refs: rename handle_one_ref() to pack_one_ref()Michael Haggerty1-2/+2
2013-03-18pack-refs: add fully-peeled traitMichael Haggerty1-1/+1
2013-03-17pack-refs: write peeled entry for non-tagsJeff King1-8/+8
2013-03-17avoid segfaults on parse_object failureJeff King1-1/+1
2012-01-17pack_refs(): remove redundant checkMichael Haggerty1-2/+1
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty1-1/+1
2010-07-07pack-refs: remove newly empty directoriesGreg Price1-0/+32
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-4/+3
2009-04-29replace direct calls to unlink(2) with unlink_or_warnAlex Riesen1-1/+1
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano1-1/+2
2008-06-19Move pack_refs() and friends into libgitJohan Herland1-0/+117