summaryrefslogtreecommitdiff
path: root/builtin-pack-refs.c
AgeCommit message (Expand)Author
2007-11-12Use OPT_BIT in builtin-pack-refsPierre Habouzit
2007-10-30Make builtin-pack-refs.c use parse_options.Pierre Habouzit
2007-07-15Make every builtin-*.c file #include "builtin.h"Peter Hagervall
2007-06-27Don't ignore a pack-refs write failureJim Meyering
2007-05-27Make the pack-refs interfaces usable from outsideLinus Torvalds
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-01-26Fix seriously broken "git pack-refs"Linus Torvalds
2007-01-08--prune is now default for 'pack-refs'Junio C Hamano
2006-11-22Store peeled refs in packed-refs (take 2).Junio C Hamano
2006-11-20Store peeled refs in packed-refs file.Junio C Hamano
2006-11-03pack-refs: Store the full name of the ref even when packing only tags.Alexandre Julliard
2006-10-08git-pack-refs --allJunio C Hamano
2006-10-05pack-refs: call fflush before fsync.Junio C Hamano
2006-10-03pack-refs: use lockfile as everybody else does.Junio C Hamano
2006-09-27Clean-up lock-ref implementationJunio C Hamano
2006-09-23pack-refs: fix git_path() usage.Junio C Hamano
2006-09-21git-pack-refs --pruneJunio C Hamano
2006-09-21pack-refs: do not pack symbolic refs.Junio C Hamano
2006-09-21Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-21Add callback data to for_each_ref() family.Junio C Hamano
2006-09-18Start handling references internally as a sorted in-memory listLinus Torvalds