@@ -83,14 +83,17 @@ UI, Workflows & Features
83
83
and also allow linking with the newer PCRE v2 library.
84
84
85
85
* "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
87
87
filters.
88
88
89
89
* Using "git add d/i/r" when d/i/r is the top of the working tree of
90
90
a separate repository would create a gitlink in the index, which
91
91
would appear as a not-quite-initialized submodule to others. We
92
92
learned to give warnings when this happens.
93
93
94
+ * "git status" learned to optionally give how many stash entries the
95
+ user has in its output.
96
+
94
97
95
98
Performance, Internal Implementation, Development Support etc.
96
99
@@ -385,5 +388,12 @@ notes for details).
385
388
into its own header file.
386
389
(merge dc8441fdb4 bw/config-h later to maint).
387
390
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
+
388
396
* Other minor doc, test and build updates and code cleanups.
389
397
(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