aboutsummaryrefslogtreecommitdiffstats
path: root/git-repack.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-05Migrate git-repack.sh to use git-rev-parse --parseoptPierre Habouzit1-5/+19
2007-10-19Stop displaying "Pack pack-$ID created." during git-gcShawn O. Pearce1-3/+0
2007-10-03Merge branch 'jc/autogc'Junio C Hamano1-3/+11
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup1-1/+1
2007-09-17repack -A -d: use --keep-unreachable when repackingJunio C Hamano1-3/+11
2007-07-12Add --window-memory option to git-repackBrian Downing1-1/+2
2007-07-04repack: don't report "Nothing new to pack." if -q is givenUwe Kleine-König1-1/+3
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-2/+2
2007-05-24Ensure git-repack -a -d --max-pack-size=N deletes correct packsDana How1-2/+3
2007-05-20git-repack --max-pack-size: add option parsing to enable featureDana L. How1-6/+8
2007-05-10make "repack -f" imply "pack-objects --no-reuse-object"Nicolas Pitre1-3/+3
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-1/+1
2007-01-12Make git-prune-packed a bit more chatty.Junio C Hamano1-1/+1
2006-12-20Teach git-repack to preserve objects referred to by reflog entries.Junio C Hamano1-1/+1
2006-12-13repacked packs should be read-onlyNicolas Pitre1-0/+2
2006-10-29Only repack active packs by skipping over kept packs.Shawn Pearce1-10/+17
2006-10-22Merge branch 'np/pack'Junio C Hamano1-1/+10
2006-10-13git-repack: repo.usedeltabaseoffsetJunio C Hamano1-1/+10
2006-09-24git-repack: allow git-repack to run in subdirectoryJeff King1-0/+1
2006-09-20repack: use only pack-objects, not rev-list.Junio C Hamano1-9/+4
2006-09-06git-repack: create new packs inside $GIT_DIR, not cwdMartin Langhoff1-4/+7
2006-08-29Check if pack directory exists prior to descending into itMatthias Kestenholz1-1/+1
2006-07-12git-repack: avoid redirecting stderr into git-pack-objectsJunio C Hamano1-1/+3
2006-06-25git-repack: Be careful when updating the same pack as an existing one.Junio C Hamano1-3/+18
2006-06-24git-repack -- respect -q and be quietMartin Langhoff1-2/+3
2006-05-07Merge branch 'fix'Junio C Hamano1-7/+7
2006-05-07repack: honor -d even when no new pack was createdMartin Waitz1-7/+7
2006-04-19Allow "git repack" users to specify repacking window/depthLinus Torvalds1-3/+5
2006-04-02fix repacking with lots of tagsJim Radford1-3/+1
2006-03-10repack: prune loose objects when -d is givenJunio C Hamano1-0/+1
2006-02-17git-repack: allow passing a couple of flags to pack-objects.Junio C Hamano1-6/+7
2005-12-14git-repack: Usage string clean-up, emit usage at incorrect invocationfreku045@student.liu.se1-1/+2
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano1-1/+1
2005-11-21git-repack: Properly abort in corrupt repositoryLinus Torvalds1-1/+1
2005-11-19git-repack: do not do complex redundancy check.Junio C Hamano1-21/+14
2005-11-18Remove all old packfiles when doing "git repack -a -d"Lukas Sandström1-3/+16
2005-11-17git-repack: Fix variable nameRalf Baechle1-3/+3
2005-11-11Make git-pack-redundant consider alt-odbsLukas_Sandström1-2/+2
2005-11-11Rename git-pack-intersect to git-pack-redundantLukas_Sandström1-2/+2
2005-11-11Make git-repack use git-pack-intersect.Lukas_Sandström1-18/+12
2005-10-28Be marginally more careful about removing objectsLinus Torvalds1-0/+1
2005-10-13Add "-l" flag for repacking only local packsLinus Torvalds1-1/+5
2005-09-17Archive-destroying "git repack -a -d" bug.Junio C Hamano1-1/+9
2005-09-07Big tool rename.Junio C Hamano1-0/+68