aboutsummaryrefslogtreecommitdiff
path: root/git-repack.sh
Commit message (Expand)AuthorAge
* 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
* git-repack: allow passing a couple of flags to pack-objects.Junio C Hamano2006-02-17
* git-repack: Usage string clean-up, emit usage at incorrect invocationfreku045@student.liu.se2005-12-14
* git-sh-setup: die if outside git repository.Junio C Hamano2005-11-25
* git-repack: Properly abort in corrupt repositoryLinus Torvalds2005-11-21
* git-repack: do not do complex redundancy check.Junio C Hamano2005-11-19
* Remove all old packfiles when doing "git repack -a -d"Lukas Sandström2005-11-18
* git-repack: Fix variable nameRalf Baechle2005-11-17
* Make git-pack-redundant consider alt-odbsLukas_Sandström2005-11-11
* Rename git-pack-intersect to git-pack-redundantLukas_Sandström2005-11-11
* Make git-repack use git-pack-intersect.Lukas_Sandström2005-11-11
* Be marginally more careful about removing objectsLinus Torvalds2005-10-28
* Add "-l" flag for repacking only local packsLinus Torvalds2005-10-13
* Archive-destroying "git repack -a -d" bug.Junio C Hamano2005-09-17
* Big tool rename.Junio C Hamano2005-09-07