aboutsummaryrefslogtreecommitdiffstats
path: root/git-repack.sh
AgeCommit message (Expand)AuthorFilesLines
2013-09-17repack: rewrite the shell script in CStefan Beller1-194/+0
2012-04-11gc: do not explode objects which will be immediately prunedJeff King1-1/+9
2010-11-17Merge branch 'tr/maint-git-repack-tmpfile'Junio C Hamano1-2/+3
2010-10-19repack: place temporary packs under .git/objects/pack/Thomas Rast1-2/+3
2010-09-27repack: add -F flag to let user choose between --no-reuse-delta/objectJan Krüger1-2/+4
2009-07-25Merge branch 'js/maint-graft-unhide-true-parents'Junio C Hamano1-1/+1
2009-07-24git repack: keep commits hidden by a graftJohannes Schindelin1-1/+1
2009-06-18submodule, repack: migrate to git-sh-setup's say()Stephen Boyd1-7/+5
2009-04-05Merge branch 'maint'Junio C Hamano1-1/+1
2009-04-05git-repack: use non-dashed update-server-infoDan McGee1-1/+1
2009-04-01Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano1-5/+1
2009-03-20git-repack.sh: don't use --kept-pack-only option to pack-objectsBrandon Casey1-5/+1
2009-03-11Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano1-1/+5
2009-02-28Simplify is_kept_pack()Junio C Hamano1-1/+4
2009-02-28git-repack: resist stray environment variableJunio C Hamano1-0/+1
2009-02-11Make repack less likely to corrupt repositoryJunio C Hamano1-20/+67
2008-11-14repack: only unpack-unreachable if we are deleting redundant packsBrandon Casey1-1/+2
2008-11-12repack: do not fall back to incremental repacking with [-a|-A]Brandon Casey1-7/+4
2008-11-12repack: don't repack local objects in packs with .keep fileBrandon Casey1-1/+1
2008-09-19git-repack uses --no-repack-object, not --no-repack-delta.Mikael Magnusson1-1/+1
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-06-25repack.usedeltabaseoffset config option now defaults to "true"Nicolas Pitre1-5/+1
2008-05-31Remove now unnecessary 'sync()' callsLinus Torvalds1-1/+0
2008-05-23Merge branch 'bc/repack'Junio C Hamano1-5/+5
2008-05-13let pack-objects do the writing of unreachable objects as loose objectsNicolas Pitre1-15/+7
2008-05-11repack: modify behavior of -A option to leave unreferenced objects unpackedBrandon Casey1-5/+13
2008-05-11git-repack: re-enable parsing of -n command line optionA Large Angry SCM1-0/+1
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