What's cooking (2013/11 #04)
Junio C Hamano committed
Nov 13, 2013 at 14:31 UTC
f8d6746437beea53c972a0c1dc6258c72f184f3a
1 file changed
+111
-54
whats-cooking.txt
+111
-54
@@ -1,28 +1,18 @@
1
To: git@vger.kernel.org
2
Bcc: lwn@lwn.net
3
-Subject: What's cooking in git.git (Nov 2013, #03; Mon, 11)
4
-X-master-at: 0ecd94d7d728606e0047a44e60a277ff4e7b3990
5
-X-next-at: 1febc128a577ae89808d686735192c098d1093d9
3
+Subject: What's cooking in git.git (Nov 2013, #04; Wed, 13)
4
+X-master-at: 03973056a08d1694cf1c819eb2e8b9557650f70e
5
+X-next-at: 87216524bc6ef3cbd79ae913726957a0a7b5c236
6
7
-What's cooking in git.git (Nov 2013, #03; Mon, 11)
7
+What's cooking in git.git (Nov 2013, #04; Wed, 13)
8
--------------------------------------------------
9
10
Here are the topics that have been cooking. Commits prefixed with
11
'-' are only in 'pu' (proposed updates) while commits prefixed with
12
'+' are in 'next'.
13
14
-The first release candidate 1.8.5-rc1 has been tagged.
15
-
16
-As promised/requested, the final steps for 2.0 are in 'next'; they,
17
-together with a handful topics that have been merged to 'next'
18
-fairly recently, will _not_ be part of the upcoming 1.8.5 release,
19
-but will be carried over in 'next' to the next cycle.
20
-
21
-There is a proposed rewording of advice message from "git push"
22
-patch, which is tentatively queued near the tip of 'pu' for now; it
23
-would be nice to get a few more sets of eyeballs. I am not sure if
24
-we should merge it before the 1.8.5 final, yet (we have i18n to
25
-worry about, among other things).
14
+The second release candidate has been tagged. Hopefully we can have
15
+an uneventful 1.8.5 final next week.
16
17
You can find the changes described here in the integration branches
18
of the repositories listed at
@@ -32,48 +22,75 @@ of the repositories listed at
22
--------------------------------------------------
23
[New Topics]
24
35
-* kb/doc-exclude-directory-semantics (2013-11-07) 1 commit
36
- - gitignore.txt: clarify recursive nature of excluded directories
25
+* jc/bundle (2013-11-12) 1 commit
26
+ - bundle: use argv-array
27
38
- Will merge to 'next'.
28
+ Code clean-up.
29
30
41
-* jc/create-directories-microopt (2013-11-11) 1 commit
42
- - checkout: most of the time we have good leading directories
31
+* jj/log-doc (2013-11-13) 2 commits
32
+ - Documentation/git-log.txt: mark-up fix and minor rephasing
33
+ - Documentation/git-log: update "--log-size" description
34
44
- Of unknown value until tested on non-Linux platforms (especially
45
- Windows).
35
+ Mark-up fixes.
36
+ Needs extra sets of eyeballs.
37
47
- Will hold.
38
39
+* jj/rev-list-options-doc (2013-11-13) 1 commit
40
+ - Documentation/rev-list-options: fix mark-ups and typos
41
50
-* jl/submodule-update-retire-orig-flags (2013-11-11) 1 commit
51
- - submodule update: remove unnecessary orig_flags variable
42
+ Mark-up fixes.
43
+ Needs extra sets of eyeballs.
44
53
- Code clean-up.
45
55
- Will merge to 'next'.
46
+* jk/remove-deprecated (2013-11-12) 4 commits
47
+ (merged to 'next' on 2013-11-13 at c324792)
48
+ + peek-remote: remove deprecated alias of ls-remote
49
+ + lost-found: remove deprecated command
50
+ + tar-tree: remove deprecated command
51
+ + repo-config: remove deprecated alias for "git config"
52
53
+ Will cook in 'next' until a distant future.
54
58
-* jn/mediawiki-makefile-updates (2013-11-11) 4 commits
59
- - git-remote-mediawiki build: handle DESTDIR/INSTLIBDIR with whitespace
60
- - git-remote-mediawiki build: make 'install' command configurable
61
- - git-remote-mediawiki: honor DESTDIR in "make install"
62
- - git-remote-mediawiki: do not remove installed files in "clean" target
55
64
- Build and Installation procedure clean-up.
56
+* mi/typofixes (2013-11-12) 3 commits
57
+ (merged to 'next' on 2013-11-13 at bb7c2eb)
58
+ + contrib: typofixes
59
+ + Documentation/technical/http-protocol.txt: typofixes
60
+ + typofixes: fix misspelt comments
61
+
62
+ Can wait in 'next'.
63
+
64
+
65
+* rh/remote-hg-bzr-updates (2013-11-12) 9 commits
66
+ - remote-bzr, remote-hg: fix email address regular expression
67
+ - test-hg.sh: help user correlate verbose output with email test
68
+ - test-hg.sh: fix duplicate content strings in author tests
69
+ - test-hg.sh: avoid obsolete 'test' syntax
70
+ - test-hg.sh: eliminate 'local' bashism
71
+ - test-bzr.sh, test-hg.sh: prepare for change to push.default=simple
72
+ - test-bzr.sh, test-hg.sh: allow running from any dir
73
+ - test-lib.sh: convert $TEST_DIRECTORY to an absolute path
74
+ - remote-hg: don't decode UTF-8 paths into Unicode objects
75
76
Will merge to 'next'.
77
78
69
-* tb/doc-fetch-pack-url (2013-11-11) 1 commit
70
- - git-fetch-pack uses URLs like git-fetch
79
+* tr/config-multivalue-lift-max (2013-11-13) 1 commit
80
+ - config: arbitrary number of matches for --unset and --replace-all
81
82
Will merge to 'next'.
83
84
+
85
--------------------------------------------------
86
[Stalled]
87
88
+* tb/clone-ssh-with-colon-for-port (2013-11-04) 1 commit
89
+ . git clone: is an URL local or ssh
90
+
91
+ Still being reworked.
92
+
93
+
94
* cn/thin-push-capability (2013-11-06) 2 commits
95
- send-pack: only send a thin pack if the server supports it
96
- receive-pack: advertise thin-pack
@@ -225,6 +242,50 @@ of the repositories listed at
242
--------------------------------------------------
243
[Cooking]
244
245
+* kb/doc-exclude-directory-semantics (2013-11-07) 1 commit
246
+ (merged to 'next' on 2013-11-13 at 06e5645)
247
+ + gitignore.txt: clarify recursive nature of excluded directories
248
+
249
+ Can wait in 'next'.
250
+
251
+
252
+* jc/create-directories-microopt (2013-11-11) 1 commit
253
+ - checkout: most of the time we have good leading directories
254
+
255
+ Of unknown value until tested on non-Linux platforms (especially
256
+ Windows).
257
+
258
+ Will hold.
259
+
260
+
261
+* jl/submodule-update-retire-orig-flags (2013-11-11) 1 commit
262
+ (merged to 'next' on 2013-11-13 at 4b70d15)
263
+ + submodule update: remove unnecessary orig_flags variable
264
+
265
+ Code clean-up.
266
+
267
+ Can wait in 'next'.
268
+
269
+
270
+* jn/mediawiki-makefile-updates (2013-11-11) 4 commits
271
+ (merged to 'next' on 2013-11-13 at 71c8d20)
272
+ + git-remote-mediawiki build: handle DESTDIR/INSTLIBDIR with whitespace
273
+ + git-remote-mediawiki build: make 'install' command configurable
274
+ + git-remote-mediawiki: honor DESTDIR in "make install"
275
+ + git-remote-mediawiki: do not remove installed files in "clean" target
276
+
277
+ Build and Installation procedure clean-up.
278
+
279
+ Can wait in 'next'.
280
+
281
+
282
+* tb/doc-fetch-pack-url (2013-11-11) 1 commit
283
+ (merged to 'next' on 2013-11-13 at 90d6832)
284
+ + git-fetch-pack uses URLs like git-fetch
285
+
286
+ Can wait in 'next'.
287
+
288
+
289
* cc/remote-remove-redundant-postfixcmp (2013-11-06) 2 commits
290
(merged to 'next' on 2013-11-06 at 7b45219)
291
+ Rename suffixcmp() to has_suffix() and invert its result
@@ -236,20 +297,15 @@ of the repositories listed at
297
Can wait in 'next'.
298
299
239
-* tb/clone-ssh-with-colon-for-port (2013-11-04) 1 commit
240
- . git clone: is an URL local or ssh
241
-
242
- Still being reworked.
243
-
244
-
300
* nd/wt-status-align-i18n (2013-11-06) 1 commit
246
- - wt-status: take the alignment burden off translators
301
+ (merged to 'next' on 2013-11-13 at b033aa0)
302
+ + wt-status: take the alignment burden off translators
303
304
An attempt to automatically align the names in the "git status"
305
output, taking the display width of (translated) section labels
306
into account.
307
252
- Will merge to 'next'.
308
+ Can wait in 'next'.
309
310
311
* nv/commit-gpgsign-config (2013-11-06) 1 commit
@@ -271,9 +327,9 @@ of the repositories listed at
327
Will cook in 'next'.
328
329
274
-* gj/push-more-verbose-advice (2013-11-11) 2 commits
330
+* gj/push-more-verbose-advice (2013-11-13) 2 commits
331
- push: switch default from "matching" to "simple"
276
- - push: Enhance unspecified push default warning
332
+ - push: enhance unspecified push default warning
333
334
Explain 'simple' and 'matching' in "git push" advice message; the
335
topmost patch is a rebase of jc/push-2.0-default-to-simple on top
@@ -285,11 +341,15 @@ of the repositories listed at
341
cycle opens; the other to replace jc/push-2.0-default-to-simple.
342
343
288
-* rr/for-each-ref-decoration (2013-10-31) 4 commits
344
+* rr/for-each-ref-decoration (2013-11-13) 5 commits
345
+ - fixup! for-each-ref: introduce %(color:...) for color
346
+ - for-each-ref: introduce %(color:...) for color
347
- fixup! for-each-ref: introduce %(upstream:track[short])
348
- for-each-ref: introduce %(upstream:track[short])
349
- for-each-ref: introduce %(HEAD) asterisk marker
292
- - for-each-ref: introduce %C(...) for color
350
+
351
+ Needs fix-ups, aut-reset, --color=auto support, and tests.
352
+ but it is a good start.
353
354
355
* jk/two-way-merge-corner-case-fix (2013-11-04) 3 commits
@@ -327,15 +387,15 @@ of the repositories listed at
387
Can wait in 'next'.
388
389
330
-* fc/transport-helper-fixes (2013-11-06) 12 commits
331
- - transport-helper: demote lack of "force" option to a warning
390
+* fc/transport-helper-fixes (2013-11-13) 12 commits
391
+ - remote-bzr: support the new 'force' option
392
- transport-helper: add support to delete branches
393
- fast-export: add support to delete refs
394
- fast-import: add support to delete refs
395
- transport-helper: add support for old:new refspec
336
- - fixup! fast-export: add new --refspec option
396
- fast-export: add new --refspec option
397
- fast-export: improve argument parsing
398
+ - test-hg.sh: tests are now expected to pass
399
- transport-helper: check for 'forced update' message
400
- transport-helper: add 'force' to 'export' helpers
401
- transport-helper: don't update refs in dry-run
@@ -345,9 +405,6 @@ of the repositories listed at
405
ref mapping and ref deletion in a way similar to the natively
406
supported transports.
407
348
- Expecting a reroll to fix use of vla and a few typos pointed out
349
- during the last round of review.
350
-
408
409
* jh/loose-object-dirs-creation-race (2013-10-28) 1 commit
410
(merged to 'next' on 2013-11-01 at 3169b0f)