diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-02-10 10:18:17 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-02-10 10:18:32 -0800 |
| commit | 388218fac77d0405a5083cd4b4ee20f6694609c3 (patch) | |
| tree | fc620998515e75437810cb1ba80e9b5173458d1c /Documentation/RelNotes | |
| parent | 50e1821529fd0a096fe03f137eab143b31e8ef55 (diff) | |
| download | git-388218fac77d0405a5083cd4b4ee20f6694609c3.tar.gz git-388218fac77d0405a5083cd4b4ee20f6694609c3.zip | |
The ninth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
| -rw-r--r-- | Documentation/RelNotes/2.49.0.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.49.0.txt b/Documentation/RelNotes/2.49.0.txt index 7a893e6ff9..3d4599710f 100644 --- a/Documentation/RelNotes/2.49.0.txt +++ b/Documentation/RelNotes/2.49.0.txt @@ -135,6 +135,22 @@ Fixes since v2.48 corrected. (merge 9a84794ad8 js/bundle-unbundle-fd-reuse-fix later to maint). + * "git init" to reinitialize a repository that already exists cannot + change the hash function and ref backends; such a request is + silently ignored now. + (merge 7e88640cd1 ps/setup-reinit-fixes later to maint). + + * "git apply" internally uses unsigned long for line numbers and uses + strtoul() to parse numbers on the hunk headers. It however forgot + to check parse errors. + (merge a206058fda pw/apply-ulong-overflow-check later to maint). + + * Two CI tasks, whitespace check and style check, work on the + difference from the base version and the version being checked, but + the base was computed incorrectly in GitLab CI in some cases, which + has been corrected. + (merge acc4fb302b jt/gitlab-ci-base-fix later to maint). + * Other code cleanup, docfix, build fix, etc. (merge ddb5287894 jk/t7407-use-test-grep later to maint). (merge 21e1b44865 aj/difftool-config-doc-fix later to maint). |
