summaryrefslogtreecommitdiff
path: root/git-repack.sh
Commit message (Expand)AuthorAgeFilesLines
* gc: do not explode objects which will be immediately prunedJeff King2012-04-111-1/+9
* Merge branch 'tr/maint-git-repack-tmpfile'Junio C Hamano2010-11-171-2/+3
|\
| * repack: place temporary packs under .git/objects/pack/Thomas Rast2010-10-191-2/+3
* | repack: add -F flag to let user choose between --no-reuse-delta/objectJan Krüger2010-09-271-2/+4
|/
* Merge branch 'js/maint-graft-unhide-true-parents'Junio C Hamano2009-07-251-1/+1
|\
| * git repack: keep commits hidden by a graftJohannes Schindelin2009-07-241-1/+1
* | submodule, repack: migrate to git-sh-setup's say()Stephen Boyd2009-06-181-7/+5
|/
* Merge branch 'maint'Junio C Hamano2009-04-051-1/+1
|\
| * git-repack: use non-dashed update-server-infoDan McGee2009-04-051-1/+1
* | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-04-011-5/+1
|\ \
| * | git-repack.sh: don't use --kept-pack-only option to pack-objectsBrandon Casey2009-03-201-5/+1
* | | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-03-111-1/+5
|\ \ \ | |/ / | | / | |/ |/|
| * Simplify is_kept_pack()Junio C Hamano2009-02-281-1/+4
| * git-repack: resist stray environment variableJunio C Hamano2009-02-281-0/+1
* | Make repack less likely to corrupt repositoryJunio C Hamano2009-02-111-20/+67
|/
* repack: only unpack-unreachable if we are deleting redundant packsBrandon Casey2008-11-141-1/+2
* repack: do not fall back to incremental repacking with [-a|-A]Brandon Casey2008-11-121-7/+4
* repack: don't repack local objects in packs with .keep fileBrandon Casey2008-11-121-1/+1
* git-repack uses --no-repack-object, not --no-repack-delta.Mikael Magnusson2008-09-191-1/+1
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* repack.usedeltabaseoffset config option now defaults to "true"Nicolas Pitre2008-06-251-5/+1
* Remove now unnecessary 'sync()' callsLinus Torvalds2008-05-311-1/+0
* Merge branch 'bc/repack'Junio C Hamano2008-05-231-5/+5
|\
| * let pack-objects do the writing of unreachable objects as loose objectsNicolas Pitre2008-05-131-15/+7
| * repack: modify behavior of -A option to leave unreferenced objects unpackedBrandon Casey2008-05-111-5/+13
* | git-repack: re-enable parsing of -n command line optionA Large Angry SCM2008-05-111-0/+1
|/
* Migrate git-repack.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-5/+19
* Stop displaying "Pack pack-$ID created." during git-gcShawn O. Pearce2007-10-191-3/+0
* Merge branch 'jc/autogc'Junio C Hamano2007-10-031-3/+11
|\
| * repack -A -d: use --keep-unreachable when repackingJunio C Hamano2007-09-171-3/+11
* | Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-231-1/+1
|/
* Add --window-memory option to git-repackBrian Downing2007-07-121-1/+2
* repack: don't report "Nothing new to pack." if -q is givenUwe Kleine-König2007-07-041-1/+3
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-2/+2
* Ensure git-repack -a -d --max-pack-size=N deletes correct packsDana How2007-05-241-2/+3
* git-repack --max-pack-size: add option parsing to enable featureDana L. How2007-05-201-6/+8
* make "repack -f" imply "pack-objects --no-reuse-object"Nicolas Pitre2007-05-101-3/+3
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-1/+1
* Make git-prune-packed a bit more chatty.Junio C Hamano2007-01-121-1/+1
* Teach git-repack to preserve objects referred to by reflog entries.Junio C Hamano2006-12-201-1/+1
* repacked packs should be read-onlyNicolas Pitre2006-12-131-0/+2
* Only repack active packs by skipping over kept packs.Shawn Pearce2006-10-291-10/+17
* Merge branch 'np/pack'Junio C Hamano2006-10-221-1/+10
|\
| * git-repack: repo.usedeltabaseoffsetJunio C Hamano2006-10-131-1/+10
* | git-repack: allow git-repack to run in subdirectoryJeff King2006-09-241-0/+1
* | repack: use only pack-objects, not rev-list.Junio C Hamano2006-09-201-9/+4
|/
* git-repack: create new packs inside $GIT_DIR, not cwdMartin Langhoff2006-09-061-4/+7
* Check if pack directory exists prior to descending into itMatthias Kestenholz2006-08-291-1/+1
* git-repack: avoid redirecting stderr into git-pack-objectsJunio C Hamano2006-07-121-1/+3
* git-repack: Be careful when updating the same pack as an existing one.Junio C Hamano2006-06-251-3/+18