author | Junio C Hamano <gitster@pobox.com> | |
Thu, 9 Apr 2009 06:21:10 +0000 (23:21 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 9 Apr 2009 06:21:10 +0000 (23:21 -0700) | ||
commit | c3067cbfb3fbab32177d5f61ea73127f08ab43cb | |
tree | 0f6ee3c2d1835d591ca96df058c021b848be95b9 | tree | snapshot |
parent | 61e6108d94353d932d397e4be498c7e5293723eb | commit | diff |
parent | 094085e3362c592c932b41525ed37152ec171192 | commit | diff |
Merge branch 'jc/maint-1.6.0-keep-pack' into maint
* jc/maint-1.6.0-keep-pack:
pack-objects: don't loosen objects available in alternate or kept packs
t7700: demonstrate repack flaw which may loosen objects unnecessarily
Remove --kept-pack-only option and associated infrastructure
pack-objects: only repack or loosen objects residing in "local" packs
git-repack.sh: don't use --kept-pack-only option to pack-objects
t7700-repack: add two new tests demonstrating repacking flaws
is_kept_pack(): final clean-up
Simplify is_kept_pack()
Consolidate ignore_packed logic more
has_sha1_kept_pack(): take "struct rev_info"
has_sha1_pack(): refactor "pretend these packs do not exist" interface
git-repack: resist stray environment variable
Conflicts:
t/t7700-repack.sh
* jc/maint-1.6.0-keep-pack:
pack-objects: don't loosen objects available in alternate or kept packs
t7700: demonstrate repack flaw which may loosen objects unnecessarily
Remove --kept-pack-only option and associated infrastructure
pack-objects: only repack or loosen objects residing in "local" packs
git-repack.sh: don't use --kept-pack-only option to pack-objects
t7700-repack: add two new tests demonstrating repacking flaws
is_kept_pack(): final clean-up
Simplify is_kept_pack()
Consolidate ignore_packed logic more
has_sha1_kept_pack(): take "struct rev_info"
has_sha1_pack(): refactor "pretend these packs do not exist" interface
git-repack: resist stray environment variable
Conflicts:
t/t7700-repack.sh
builtin-count-objects.c | diff1 | | diff2 | | blob | history |
builtin-fsck.c | diff1 | | diff2 | | blob | history |
builtin-pack-objects.c | diff1 | | diff2 | | blob | history |
cache.h | diff1 | | diff2 | | blob | history |
diff.c | diff1 | | diff2 | | blob | history |
git-repack.sh | diff1 | | diff2 | | blob | history |
revision.c | diff1 | | diff2 | | blob | history |
revision.h | diff1 | | diff2 | | blob | history |
sha1_file.c | diff1 | | diff2 | | blob | history |
t/t7700-repack.sh | diff1 | | diff2 | | blob | history |