The second batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Mar 11, 2019 at 16:18 UTC e902e9bcae2010bc42648c80ab6adc6c5a16a4a5
1 file changed +22
Documentation/RelNotes/2.22.0.txt
+22
@@ -68,6 +68,23 @@ Fixes since v2.21
68 improves the code base.
69 (merge a97d00799a jt/http-auth-proto-v2-fix later to maint).
70
71 + * The include file compat/bswap.h has been updated so that it is safe
72 + to (accidentally) include it more than once.
73 + (merge 33aa579a55 jk/guard-bswap-header later to maint).
74 +
75 + * The set of header files used by "make hdr-check" unconditionally
76 + included sha256/gcrypt.h, even when it is not used, causing the
77 + make target to fail. We now skip it when GCRYPT_SHA256 is not in
78 + use.
79 + (merge f23aa18e7f rj/hdr-check-gcrypt-fix later to maint).
80 +
81 + * The Makefile uses 'find' utility to enumerate all the *.h header
82 + files, which is expensive on platforms with slow filesystems; it
83 + now optionally uses "ls-files" if working within a repository,
84 + which is a trick similar to how all sources are enumerated to run
85 + ETAGS on.
86 + (merge 92b88eba9f js/find-lib-h-with-ls-files-when-possible later to maint).
87 +
88 * Code cleanup, docfix, build fix, etc.
89 (merge 11f470aee7 jc/test-yes-doc later to maint).
90 (merge 90503a240b js/doc-symref-in-proto-v1 later to maint).
@@ -77,3 +94,8 @@ Fixes since v2.21
94 (merge 1ede45e44b en/merge-options-doc later to maint).
95 (merge 3e14dd2c8e rd/doc-hook-used-in-sample later to maint).
96 (merge c271dc28fd nd/no-more-check-racy later to maint).
97 + (merge e6e15194a8 yb/utf-16le-bom-spellfix later to maint).
98 + (merge bb101aaf0c rd/attr.c-comment-typofix later to maint).
99 + (merge 716a5af812 rd/gc-prune-doc-fix later to maint).
100 + (merge 50b206371d js/untravis-windows later to maint).
101 + (merge dbf47215e3 js/rebase-recreate-merge later to maint).