]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The fourth batch
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Mar 2023 17:49:52 +0000 (10:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Mar 2023 17:51:53 +0000 (10:51 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.41.0.txt

index 5db6f1b0ef1b91380fc7d3f2cbfd3dfaf4826892..8ba6951338a886e9bab236c7957770f64b7a6a6c 100644 (file)
@@ -35,6 +35,9 @@ UI, Workflows & Features
 
    This is a backward compatibility breaking change.
 
+ * Lift the limitation that colored prompts can only be used with
+   PROMPT_COMMAND mode.
+
 
 Performance, Internal Implementation, Development Support etc.
 
@@ -49,6 +52,10 @@ Performance, Internal Implementation, Development Support etc.
    configuration variables, make the subsystem lazily initialize
    itself.
 
+ * Remove workaround for ancient versions of DocBook to make it work
+   correctly with groff, which has not been necessary since docbook
+   1.76 from 2010.
+
 
 Fixes since v2.40
 -----------------
@@ -101,6 +108,21 @@ Fixes since v2.40
    corrected.
    (merge c55c30669c ps/receive-pack-unlock-before-die later to maint).
 
+ * "git rev-parse --quiet foo@{u}", or anything that asks @{u} to be
+   parsed with GET_OID_QUIETLY option, did not quietly fail, which has
+   been corrected.
+   (merge dfbfdc521d fc/oid-quietly-parse-upstream later to maint).
+
+ * Transports that do not support protocol v2 did not correctly fall
+   back to protocol v0 under certain conditions, which has been
+   corrected.
+   (merge eaa0fd6584 jk/fix-proto-downgrade-to-v0 later to maint).
+
+ * time(2) on glib 2.31+, especially on Linux, goes out of sync with
+   higher resolution timers used for gettimeofday(2) and by the
+   filesystem.  Replace all calls to it with a git_time() wrapper and
+   (merge 370ddcbc89 pe/time-use-gettimeofday later to maint).
+
  * Other code cleanup, docfix, build fix, etc.
    (merge f7111175df as/doc-markup-fix later to maint).
    (merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).