]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The 16th batch
authorJunio C Hamano <gitster@pobox.com>
Tue, 29 Mar 2022 19:14:56 +0000 (12:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Mar 2022 19:22:03 +0000 (12:22 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.36.0.txt

index 721b5d203463962c63d467eebcfa67ab77c22076..c4ca105e3c52cdb3307a1bad24cd6cba367638b6 100644 (file)
@@ -356,6 +356,13 @@ Fixes since v2.35
    in the current checkout of the superproject.  We now do so for all
    submodules that have been run "git submodule init" on.
 
+ * "git rebase $base $non_branch_commit", when $base is an ancestor or
+   the $non_branch_commit, modified the current branch, which has been
+   corrected.
+
+ * When "shallow" information is updated, we forgot to update the
+   in-core equivalent, which has been corrected.
+
  * Other code cleanup, docfix, build fix, etc.
    (merge cfc5cf428b jc/find-header later to maint).
    (merge 40e7cfdd46 jh/p4-fix-use-of-process-error-exception later to maint).