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