Skip to content

Commit 3a4d1b7

Browse files
committed
Autogenerated HTML docs for v2.48.1-291-g38821
1 parent f27a003 commit 3a4d1b7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

RelNotes/2.49.0.txt

+16
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,22 @@ Fixes since v2.48
135135
corrected.
136136
(merge 9a84794ad8 js/bundle-unbundle-fd-reuse-fix later to maint).
137137

138+
* "git init" to reinitialize a repository that already exists cannot
139+
change the hash function and ref backends; such a request is
140+
silently ignored now.
141+
(merge 7e88640cd1 ps/setup-reinit-fixes later to maint).
142+
143+
* "git apply" internally uses unsigned long for line numbers and uses
144+
strtoul() to parse numbers on the hunk headers. It however forgot
145+
to check parse errors.
146+
(merge a206058fda pw/apply-ulong-overflow-check later to maint).
147+
148+
* Two CI tasks, whitespace check and style check, work on the
149+
difference from the base version and the version being checked, but
150+
the base was computed incorrectly in GitLab CI in some cases, which
151+
has been corrected.
152+
(merge acc4fb302b jt/gitlab-ci-base-fix later to maint).
153+
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).

0 commit comments

Comments
 (0)