Skip to content

Commit e0aaa1b

Browse files
committed
Twelfth batch for 2.14
Signed-off-by: Junio C Hamano <[email protected]>
1 parent aca226e commit e0aaa1b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Documentation/RelNotes/2.14.0.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,17 @@ UI, Workflows & Features
8383
and also allow linking with the newer PCRE v2 library.
8484

8585
* "filter-branch" learned a pseudo filter "--setup" that can be used
86-
to define a common function/variable that can be used by other
86+
to define common functions/variables that can be used by other
8787
filters.
8888

8989
* Using "git add d/i/r" when d/i/r is the top of the working tree of
9090
a separate repository would create a gitlink in the index, which
9191
would appear as a not-quite-initialized submodule to others. We
9292
learned to give warnings when this happens.
9393

94+
* "git status" learned to optionally give how many stash entries the
95+
user has in its output.
96+
9497

9598
Performance, Internal Implementation, Development Support etc.
9699

@@ -385,5 +388,12 @@ notes for details).
385388
into its own header file.
386389
(merge dc8441fdb4 bw/config-h later to maint).
387390

391+
* "git add -p" were updated in 2.12 timeframe to cope with custom
392+
core.commentchar but the implementation was buggy and a
393+
metacharacter like $ and * did not work.
394+
(merge d85d7ecb80 jk/add-p-commentchar-fix later to maint).
395+
388396
* Other minor doc, test and build updates and code cleanups.
389397
(merge 68241cb9dd sb/t4005-modernize later to maint).
398+
(merge 4fced24712 ks/t7508-indent-fix later to maint).
399+
(merge 968b1fe263 mb/reword-autocomplete-message later to maint).

0 commit comments

Comments
 (0)