What's cooking (2014/11 #03)
Junio C Hamano committed
Nov 13, 2014 at 15:25 UTC
fd4866db0329a0771e0ff4422156a5ccb9cb17eb
1 file changed
+94
-75
whats-cooking.txt
+94
-75
@@ -1,10 +1,10 @@
1
To: git@vger.kernel.org
2
Bcc: lwn@lwn.net
3
-Subject: What's cooking in git.git (Nov 2014, #02; Tue, 11)
4
-X-master-at: f6f61cbbad0611e03b712cc354f1665b5d7b087e
5
-X-next-at: 02acac17c0ca601887f1b25ebca898b47d71c009
3
+Subject: What's cooking in git.git (Nov 2014, #03; Thu, 13)
4
+X-master-at: f5709437d963e585df0691989d3ccfee1de1572b
5
+X-next-at: 9da3436bf99e47e1efc737cce3b3fec70f88f2f7
6
7
-What's cooking in git.git (Nov 2014, #02; Tue, 11)
7
+What's cooking in git.git (Nov 2014, #03; Thu, 13)
8
--------------------------------------------------
9
10
Here are the topics that have been cooking. Commits prefixed with
@@ -17,100 +17,59 @@ of the repositories listed at
17
http://git-blame.blogspot.com/p/git-public-repositories.html
18
19
--------------------------------------------------
20
-[Graduated to "master"]
21
-
22
-* jk/fetch-reflog-df-conflict (2014-11-04) 2 commits
23
- (merged to 'next' on 2014-11-05 at b0476c9)
24
- + ignore stale directories when checking reflog existence
25
- + fetch: load all default config at startup
26
-
27
- Corner-case bugfixes for "git fetch" around reflog handling.
28
-
29
-
30
-* jk/cache-tree-protect-from-broken-libgit2 (2014-10-30) 1 commit
31
- (merged to 'next' on 2014-11-03 at 6ebd88d)
32
- + cache-tree: avoid infinite loop on zero-entry tree
33
-
34
- Corner-case bugfixes when using a corrupt index file.
35
-
36
-
37
-* js/diff-highlight-avoid-sigpipe (2014-11-04) 1 commit
38
- (merged to 'next' on 2014-11-05 at b0fadd3)
39
- + diff-highlight: exit when a pipe is broken
40
-
41
-
42
-* nd/gitignore-trailing-whitespace (2014-11-04) 1 commit
43
- (merged to 'next' on 2014-11-05 at e7f43d6)
44
- + gitignore.txt: fix spelling of "backslash"
45
-
20
+[New Topics]
21
47
-* rs/use-child-process-init-more (2014-10-30) 4 commits
48
- (merged to 'next' on 2014-11-03 at a82d885)
49
- + bundle: split out ref writing from bundle_create
50
- + bundle: split out a helper function to compute and write prerequisites
51
- + bundle: split out a helper function to create pack data
52
- + use child_process_init() to initialize struct child_process variables
22
+* mh/doc-remote-helper-xref (2014-11-11) 1 commit
23
+ - doc: add some crossrefs between manual pages
24
25
+ Will merge to 'next'.
26
55
-* tm/line-log-first-parent (2014-11-04) 1 commit
56
- (merged to 'next' on 2014-11-05 at 8a6f650)
57
- + line-log: fix crash when --first-parent is used
27
59
- "git log --first-parent -L..." used to crash.
28
+* ta/tutorial-modernize (2014-11-11) 1 commit
29
+ - gittutorial.txt: remove reference to ancient Git version
30
61
---------------------------------------------------
62
-[New Topics]
31
+ Will merge to 'next'.
32
64
-* jk/fetch-reflog-df-conflict (2014-11-10) 1 commit
65
- (merged to 'next' on 2014-11-11 at 88c1491)
66
- + t1410: fix breakage on case-insensitive filesystems
33
68
- Will merge to 'master'.
34
+* jk/approxidate-avoid-y-d-m-over-future-dates (2014-11-13) 2 commits
35
+ - approxidate: allow ISO-like dates far in the future
36
+ - pass TIME_DATE_NOW to approxidate future-check
37
38
71
-* br/imap-send-verbosity (2014-11-05) 1 commit
72
- - imap-send: use parse options API to determine verbosity
73
- (this branch is used by br/imap-send-via-libcurl.)
39
+* jk/checkout-from-tree (2014-11-13) 1 commit
40
+ - checkout $tree: do not throw away unchanged index entries
41
75
- Will merge to 'next' and cook throughout the remainder of the cycle.
42
+ Will merge to 'next'.
43
44
78
-* br/imap-send-via-libcurl (2014-11-10) 1 commit
79
- - git-imap-send: use libcurl for implementation
80
- (this branch uses br/imap-send-verbosity.)
45
+* mb/enable-lib-terminal-test-on-newer-darwin (2014-11-13) 1 commit
46
+ - allow TTY tests to run under recent Mac OS
47
82
- Will merge to 'next' and cook throughout the remainder of the cycle.
48
+ Will merge to 'next'.
49
50
85
-* jc/doc-commit-only (2014-11-07) 1 commit
86
- - Documentation/git-commit: clarify that --only/--include records the working tree contents
51
+* sn/tutorial-status-output-example (2014-11-13) 1 commit
52
+ - gittutorial: fix output of 'git status'
53
54
+ Will merge to 'next'.
55
89
-* cc/interpret-trailers (2014-11-10) 2 commits
90
- - trailer: display a trailer without its trailing newline
91
- - trailer: ignore comment lines inside the trailers
92
- (this branch is used by cc/interpret-trailers-more.)
56
57
+* sv/get-builtin (2014-11-13) 1 commit
58
+ - builtin: move builtin retrieval to get_builtin()
59
95
-* cc/interpret-trailers-more (2014-11-10) 4 commits
96
- - trailer: add test with an old style conflict block
97
- - trailer: reuse ignore_non_trailer() to ignore conflict lines
98
- - commit: make ignore_non_trailer() non static
99
- - Merge branch 'jc/conflict-hint' into cc/interpret-trailers-more
100
- (this branch uses cc/interpret-trailers and jc/conflict-hint.)
60
+ Will merge to 'next'.
61
62
103
-* js/push-to-update (2014-11-10) 2 commits
104
- - receive-pack: add two more options for receive.denyCurrentBranch
105
- - finish_command(): clean stale environment pointer
63
+* sv/submitting-final-patch (2014-11-13) 1 commit
64
+ - SubmittingPatches: final submission is To: maintainer and CC: list
65
66
+ Will merge to 'next'.
67
108
-* rs/env-array-in-child-process (2014-11-10) 1 commit
109
- - use args member of struct child_process
68
69
+* tb/no-relative-file-url (2014-11-13) 1 commit
70
+ - t5705: the file:// URL should be absolute
71
112
-* tq/git-ssh-command (2014-11-10) 1 commit
113
- - git_connect: set ssh shell command in GIT_SSH_COMMAND
72
+ Will merge to 'next'.
73
74
--------------------------------------------------
75
[Stalled]
@@ -302,9 +261,68 @@ of the repositories listed at
261
--------------------------------------------------
262
[Cooking]
263
264
+* br/imap-send-verbosity (2014-11-05) 1 commit
265
+ (merged to 'next' on 2014-11-12 at d9e58ec)
266
+ + imap-send: use parse options API to determine verbosity
267
+ (this branch is used by br/imap-send-via-libcurl.)
268
+
269
+ Will cook in 'next' throughout the remainder of the cycle.
270
+
271
+
272
+* br/imap-send-via-libcurl (2014-11-10) 1 commit
273
+ (merged to 'next' on 2014-11-12 at 5327ab4)
274
+ + git-imap-send: use libcurl for implementation
275
+ (this branch uses br/imap-send-verbosity.)
276
+
277
+ Will cook in 'next' throughout the remainder of the cycle.
278
+
279
+
280
+* jc/doc-commit-only (2014-11-07) 1 commit
281
+ - Documentation/git-commit: clarify that --only/--include records the working tree contents
282
+
283
+ Will merge to 'next'.
284
+
285
+
286
+* cc/interpret-trailers (2014-11-10) 2 commits
287
+ - trailer: display a trailer without its trailing newline
288
+ - trailer: ignore comment lines inside the trailers
289
+ (this branch is used by cc/interpret-trailers-more.)
290
+
291
+ Will merge to 'next'.
292
+
293
+
294
+* cc/interpret-trailers-more (2014-11-10) 4 commits
295
+ - trailer: add test with an old style conflict block
296
+ - trailer: reuse ignore_non_trailer() to ignore conflict lines
297
+ - commit: make ignore_non_trailer() non static
298
+ - Merge branch 'jc/conflict-hint' into cc/interpret-trailers-more
299
+ (this branch uses cc/interpret-trailers and jc/conflict-hint.)
300
+
301
+
302
+* js/push-to-update (2014-11-13) 1 commit
303
+ - Add another option for receive.denyCurrentBranch
304
+
305
+ Still being discussed but we seem to have agreed what the desired
306
+ semantics should be.
307
+
308
+
309
+* rs/env-array-in-child-process (2014-11-10) 1 commit
310
+ - use args member of struct child_process
311
+
312
+ Will merge to 'next'.
313
+
314
+
315
+* tq/git-ssh-command (2014-11-10) 1 commit
316
+ - git_connect: set ssh shell command in GIT_SSH_COMMAND
317
+
318
+ Will merge to 'next'.
319
+
320
+
321
* ms/submodule-update-config-doc (2014-11-03) 1 commit
322
- submodule: clarify documentation for update subcommand
323
324
+ Needs a reroll ($gmane/259037).
325
+
326
327
* nd/lockfile-absolute (2014-11-03) 1 commit
328
(merged to 'next' on 2014-11-06 at 68722a9)
@@ -316,8 +334,9 @@ of the repositories listed at
334
Will cook in 'next' throughout the remainder of the cycle.
335
336
319
-* jh/empty-notes (2014-11-10) 9 commits
320
- - t3301: modernize
337
+* jh/empty-notes (2014-11-12) 10 commits
338
+ - SQUASH???
339
+ - t3301: modernize style
340
- notes: empty notes should be shown by 'git log'
341
- builtin/notes: add --allow-empty, to allow storing empty notes
342
- builtin/notes: split create_note() to clarify add vs. remove logic