aboutsummaryrefslogtreecommitdiff
path: root/git-repack.sh
Commit message (Expand)AuthorAge
* submodule, repack: migrate to git-sh-setup's say()Stephen Boyd2009-06-18
* Merge branch 'maint'Junio C Hamano2009-04-05
|\
| * git-repack: use non-dashed update-server-infoDan McGee2009-04-05
* | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-04-01
|\ \
| * | git-repack.sh: don't use --kept-pack-only option to pack-objectsBrandon Casey2009-03-20
* | | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-03-11
|\ \ \ | |/ / | | / | |/ |/|
| * Simplify is_kept_pack()Junio C Hamano2009-02-28
| * git-repack: resist stray environment variableJunio C Hamano2009-02-28
* | Make repack less likely to corrupt repositoryJunio C Hamano2009-02-11
|/
* repack: only unpack-unreachable if we are deleting redundant packsBrandon Casey2008-11-14
* repack: do not fall back to incremental repacking with [-a|-A]Brandon Casey2008-11-12
* repack: don't repack local objects in packs with .keep fileBrandon Casey2008-11-12
* git-repack uses --no-repack-object, not --no-repack-delta.Mikael Magnusson2008-09-19
* Make usage strings dash-lessStephan Beyer2008-07-13
* repack.usedeltabaseoffset config option now defaults to "true"Nicolas Pitre2008-06-25
* Remove now unnecessary 'sync()' callsLinus Torvalds2008-05-31
* Merge branch 'bc/repack'Junio C Hamano2008-05-23
|\
| * let pack-objects do the writing of unreachable objects as loose objectsNicolas Pitre2008-05-13
| * repack: modify behavior of -A option to leave unreferenced objects unpackedBrandon Casey2008-05-11
* | git-repack: re-enable parsing of -n command line optionA Large Angry SCM2008-05-11
|/
* Migrate git-repack.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-05
* Stop displaying "Pack pack-$ID created." during git-gcShawn O. Pearce2007-10-19
* Merge branch 'jc/autogc'Junio C Hamano2007-10-03
|\
| * repack -A -d: use --keep-unreachable when repackingJunio C Hamano2007-09-17
* | Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-23
|/
* Add --window-memory option to git-repackBrian Downing2007-07-12
* repack: don't report "Nothing new to pack." if -q is givenUwe Kleine-König2007-07-04
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-02
* Ensure git-repack -a -d --max-pack-size=N deletes correct packsDana How2007-05-24
* git-repack --max-pack-size: add option parsing to enable featureDana L. How2007-05-20
* make "repack -f" imply "pack-objects --no-reuse-object"Nicolas Pitre2007-05-10
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-28
* Make git-prune-packed a bit more chatty.Junio C Hamano2007-01-12
* Teach git-repack to preserve objects referred to by reflog entries.Junio C Hamano2006-12-20
* repacked packs should be read-onlyNicolas Pitre2006-12-13
* Only repack active packs by skipping over kept packs.Shawn Pearce2006-10-29
* Merge branch 'np/pack'Junio C Hamano2006-10-22
|\
| * git-repack: repo.usedeltabaseoffsetJunio C Hamano2006-10-13
* | git-repack: allow git-repack to run in subdirectoryJeff King2006-09-24
* | repack: use only pack-objects, not rev-list.Junio C Hamano2006-09-20
|/
* git-repack: create new packs inside $GIT_DIR, not cwdMartin Langhoff2006-09-06
* Check if pack directory exists prior to descending into itMatthias Kestenholz2006-08-29
* git-repack: avoid redirecting stderr into git-pack-objectsJunio C Hamano2006-07-12
* git-repack: Be careful when updating the same pack as an existing one.Junio C Hamano2006-06-25
* git-repack -- respect -q and be quietMartin Langhoff2006-06-24
* Merge branch 'fix'Junio C Hamano2006-05-07
|\
| * repack: honor -d even when no new pack was createdMartin Waitz2006-05-07
* | Allow "git repack" users to specify repacking window/depthLinus Torvalds2006-04-19
|/
* fix repacking with lots of tagsJim Radford2006-04-02
* repack: prune loose objects when -d is givenJunio C Hamano2006-03-10