diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-09-29 11:25:46 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-09-29 11:25:46 +0900 |
commit | ea220ee40cbb03a63ebad2be902057bf742492fd (patch) | |
tree | 34c54e9976b5e0617e3bd3f19f972b9665be506d /Documentation | |
parent | Merge branch 'sb/doc-config-submodule-update' (diff) | |
download | tgif-ea220ee40cbb03a63ebad2be902057bf742492fd.tar.xz |
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.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.15.0.txt b/Documentation/RelNotes/2.15.0.txt index 6e432bf719..8a869e4ef1 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). |