What's in git.git (Jun 2008, issue #04; Wed, 25)

Junio C Hamano committed Jul 20, 2008 at 23:59 UTC 9740ea30255d0c452bba3b7dd7572948c4c5c295
1 file changed +27 -50
whatsin.txt
+27 -50
@@ -1,65 +1,42 @@
1 -What's in git.git (Jun 2008, issue #03; Mon, 23)
1 +What's in git.git (Jun 2008, issue #04; Wed, 25)
2
3 - maint 010a2da (Extend parse-options test suite, 2008-06-22)
4 - master 112db55 (Shrink the git binary a bit by avoiding unnecessary inline functions, 2008-06-22)
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 ------------------------------------------------------------------------
6
7 -There are a few more fixes destined for maint, being tested in next first.
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.
10
11 * The 'maint' branch has these fixes since the last announcement.
12
11 -Michele Ballabio (1):
12 - parse-options.c: fix documentation syntax of optional arguments
13 +Jan Krüger (1):
14 + git-svn: make rebuild respect rewriteRoot option
15
14 -Stephan Beyer (3):
15 - api-builtin.txt: update and fix typo
16 - api-parse-options.txt: Introduce documentation for parse options API
17 - Extend parse-options test suite
16 +Patrick Higgins (1):
17 + Workaround for AIX mkstemp()
18
19
20 * The 'master' branch has these since the last announcement
21 in addition to the above.
22
23 -Jakub Narebski (2):
24 - gitweb: Separate filling list of projects info
25 - gitweb: Separate generating 'sort by' table header
26 -
27 -Jeff King (5):
28 - fix whitespace violations in test scripts
29 - mask necessary whitespace policy violations in test scripts
30 - avoid whitespace on empty line in automatic usage message
31 - avoid trailing whitespace in zero-change diffstat lines
32 - enable whitespace checking of test scripts
33 -
34 -Junio C Hamano (1):
35 - diff -c/--cc: do not include uninteresting deletion before leading
36 - context
37 -
38 -Karl Hasselström (2):
39 - Clean up builtin-update-ref's option parsing
40 - Make old sha1 optional with git update-ref -d
41 -
42 -Linus Torvalds (3):
43 - racy-git: an empty blob has a fixed object name
44 - Make git_dir a path relative to work_tree in setup_work_tree()
45 - Shrink the git binary a bit by avoiding unnecessary inline functions
23 +Jeff King (1):
24 + clone: create intermediate directories of destination repo
25
47 -Marius Storm-Olsen (3):
48 - Add an optional <mode> argument to commit/status -u|--untracked-files
49 - option
50 - Add argument 'no' commit/status option -u|--untracked-files
51 - Add configuration option for default untracked files mode
26 +Junio C Hamano (2):
27 + pre-rebase hook update
28 + Ship sample hooks with .sample suffix
29
53 -Nanako Shiraishi (2):
54 - environment.c: remove unused function
55 - config.c: make git_env_bool() static
56 -
57 -Pieter de Bie (1):
58 - builtin-fast-export: Add importing and exporting of revision marks
59 -
60 -Rafael Garcia-Suarez (1):
61 - gitweb: remove git_blame and rename git_blame2 to git_blame
62 -
63 -René Scharfe (1):
64 - Teach new attribute 'export-ignore' to git-archive
30 +Michele Ballabio (1):
31 + t9301-fast-export.sh: Remove debug line
32 +
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
42