aboutsummaryrefslogtreecommitdiffstats
path: root/pack-redundant.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-22make "git pack-redundant" a built-inLinus Torvalds1-700/+0
2009-11-10Let 'git <command> -h' show usage without a git dirJonathan Nieder1-0/+3
2009-08-31Style fixes, add a space after if/for/while.Brian Gianforcaro1-15/+14
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska1-0/+3
2009-01-05remove trailing LF in die() messagesAlexander Potashev1-4/+4
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2007-06-07War on whitespaceJunio C Hamano1-2/+2
2007-05-29Simplify index access condition in count-objects, pack-redundantShawn O. Pearce1-1/+1
2007-05-26Lazily open pack index files on demandShawn O. Pearce1-0/+3
2007-04-10pack-redundant.c: learn about index v2Nicolas Pitre1-20/+27
2007-03-16[PATCH] clean up pack index handling a bitNicolas Pitre1-14/+16
2007-03-07Use off_t when we really mean a file offset.Shawn O. Pearce1-4/+4
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes1-7/+7
2006-08-15remove unnecessary initializationsDavid Rientjes1-2/+2
2006-06-20Remove all void-pointer arithmetic.Florian Forster1-9/+9
2006-02-26Use setenv(), fix warningsTimo Hirvonen1-2/+2
2005-12-21git-pack-redundant: speed and memory usage improvementsLukas Sandström1-80/+69
2005-11-28Make the rest of commands work from a subdirectory.Junio C Hamano1-0/+2
2005-11-23pack-redundant: type cleanups.Junio C Hamano1-10/+10
2005-11-22arguments cleanup and some formattingAlex Riesen1-7/+8
2005-11-22remove unused variableAlex Riesen1-2/+0
2005-11-22speedup allocation in pack-redundant.cAlex Riesen1-6/+26
2005-11-22Make git-pack-redundant take a list of unimportant objs on stdinLukas Sandström1-0/+21
2005-11-20Fix sparse warningsTimo Hirvonen1-29/+29
2005-11-18Improve the readability of git-pack-redundantLukas Sandström1-13/+24
2005-11-18Fix a bug in get_all_permutations.Lukas Sandström1-0/+1
2005-11-18Fix bug introduced by the latest changes to git-pack-redundantLukas Sandström1-1/+1
2005-11-17Make git-pack-redundant non-horribly slow on large sets of packsLukas Sandström1-12/+48
2005-11-15Fix llist_sorted_difference_inplace in git-pack-redundantLukas Sandström1-32/+15
2005-11-13Fix compilation warnings in pack-redundant.cKai Ruemmler1-7/+8
2005-11-11Make git-pack-redundant consider alt-odbsLukas_Sandström1-53/+94
2005-11-11Rename git-pack-intersect to git-pack-redundantLukas_Sandström1-0/+579