Split past issues of What's cooking and What's in
[git/spearce.git] / whats / in / 2008 / 06 / 04.txt
blob8395f2e96e7ca6d634b1c67e850288f341398428
1 What's in git.git (Jun 2008, issue #04; Wed, 25)
3   maint 74b1e12 (git-svn: make rebuild respect rewriteRoot option, 2008-06-24)
4  master 85fe23e (verify-pack: test for detection of index v2 object CRC mismatch, 2008-06-24)
5 ------------------------------------------------------------------------
7 We'd need a maint release soon to push out the mkstemp() breakage but not
8 tonight.  There are a handful changes that are in 'master' and 'next' that
9 need backport/backmerge before 1.5.6.1 happens.
11 * The 'maint' branch has these fixes since the last announcement.
13 Jan Krüger (1):
14   git-svn: make rebuild respect rewriteRoot option
16 Patrick Higgins (1):
17   Workaround for AIX mkstemp()
20 * The 'master' branch has these since the last announcement
21   in addition to the above.
23 Jeff King (1):
24   clone: create intermediate directories of destination repo
26 Junio C Hamano (2):
27   pre-rebase hook update
28   Ship sample hooks with .sample suffix
30 Michele Ballabio (1):
31   t9301-fast-export.sh: Remove debug line
33 Nicolas Pitre (8):
34   call init_pack_revindex() lazily
35   implement some resilience against pack corruptions
36   test case for pack resilience against corruptions
37   refactor pack structure allocation
38   optimize verify-pack a bit
39   move show_pack_info() where it belongs
40   verify-pack: check packed object CRC when using index version 2
41   verify-pack: test for detection of index v2 object CRC mismatch