summaryrefslogtreecommitdiff
path: root/pack-redundant.c
Commit message (Expand)AuthorAgeFilesLines
* pack-redundant.c: learn about index v2Nicolas Pitre2007-04-101-20/+27
* [PATCH] clean up pack index handling a bitNicolas Pitre2007-03-161-14/+16
* Use off_t when we really mean a file offset.Shawn O. Pearce2007-03-071-4/+4
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-7/+7
* remove unnecessary initializationsDavid Rientjes2006-08-151-2/+2
* Remove all void-pointer arithmetic.Florian Forster2006-06-201-9/+9
* Use setenv(), fix warningsTimo Hirvonen2006-02-261-2/+2
* git-pack-redundant: speed and memory usage improvementsLukas Sandström2005-12-211-80/+69
* Make the rest of commands work from a subdirectory.Junio C Hamano2005-11-281-0/+2
* pack-redundant: type cleanups.Junio C Hamano2005-11-231-10/+10
* arguments cleanup and some formattingAlex Riesen2005-11-221-7/+8
* remove unused variableAlex Riesen2005-11-221-2/+0
* speedup allocation in pack-redundant.cAlex Riesen2005-11-221-6/+26
* Make git-pack-redundant take a list of unimportant objs on stdinLukas Sandström2005-11-221-0/+21
* Fix sparse warningsTimo Hirvonen2005-11-201-29/+29
* Improve the readability of git-pack-redundantLukas Sandström2005-11-181-13/+24
* Fix a bug in get_all_permutations.Lukas Sandström2005-11-181-0/+1
* Fix bug introduced by the latest changes to git-pack-redundantLukas Sandström2005-11-181-1/+1
* Make git-pack-redundant non-horribly slow on large sets of packsLukas Sandström2005-11-171-12/+48
* Fix llist_sorted_difference_inplace in git-pack-redundantLukas Sandström2005-11-151-32/+15
* Fix compilation warnings in pack-redundant.cKai Ruemmler2005-11-131-7/+8
* Make git-pack-redundant consider alt-odbsLukas_Sandström2005-11-111-53/+94
* Rename git-pack-intersect to git-pack-redundantLukas_Sandström2005-11-111-0/+579