Skip to content

Commit a7d14a4

Browse files
committed
The first batch post 2.26 cycle
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d4bd804 commit a7d14a4

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

Documentation/RelNotes/2.27.0.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
Git 2.27 Release Notes
2+
======================
3+
4+
Updates since v2.26
5+
-------------------
6+
7+
UI, Workflows & Features
8+
9+
* A handful of options to configure SSL when talking to proxies have
10+
been added.
11+
12+
13+
Performance, Internal Implementation, Development Support etc.
14+
15+
* The advise API has been revamped to allow more systematic enumeration of
16+
advice knobs in the future.
17+
18+
19+
Fixes since v2.26
20+
-----------------
21+
22+
* The real_path() convenience function can easily be misused; with a
23+
bit of code refactoring in the callers' side, its use has been
24+
eliminated.
25+
(merge 49d3c4b481 am/real-path-fix later to maint).
26+
27+
* Update "git p4" to work with Python 3.
28+
(merge 6bb40ed20a yz/p4-py3 later to maint).
29+
30+
* The mechanism to prevent "git commit" from making an empty commit
31+
or amending during an interrupted cherry-pick was broken during the
32+
rewrite of "git rebase" in C, which has been corrected.
33+
(merge 430b75f720 pw/advise-rebase-skip later to maint).
34+
35+
* Other code cleanup, docfix, build fix, etc.
36+
(merge 564956f358 jc/maintain-doc later to maint).
37+
(merge 7422b2a0a1 sg/commit-slab-clarify-peek later to maint).
38+
(merge 9c688735f6 rs/doc-passthru-fetch-options later to maint).
39+
(merge 757c2ba3e2 en/oidset-uninclude-hashmap later to maint).
40+
(merge 8312aa7d74 jc/config-tar later to maint).
41+
(merge d00a5bdd50 ss/submodule-foreach-cb later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.26.0
4+
DEF_VER=v2.26.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.26.0.txt
1+
Documentation/RelNotes/2.27.0.txt

0 commit comments

Comments
 (0)