summaryrefslogtreecommitdiffstats
path: root/pack-refs.c
AgeCommit message (Expand)AuthorLines
2025-11-04refs: rename 'pack_refs_opts' to 'refs_optimize_opts'Karthik Nayak-10/+10
2025-09-19builtin/pack-refs: factor out core logic into a shared libraryMeet Soni-0/+56
2013-05-01pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}Michael Haggerty-148/+0
2013-05-01pack-refs: rename handle_one_ref() to pack_one_ref()Michael Haggerty-2/+2
2013-03-18pack-refs: add fully-peeled traitMichael Haggerty-1/+1
2013-03-17pack-refs: write peeled entry for non-tagsJeff King-8/+8
2013-03-17avoid segfaults on parse_object failureJeff King-1/+1
2012-01-17pack_refs(): remove redundant checkMichael Haggerty-2/+1
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty-1/+1
2010-07-07pack-refs: remove newly empty directoriesGreg Price-0/+32
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast-4/+3
2009-04-29replace direct calls to unlink(2) with unlink_or_warnAlex Riesen-1/+1
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano-1/+2
2008-06-19Move pack_refs() and friends into libgitJohan Herland-0/+117