summaryrefslogtreecommitdiff
path: root/pack-redundant.c
AgeCommit message (Expand)Author
2007-06-07War on whitespaceJunio C Hamano
2007-05-30Simplify index access condition in count-objects, pack-redundantShawn O. Pearce
2007-05-27Lazily open pack index files on demandShawn O. Pearce
2007-04-10pack-redundant.c: learn about index v2Nicolas Pitre
2007-03-17[PATCH] clean up pack index handling a bitNicolas Pitre
2007-03-07Use off_t when we really mean a file offset.Shawn O. Pearce
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2006-02-26Use setenv(), fix warningsTimo Hirvonen
2005-12-22git-pack-redundant: speed and memory usage improvementsLukas Sandström
2005-11-29Make the rest of commands work from a subdirectory.Junio C Hamano
2005-11-24pack-redundant: type cleanups.Junio C Hamano
2005-11-22arguments cleanup and some formattingAlex Riesen
2005-11-22remove unused variableAlex Riesen
2005-11-22speedup allocation in pack-redundant.cAlex Riesen
2005-11-22Make git-pack-redundant take a list of unimportant objs on stdinLukas Sandström
2005-11-21Fix sparse warningsTimo Hirvonen
2005-11-18Improve the readability of git-pack-redundantLukas Sandström
2005-11-18Fix a bug in get_all_permutations.Lukas Sandström
2005-11-18Fix bug introduced by the latest changes to git-pack-redundantLukas Sandström
2005-11-18Make git-pack-redundant non-horribly slow on large sets of packsLukas Sandström
2005-11-16Fix llist_sorted_difference_inplace in git-pack-redundantLukas Sandström
2005-11-13Fix compilation warnings in pack-redundant.cKai Ruemmler
2005-11-12Make git-pack-redundant consider alt-odbsLukas_Sandström
2005-11-12Rename git-pack-intersect to git-pack-redundantLukas_Sandström