File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,26 @@ Fixes since Git 2.46
34
34
35
35
* Perforce tests have been updated.
36
36
37
+ * The credential helper to talk to OSX keychain sometimes sent
38
+ garbage bytes after the username, which has been corrected.
39
+
40
+ * A recent update broke "git ls-remote" used outside a repository,
41
+ which has been corrected.
42
+
43
+ * "git config --value=foo --fixed-value section.key newvalue" barfed
44
+ when the existing value in the configuration file used the
45
+ valueless true syntax, which has been corrected.
46
+
47
+ * "git reflog expire" failed to honor annotated tags when computing
48
+ reachable commits.
49
+
50
+ * A flakey test and incorrect calls to strtoX() functions have been
51
+ fixed.
52
+
53
+ * Follow-up on 2.45.1 regression fix.
54
+
55
+ * "git rev-list ... | git diff-tree -p --remerge-diff --stdin" should
56
+ behave more or less like "git log -p --remerge-diff" but instead it
57
+ crashed, forgetting to prepare a temporary object store needed.
58
+
37
59
Also contains minor documentation updates and code clean-ups.
You can’t perform that action at this time.
0 commit comments