summaryrefslogtreecommitdiff
path: root/builtin-pack-refs.c
Commit message (Expand)AuthorAgeFilesLines
* Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-141-0/+1
* Don't ignore a pack-refs write failureJim Meyering2007-06-261-0/+2
* Make the pack-refs interfaces usable from outsideLinus Torvalds2007-05-261-28/+38
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-1/+1
* Fix seriously broken "git pack-refs"Linus Torvalds2007-01-251-1/+3
* --prune is now default for 'pack-refs'Junio C Hamano2007-01-081-2/+7
* Store peeled refs in packed-refs (take 2).Junio C Hamano2006-11-211-2/+6
* Store peeled refs in packed-refs file.Junio C Hamano2006-11-191-4/+20
* pack-refs: Store the full name of the ref even when packing only tags.Alexandre Julliard2006-11-021-3/+5
* git-pack-refs --allJunio C Hamano2006-10-081-2/+7
* pack-refs: call fflush before fsync.Junio C Hamano2006-10-041-0/+1
* pack-refs: use lockfile as everybody else does.Junio C Hamano2006-10-031-17/+4
* Clean-up lock-ref implementationJunio C Hamano2006-09-271-1/+1
* pack-refs: fix git_path() usage.Junio C Hamano2006-09-221-1/+1
* git-pack-refs --pruneJunio C Hamano2006-09-211-9/+75
* pack-refs: do not pack symbolic refs.Junio C Hamano2006-09-211-1/+3
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-1/+2
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-3/+5
* Start handling references internally as a sorted in-memory listLinus Torvalds2006-09-171-0/+41