summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-09-29 02:25:46 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-09-29 02:25:46 (GMT)
commitea220ee40cbb03a63ebad2be902057bf742492fd (patch)
tree34c54e9976b5e0617e3bd3f19f972b9665be506d /Documentation
parentd5eec90970d796ac5ddcd7cdc85d0fc828f7ceda (diff)
downloadgit-ea220ee40cbb03a63ebad2be902057bf742492fd.zip
git-ea220ee40cbb03a63ebad2be902057bf742492fd.tar.gz
git-ea220ee40cbb03a63ebad2be902057bf742492fd.tar.bz2
The eleventh batch for 2.15
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.15.0.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.15.0.txt b/Documentation/RelNotes/2.15.0.txt
index 6e432bf..8a869e4 100644
--- a/Documentation/RelNotes/2.15.0.txt
+++ b/Documentation/RelNotes/2.15.0.txt
@@ -84,6 +84,9 @@ UI, Workflows & Features
used in a way similar to existing "--is-bare-repository" and
friends.
+ * "git describe --match <pattern>" has been taught to play well with
+ the "--all" option.
+
Performance, Internal Implementation, Development Support etc.
@@ -195,6 +198,10 @@ Performance, Internal Implementation, Development Support etc.
* Add a helper for DLL loading in anticipation for its need in a
future topic RSN.
+ * "git status --ignored", when noticing that a directory without any
+ tracked path is ignored, still enumerated all the ignored paths in
+ the directory, which is unnecessary. The codepath has been
+ optimized to avoid this overhead.
Also contains various documentation updates and code clean-ups.
@@ -403,6 +410,17 @@ Fixes since v2.14
written to suggest that "-s theirs" exists, which is not the case.
(merge c25d98b2a7 jc/merge-x-theirs-docfix later to maint).
+ * "git fast-export" with -M/-C option issued "copy" instruction on a
+ path that is simultaneously modified, which was incorrect.
+ (merge b3e8ca89cf jt/fast-export-copy-modify-fix later to maint).
+
+ * Many codepaths have been updated to squelch -Wsign-compare
+ warnings.
+ (merge 071bcaab64 rj/no-sign-compare later to maint).
+
+ * Memory leaks in various codepaths have been plugged.
+ (merge 4d01a7fa65 ma/leakplugs later to maint).
+
* Other minor doc, test and build updates and code cleanups.
(merge f094b89a4d ma/parse-maybe-bool later to maint).
(merge 39b00fa4d4 jk/drop-sha1-entry-pos later to maint).