| Commit message (Expand) | Author | Age | Files | Lines |
* | Make repack less likely to corrupt repository | Junio C Hamano | 2009-02-11 | 1 | -20/+67 |
* | repack: only unpack-unreachable if we are deleting redundant packs | Brandon Casey | 2008-11-14 | 1 | -1/+2 |
* | repack: do not fall back to incremental repacking with [-a|-A] | Brandon Casey | 2008-11-12 | 1 | -7/+4 |
* | repack: don't repack local objects in packs with .keep file | Brandon Casey | 2008-11-12 | 1 | -1/+1 |
* | git-repack uses --no-repack-object, not --no-repack-delta. | Mikael Magnusson | 2008-09-19 | 1 | -1/+1 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | repack.usedeltabaseoffset config option now defaults to "true" | Nicolas Pitre | 2008-06-25 | 1 | -5/+1 |
* | Remove now unnecessary 'sync()' calls | Linus Torvalds | 2008-05-31 | 1 | -1/+0 |
* | Merge branch 'bc/repack' | Junio C Hamano | 2008-05-23 | 1 | -5/+5 |
|\ |
|
| * | let pack-objects do the writing of unreachable objects as loose objects | Nicolas Pitre | 2008-05-13 | 1 | -15/+7 |
| * | repack: modify behavior of -A option to leave unreferenced objects unpacked | Brandon Casey | 2008-05-11 | 1 | -5/+13 |
* | | git-repack: re-enable parsing of -n command line option | A Large Angry SCM | 2008-05-11 | 1 | -0/+1 |
|/ |
|
* | Migrate git-repack.sh to use git-rev-parse --parseopt | Pierre Habouzit | 2007-11-05 | 1 | -5/+19 |
* | Stop displaying "Pack pack-$ID created." during git-gc | Shawn O. Pearce | 2007-10-19 | 1 | -3/+0 |
* | Merge branch 'jc/autogc' | Junio C Hamano | 2007-10-03 | 1 | -3/+11 |
|\ |
|
| * | repack -A -d: use --keep-unreachable when repacking | Junio C Hamano | 2007-09-17 | 1 | -3/+11 |
* | | Supplant the "while case ... break ;; esac" idiom | David Kastrup | 2007-09-23 | 1 | -1/+1 |
|/ |
|
* | Add --window-memory option to git-repack | Brian Downing | 2007-07-12 | 1 | -1/+2 |
* | repack: don't report "Nothing new to pack." if -q is given | Uwe Kleine-König | 2007-07-04 | 1 | -1/+3 |
* | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 2007-07-02 | 1 | -2/+2 |
* | Ensure git-repack -a -d --max-pack-size=N deletes correct packs | Dana How | 2007-05-24 | 1 | -2/+3 |
* | git-repack --max-pack-size: add option parsing to enable feature | Dana L. How | 2007-05-20 | 1 | -6/+8 |
* | make "repack -f" imply "pack-objects --no-reuse-object" | Nicolas Pitre | 2007-05-10 | 1 | -3/+3 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 | 1 | -1/+1 |
* | Make git-prune-packed a bit more chatty. | Junio C Hamano | 2007-01-12 | 1 | -1/+1 |
* | Teach git-repack to preserve objects referred to by reflog entries. | Junio C Hamano | 2006-12-20 | 1 | -1/+1 |
* | repacked packs should be read-only | Nicolas Pitre | 2006-12-13 | 1 | -0/+2 |
* | Only repack active packs by skipping over kept packs. | Shawn Pearce | 2006-10-29 | 1 | -10/+17 |
* | Merge branch 'np/pack' | Junio C Hamano | 2006-10-22 | 1 | -1/+10 |
|\ |
|
| * | git-repack: repo.usedeltabaseoffset | Junio C Hamano | 2006-10-13 | 1 | -1/+10 |
* | | git-repack: allow git-repack to run in subdirectory | Jeff King | 2006-09-24 | 1 | -0/+1 |
* | | repack: use only pack-objects, not rev-list. | Junio C Hamano | 2006-09-20 | 1 | -9/+4 |
|/ |
|
* | git-repack: create new packs inside $GIT_DIR, not cwd | Martin Langhoff | 2006-09-06 | 1 | -4/+7 |
* | Check if pack directory exists prior to descending into it | Matthias Kestenholz | 2006-08-29 | 1 | -1/+1 |
* | git-repack: avoid redirecting stderr into git-pack-objects | Junio C Hamano | 2006-07-12 | 1 | -1/+3 |
* | git-repack: Be careful when updating the same pack as an existing one. | Junio C Hamano | 2006-06-25 | 1 | -3/+18 |
* | git-repack -- respect -q and be quiet | Martin Langhoff | 2006-06-24 | 1 | -2/+3 |
* | Merge branch 'fix' | Junio C Hamano | 2006-05-07 | 1 | -7/+7 |
|\ |
|
| * | repack: honor -d even when no new pack was created | Martin Waitz | 2006-05-07 | 1 | -7/+7 |
* | | Allow "git repack" users to specify repacking window/depth | Linus Torvalds | 2006-04-19 | 1 | -3/+5 |
|/ |
|
* | fix repacking with lots of tags | Jim Radford | 2006-04-02 | 1 | -3/+1 |
* | repack: prune loose objects when -d is given | Junio C Hamano | 2006-03-10 | 1 | -0/+1 |
* | git-repack: allow passing a couple of flags to pack-objects. | Junio C Hamano | 2006-02-17 | 1 | -6/+7 |
* | git-repack: Usage string clean-up, emit usage at incorrect invocation | freku045@student.liu.se | 2005-12-14 | 1 | -1/+2 |
* | git-sh-setup: die if outside git repository. | Junio C Hamano | 2005-11-25 | 1 | -1/+1 |
* | git-repack: Properly abort in corrupt repository | Linus Torvalds | 2005-11-21 | 1 | -1/+1 |
* | git-repack: do not do complex redundancy check. | Junio C Hamano | 2005-11-19 | 1 | -21/+14 |
* | Remove all old packfiles when doing "git repack -a -d" | Lukas Sandström | 2005-11-18 | 1 | -3/+16 |
* | git-repack: Fix variable name | Ralf Baechle | 2005-11-17 | 1 | -3/+3 |
* | Make git-pack-redundant consider alt-odbs | Lukas_Sandström | 2005-11-11 | 1 | -2/+2 |