What's in

Junio C Hamano committed Jun 22, 2009 at 00:56 UTC 660797fe1f4bb7d4f0737b224ad5f05b9ca88de6
1 file changed +93
whats/in/2009/06/02.txt new
+93
@@ -0,0 +1,93 @@
1 +To: git@vger.kernel.org
2 +Subject: What's in git.git (Jun 2009, #02; Mon, 22)
3 +X-maint-at: 1ab012cf811abba5745fa0da70db963decd65f21
4 +X-master-at: 916e1373fb86db9d7019de4e7e74e39c9474a153
5 +X-maint-was: cff4231a1dfbe68b4a163b31406d862567d3243a
6 +X-master-was: 4f4fa9c228a1ac2854c0814b5b23df43b8d98203
7 +
8 +What's in git.git (Jun 2009, #02; Mon, 22)
9 +
10 + maint 1ab012c (t3700-add: add a POSIXPERM prerequisite to a new test)
11 + master 916e137 (Merge branch 'maint')
12 +------------------------------------------------------------------------
13 +
14 +The 'maint' branch gave birth to v1.6.3.3 tonight. There are still
15 +a handful of fixes that are already in 'master' but have not been
16 +backmerged for v1.6.3.X series; hopefully we can flush them all and make
17 +v1.6.3.4 the final one before 'master' starts the rc freeze for v1.6.4.
18 +
19 +* The 'maint' branch has these fixes since v1.6.3.3.
20 +
21 +Johannes Sixt (1):
22 + t3700-add: add a POSIXPERM prerequisite to a new test
23 +
24 +Stephen Boyd (1):
25 + add: allow configurations to be overriden by command line
26 +
27 +
28 +* The 'master' branch has these since the last announcement
29 + in addition to the above.
30 +
31 +Alex Bennée (1):
32 + Add -k option to cvsexportcommit to revert expanded CVS keywords in CVS
33 + working tree before applying commit patch
34 +
35 +Christian Stimming (1):
36 + gitk: Update German translation.
37 +
38 +Dirk Süsserott (1):
39 + gitk: Add option 'Simple history' to the options menu
40 +
41 +Elijah Newren (1):
42 + gitk: Make more options easily accessible from Edit View dialog
43 +
44 +Jim Meyering (1):
45 + avoid NULL dereference on failed malloc
46 +
47 +Johan Herland (1):
48 + git-submodule: add support for --merge.
49 +
50 +Johannes Sixt (1):
51 + gitk: Use --textconv to generate diff text
52 +
53 +Junio C Hamano (5):
54 + write-tree --ignore-cache-tree
55 + cache-tree.c::cache_tree_find(): simplify internal API
56 + t4007: modernize the style
57 + Optimize "diff-index --cached" using cache-tree
58 + Avoid "diff-index --cached" optimization under --find-copies-harder
59 +
60 +Linus Torvalds (1):
61 + Fix various sparse warnings in the git source code
62 +
63 +Markus Heidelberg (1):
64 + gitk: Allow diff view without context lines
65 +
66 +Michael J Gruber (5):
67 + Allow push and fetch urls to be different
68 + t5516: Check pushurl config setting
69 + technical/api-remote: Describe new struct remote member pushurl
70 + builtin-remote: Show push urls as well
71 + builtin-remote: Make "remote -v" display push urls
72 +
73 +Michele Ballabio (1):
74 + gitk: Add another string to translation
75 +
76 +Paolo Bonzini (1):
77 + Test cccmd in t9001-send-email.sh and fix some bugs
78 +
79 +Pat Thoyts (1):
80 + gitk: Handle msysGit version during version comparisons
81 +
82 +Paul Mackerras (1):
83 + gitk: Check git version before using --textconv flag
84 +
85 +Santi Béjar (3):
86 + parse-remote: function to get the tracking branch to be merge
87 + parse-remote: support default reflist in get_remote_merge_branch
88 + parse-remote: remove unused functions
89 +
90 +Stephen Boyd (2):
91 + parse-options: make OPT_INTEGER's argh explicit
92 + parse-options: simplify usage argh handling
93 +