summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.46.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/RelNotes/2.46.1.txt')
-rw-r--r--Documentation/RelNotes/2.46.1.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.46.1.txt b/Documentation/RelNotes/2.46.1.txt
index 07dc76d030..e55c2c4a46 100644
--- a/Documentation/RelNotes/2.46.1.txt
+++ b/Documentation/RelNotes/2.46.1.txt
@@ -63,4 +63,13 @@ Fixes since Git 2.46
* "git bundle unbundle" outside a repository triggered a BUG()
unnecessarily, which has been corrected.
+ * The code forgot to discard unnecessary in-core commit buffer data
+ for commits that "git log --skip=<number>" traversed but omitted
+ from the output, which has been corrected.
+
+ * "git verify-pack" and "git index-pack" started dying outside a
+ repository, which has been corrected.
+
+ * A corner case bug in "git stash" was fixed.
+
Also contains minor documentation updates and code clean-ups.