| Commit message (Expand) | Author | Age |
* | Merge branch 'tr/maint-git-repack-tmpfile' | Junio C Hamano | 2010-11-17 |
|\ |
|
| * | repack: place temporary packs under .git/objects/pack/ | Thomas Rast | 2010-10-19 |
* | | repack: add -F flag to let user choose between --no-reuse-delta/object | Jan Krüger | 2010-09-27 |
|/ |
|
* | Merge branch 'js/maint-graft-unhide-true-parents' | Junio C Hamano | 2009-07-25 |
|\ |
|
| * | git repack: keep commits hidden by a graft | Johannes Schindelin | 2009-07-24 |
* | | submodule, repack: migrate to git-sh-setup's say() | Stephen Boyd | 2009-06-18 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2009-04-05 |
|\ |
|
| * | git-repack: use non-dashed update-server-info | Dan McGee | 2009-04-05 |
* | | Merge branch 'jc/maint-1.6.0-keep-pack' | Junio C Hamano | 2009-04-01 |
|\ \ |
|
| * | | git-repack.sh: don't use --kept-pack-only option to pack-objects | Brandon Casey | 2009-03-20 |
* | | | Merge branch 'jc/maint-1.6.0-keep-pack' | Junio C Hamano | 2009-03-11 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Simplify is_kept_pack() | Junio C Hamano | 2009-02-28 |
| * | git-repack: resist stray environment variable | Junio C Hamano | 2009-02-28 |
* | | Make repack less likely to corrupt repository | Junio C Hamano | 2009-02-11 |
|/ |
|
* | repack: only unpack-unreachable if we are deleting redundant packs | Brandon Casey | 2008-11-14 |
* | repack: do not fall back to incremental repacking with [-a|-A] | Brandon Casey | 2008-11-12 |
* | repack: don't repack local objects in packs with .keep file | Brandon Casey | 2008-11-12 |
* | git-repack uses --no-repack-object, not --no-repack-delta. | Mikael Magnusson | 2008-09-19 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
* | repack.usedeltabaseoffset config option now defaults to "true" | Nicolas Pitre | 2008-06-25 |
* | Remove now unnecessary 'sync()' calls | Linus Torvalds | 2008-05-31 |
* | Merge branch 'bc/repack' | Junio C Hamano | 2008-05-23 |
|\ |
|
| * | let pack-objects do the writing of unreachable objects as loose objects | Nicolas Pitre | 2008-05-13 |
| * | repack: modify behavior of -A option to leave unreferenced objects unpacked | Brandon Casey | 2008-05-11 |
* | | git-repack: re-enable parsing of -n command line option | A Large Angry SCM | 2008-05-11 |
|/ |
|
* | Migrate git-repack.sh to use git-rev-parse --parseopt | Pierre Habouzit | 2007-11-05 |
* | Stop displaying "Pack pack-$ID created." during git-gc | Shawn O. Pearce | 2007-10-19 |
* | Merge branch 'jc/autogc' | Junio C Hamano | 2007-10-03 |
|\ |
|
| * | repack -A -d: use --keep-unreachable when repacking | Junio C Hamano | 2007-09-17 |
* | | Supplant the "while case ... break ;; esac" idiom | David Kastrup | 2007-09-23 |
|/ |
|
* | Add --window-memory option to git-repack | Brian Downing | 2007-07-12 |
* | repack: don't report "Nothing new to pack." if -q is given | Uwe Kleine-König | 2007-07-04 |
* | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 2007-07-02 |
* | Ensure git-repack -a -d --max-pack-size=N deletes correct packs | Dana How | 2007-05-24 |
* | git-repack --max-pack-size: add option parsing to enable feature | Dana L. How | 2007-05-20 |
* | make "repack -f" imply "pack-objects --no-reuse-object" | Nicolas Pitre | 2007-05-10 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 |
* | Make git-prune-packed a bit more chatty. | Junio C Hamano | 2007-01-12 |
* | Teach git-repack to preserve objects referred to by reflog entries. | Junio C Hamano | 2006-12-20 |
* | repacked packs should be read-only | Nicolas Pitre | 2006-12-13 |
* | Only repack active packs by skipping over kept packs. | Shawn Pearce | 2006-10-29 |
* | Merge branch 'np/pack' | Junio C Hamano | 2006-10-22 |
|\ |
|
| * | git-repack: repo.usedeltabaseoffset | Junio C Hamano | 2006-10-13 |
* | | git-repack: allow git-repack to run in subdirectory | Jeff King | 2006-09-24 |
* | | repack: use only pack-objects, not rev-list. | Junio C Hamano | 2006-09-20 |
|/ |
|
* | git-repack: create new packs inside $GIT_DIR, not cwd | Martin Langhoff | 2006-09-06 |
* | Check if pack directory exists prior to descending into it | Matthias Kestenholz | 2006-08-29 |
* | git-repack: avoid redirecting stderr into git-pack-objects | Junio C Hamano | 2006-07-12 |
* | git-repack: Be careful when updating the same pack as an existing one. | Junio C Hamano | 2006-06-25 |
* | git-repack -- respect -q and be quiet | Martin Langhoff | 2006-06-24 |