Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Twelfth batch for 2.14
author
Junio C Hamano
<gitster@pobox.com>
Mon, 26 Jun 2017 21:12:46 +0000
(14:12 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 26 Jun 2017 21:12:46 +0000
(14:12 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.14.0.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
aca226e
)
diff --git
a/Documentation/RelNotes/2.14.0.txt
b/Documentation/RelNotes/2.14.0.txt
index f57a7ecbf69b27604dc59f41098f24ab5cb695ef..8b80058a8539ff4ddcf18c0669f982fd9b2d026a 100644
(file)
--- a/
Documentation/RelNotes/2.14.0.txt
+++ b/
Documentation/RelNotes/2.14.0.txt
@@
-83,7
+83,7
@@
UI, Workflows & Features
and also allow linking with the newer PCRE v2 library.
* "filter-branch" learned a pseudo filter "--setup" that can be used
and also allow linking with the newer PCRE v2 library.
* "filter-branch" learned a pseudo filter "--setup" that can be used
- to define
a common function/variable
that can be used by other
+ to define
common functions/variables
that can be used by other
filters.
* Using "git add d/i/r" when d/i/r is the top of the working tree of
filters.
* Using "git add d/i/r" when d/i/r is the top of the working tree of
@@
-91,6
+91,9
@@
UI, Workflows & Features
would appear as a not-quite-initialized submodule to others. We
learned to give warnings when this happens.
would appear as a not-quite-initialized submodule to others. We
learned to give warnings when this happens.
+ * "git status" learned to optionally give how many stash entries the
+ user has in its output.
+
Performance, Internal Implementation, Development Support etc.
Performance, Internal Implementation, Development Support etc.
@@
-385,5
+388,12
@@
notes for details).
into its own header file.
(merge dc8441fdb4 bw/config-h later to maint).
into its own header file.
(merge dc8441fdb4 bw/config-h later to maint).
+ * "git add -p" were updated in 2.12 timeframe to cope with custom
+ core.commentchar but the implementation was buggy and a
+ metacharacter like $ and * did not work.
+ (merge d85d7ecb80 jk/add-p-commentchar-fix later to maint).
+
* Other minor doc, test and build updates and code cleanups.
(merge 68241cb9dd sb/t4005-modernize later to maint).
* Other minor doc, test and build updates and code cleanups.
(merge 68241cb9dd sb/t4005-modernize later to maint).
+ (merge 4fced24712 ks/t7508-indent-fix later to maint).
+ (merge 968b1fe263 mb/reword-autocomplete-message later to maint).