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