What's cooking (2020/03 #06)
Junio C Hamano committed
Mar 19, 2020 at 17:14 UTC
67f079aa22bdfb586b15876c54d5d7ba2bb9f00c
1 file changed
+29
-5
whats-cooking.txt
+29
-5
@@ -1,10 +1,10 @@
1
To: git@vger.kernel.org
2
Bcc: lwn@lwn.net
3
-Subject: What's cooking in git.git (Mar 2020, #05; Tue, 17)
4
-X-master-at: be8661a3286c67a5d4088f4226cbd7f8b76544b0
5
-X-next-at: afcc196a35dfc757a1018548c1f32afeb8a936d2
3
+Subject: What's cooking in git.git (Mar 2020, #06; Thu, 19)
4
+X-master-at: 98cedd0233ee88e69711f79d1126b6bd772ff5bd
5
+X-next-at: 2932bb562d7cf4321a6f7aaf0cd78ba2178da59b
6
7
-What's cooking in git.git (Mar 2020, #05; Tue, 17)
7
+What's cooking in git.git (Mar 2020, #06; Thu, 19)
8
--------------------------------------------------
9
10
Here are the topics that have been cooking. Commits prefixed with
@@ -14,13 +14,37 @@ the integration branches, but I am still holding onto them.
14
15
Git 2.26-rc2 has been tagged. Many fixes accumulated on the
16
'master' front have been flushed to 'maint' and has been tagged
17
-as Git 2.25.2.
17
+as Git 2.25.2. 'git-gui' has been updated from the maintainer tree
18
+in preparation for the upcoming release.
19
20
You can find the changes described here in the integration branches
21
of the repositories listed at
22
23
http://git-blame.blogspot.com/p/git-public-repositories.html
24
25
+--------------------------------------------------
26
+[New Topics]
27
+
28
+* jc/config-tar (2020-03-18) 1 commit
29
+ (merged to 'next' on 2020-03-19 at aa6216fd1a)
30
+ + separate tar.* config to its own source file
31
+
32
+ Improve the structure of the documentation source a bit.
33
+
34
+ Will cook in 'next'.
35
+
36
+
37
+* jt/rebase-allow-duplicate (2020-03-18) 1 commit
38
+ - rebase --merge: optionally skip upstreamed commits
39
+
40
+
41
+* ss/submodule-foreach-cb (2020-03-18) 1 commit
42
+ - submodule--helper.c: Rename 'cb_foreach' to 'foreach_cb'
43
+
44
+ Code clean-up.
45
+
46
+ Will merge to 'next'.
47
+
48
--------------------------------------------------
49
[Stalled]
50