@@ -96,6 +96,17 @@ UI, Workflows & Features
9696 * The shell completion (in contrib/) learned that "git pull" can take
9797 the "--autostash" option.
9898
99+ * The tagnames "git log --decorate" uses to annotate the commits can
100+ now be limited to subset of available refs with the two additional
101+ options, --decorate-refs[-exclude]=<pattern>.
102+
103+ * "git grep" compiled with libpcre2 sometimes triggered a segfault,
104+ which is being fixed.
105+
106+ * "git send-email" tries to see if the sendmail program is available
107+ in /usr/lib and /usr/sbin; extend the list of locations to be
108+ checked to also include directories on $PATH.
109+
99110
100111Performance, Internal Implementation, Development Support etc.
101112
@@ -143,6 +154,15 @@ Performance, Internal Implementation, Development Support etc.
143154 and demonstrated that it works with the older versions of Git
144155 without harming them.
145156
157+ * An infrastructure to define what hash function is used in Git is
158+ introduced, and an effort to plumb that throughout various
159+ codepaths has been started.
160+
161+ * The code to iterate over loose object files got optimized.
162+
163+ * An internal function that was left for backward compatibility has
164+ been removed, as there is no remaining callers.
165+
146166Also contains various documentation updates and code clean-ups.
147167
148168
@@ -302,8 +322,19 @@ Fixes since v2.15
302322 accept "git stash -mmessage" form.
303323 (merge 5675473fcb ph/stash-save-m-option-fix later to maint).
304324
325+ * @{-N} in "git checkout @{-N}" may refer to a detached HEAD state,
326+ but the documentation was not clear about it, which has been fixed.
327+ (merge 75ce149575 ks/doc-checkout-previous later to maint).
328+
329+ * A regression in the progress eye-candy was fixed.
330+ (merge 9c5951cacf jk/progress-delay-fix later to maint).
331+
305332 * Other minor doc, test and build updates and code cleanups.
306333 (merge 1a1fc2d5b5 rd/man-prune-progress later to maint).
307334 (merge 0ba014035a rd/man-reflog-add-n later to maint).
308335 (merge e54b63359f rd/doc-notes-prune-fix later to maint).
309336 (merge ff4c9b413a sp/doc-info-attributes later to maint).
337+ (merge 7db2cbf4f1 jc/receive-pack-hook-doc later to maint).
338+ (merge 5a0526264b tg/t-readme-updates later to maint).
339+ (merge 5e83cca0b8 jk/no-optional-locks later to maint).
340+ (merge 826c778f7c js/hashmap-update-sample later to maint).
0 commit comments