summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.27.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-03-25 20:37:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-03-25 20:57:44 (GMT)
commita7d14a44285d3ec4b25bf9e3b7df701221350661 (patch)
treee1567981da6c42a5bb5c8a1ec17a54aef3e5d6a6 /Documentation/RelNotes/2.27.0.txt
parentd4bd8049b2f10d58ef1402b0cfa0297a74f0c485 (diff)
downloadgit-a7d14a44285d3ec4b25bf9e3b7df701221350661.zip
git-a7d14a44285d3ec4b25bf9e3b7df701221350661.tar.gz
git-a7d14a44285d3ec4b25bf9e3b7df701221350661.tar.bz2
The first batch post 2.26 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.27.0.txt')
-rw-r--r--Documentation/RelNotes/2.27.0.txt41
1 files changed, 41 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.27.0.txt b/Documentation/RelNotes/2.27.0.txt
new file mode 100644
index 0000000..84eab73
--- /dev/null
+++ b/Documentation/RelNotes/2.27.0.txt
@@ -0,0 +1,41 @@
+Git 2.27 Release Notes
+======================
+
+Updates since v2.26
+-------------------
+
+UI, Workflows & Features
+
+ * A handful of options to configure SSL when talking to proxies have
+ been added.
+
+
+Performance, Internal Implementation, Development Support etc.
+
+ * The advise API has been revamped to allow more systematic enumeration of
+ advice knobs in the future.
+
+
+Fixes since v2.26
+-----------------
+
+ * The real_path() convenience function can easily be misused; with a
+ bit of code refactoring in the callers' side, its use has been
+ eliminated.
+ (merge 49d3c4b481 am/real-path-fix later to maint).
+
+ * Update "git p4" to work with Python 3.
+ (merge 6bb40ed20a yz/p4-py3 later to maint).
+
+ * The mechanism to prevent "git commit" from making an empty commit
+ or amending during an interrupted cherry-pick was broken during the
+ rewrite of "git rebase" in C, which has been corrected.
+ (merge 430b75f720 pw/advise-rebase-skip later to maint).
+
+ * Other code cleanup, docfix, build fix, etc.
+ (merge 564956f358 jc/maintain-doc later to maint).
+ (merge 7422b2a0a1 sg/commit-slab-clarify-peek later to maint).
+ (merge 9c688735f6 rs/doc-passthru-fetch-options later to maint).
+ (merge 757c2ba3e2 en/oidset-uninclude-hashmap later to maint).
+ (merge 8312aa7d74 jc/config-tar later to maint).
+ (merge d00a5bdd50 ss/submodule-foreach-cb later to maint).