diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-06-26 14:12:46 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-26 14:12:46 -0700 |
commit | e0aaa1b6532cfce93d87af9bc813fb2e7a7ce9d7 (patch) | |
tree | ceb6920d40e380d57765beded0d8dd11d3a67a3f | |
parent | aca226e6e9cb691acb7a7899efb93ec8d819861f (diff) | |
download | git-e0aaa1b6532cfce93d87af9bc813fb2e7a7ce9d7.tar.gz |
Twelfth batch for 2.14
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/2.14.0.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.14.0.txt b/Documentation/RelNotes/2.14.0.txt index f57a7ecbf6..8b80058a85 100644 --- 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 - 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 @@ -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. + * "git status" learned to optionally give how many stash entries the + user has in its output. + 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). + * "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). + (merge 4fced24712 ks/t7508-indent-fix later to maint). + (merge 968b1fe263 mb/reword-autocomplete-message later to maint). |