···135135 corrected.
136136 (merge 9a84794ad8 js/bundle-unbundle-fd-reuse-fix later to maint).
137137138138+ * "git init" to reinitialize a repository that already exists cannot
139139+ change the hash function and ref backends; such a request is
140140+ silently ignored now.
141141+ (merge 7e88640cd1 ps/setup-reinit-fixes later to maint).
142142+143143+ * "git apply" internally uses unsigned long for line numbers and uses
144144+ strtoul() to parse numbers on the hunk headers. It however forgot
145145+ to check parse errors.
146146+ (merge a206058fda pw/apply-ulong-overflow-check later to maint).
147147+148148+ * Two CI tasks, whitespace check and style check, work on the
149149+ difference from the base version and the version being checked, but
150150+ the base was computed incorrectly in GitLab CI in some cases, which
151151+ has been corrected.
152152+ (merge acc4fb302b jt/gitlab-ci-base-fix later to maint).
153153+138154 * Other code cleanup, docfix, build fix, etc.
139155 (merge ddb5287894 jk/t7407-use-test-grep later to maint).
140156 (merge 21e1b44865 aj/difftool-config-doc-fix later to maint).