From: Junio C Hamano Date: Tue, 14 Oct 2025 19:42:59 +0000 (-0700) Subject: Prepare for 2.51.1 X-Git-Tag: v2.51.1~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dba6e578b68488823490130637c6f4755938c518;p=thirdparty%2Fgit.git Prepare for 2.51.1 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.51.1.adoc b/Documentation/RelNotes/2.51.1.adoc new file mode 100644 index 0000000000..6a6049810d --- /dev/null +++ b/Documentation/RelNotes/2.51.1.adoc @@ -0,0 +1,46 @@ +Git 2.51.1 Release Notes +======================== + +There shouldn't be anything exciting to see here. This is primarily +to flush the "do you still use it?" improvements that has landed on +the master front, together with a handful of low-hanging low-impact +fixes that should be safe. + + +Fixes since Git 2.51.0 +---------------------- + + * The "do you still use it?" message given by a command that is + deeply deprecated and allow us to suggest alternatives has been + updated. + + * The compatObjectFormat extension is used to hide an incomplete + feature that is not yet usable for any purpose other than + developing the feature further. Document it as such to discourage + its use by mere mortals. + + * Manual page for "gitk" is updated with the current maintainer's + name. + + * Update the instruction to use of GGG in the MyFirstContribution + document to say that a GitHub PR could be made against `git/git` + instead of `gitgitgadget/git`. + + * Clang-format update to let our control macros formatted the way we + had them traditionally, e.g., "for_each_string_list_item()" without + space before the parentheses. + + * A few places where an size_t value was cast to curl_off_t without + checking has been updated to use the existing helper function. + + * The start_delayed_progress() function in the progress eye-candy API + did not clear its internal state, making an initial delay value + larger than 1 second ineffective, which has been corrected. + + * Makefile tried to run multiple "cargo build" which would not work + very well; serialize their execution to work it around. + + * Adjust to the way newer versions of cURL selectivel enables tracing + options, so that our tests can continue to work. + +Also contains various documentation updates, code clean-ups and minor fixups. diff --git a/RelNotes b/RelNotes index 48f15770a4..624baf8c5e 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -Documentation/RelNotes/2.51.0.adoc \ No newline at end of file +Documentation/RelNotes/2.51.1.adoc \ No newline at end of file