@@ -40,6 +40,13 @@ UI, Workflows & Features
40
40
tweak both the message and the contents, and only the message,
41
41
respectively.
42
42
43
+ * When accessing a server with a URL like https://user:pass@site/, we
44
+ did not to fall back to the basic authentication with the
45
+ credential material embedded in the URL after the "Negotiate"
46
+ authentication failed. Now we do.
47
+
48
+ * "git send-email" learned to honor the core.hooksPath configuration.
49
+
43
50
44
51
Performance, Internal Implementation, Development Support etc.
45
52
@@ -66,29 +73,22 @@ Fixes since v2.31
66
73
* The fsmonitor interface read from its input without making sure
67
74
there is something to read from. This bug is new in 2.31
68
75
timeframe.
69
- (merge 097ea2c848 jh/fsmonitor-prework later to maint).
70
76
71
77
* The data structure used by fsmonitor interface was not properly
72
78
duplicated during an in-core merge, leading to use-after-free etc.
73
- (merge 4abc57848d js/fsmonitor-unpack-fix later to maint).
74
79
75
80
* "git bisect" reimplemented more in C during 2.30 timeframe did not
76
81
take an annotated tag as a good/bad endpoint well. This regression
77
82
has been corrected.
78
- (merge 7730f85594 jk/bisect-peel-tag-fix later to maint).
79
83
80
84
* Fix macros that can silently inject unintended null-statements.
81
- (merge 116affac3f rs/avoid-null-statement-after-macro-call later to maint).
82
85
83
86
* CALLOC_ARRAY() macro replaces many uses of xcalloc().
84
- (merge 1c57cc70ec rs/calloc-array later to maint).
85
87
86
88
* Update insn in Makefile comments to run fuzz-all target.
87
- (merge 68b5c3aa48 ah/make-fuzz-all-doc-update later to maint).
88
89
89
90
* Fix a corner case bug in "git mv" on case insensitive systems,
90
91
which was introduced in 2.29 timeframe.
91
- (merge 93c3d297b5 tb/git-mv-icase-fix later to maint).
92
92
93
93
* We had a code to diagnose and die cleanly when a required
94
94
clean/smudge filter is missing, but an assert before that
@@ -115,15 +115,20 @@ Fixes since v2.31
115
115
which has been corrected.
116
116
(merge 75555676ad bc/clone-bare-with-conflicting-config later to maint).
117
117
118
+ * When "git checkout" removes a path that does not exist in the
119
+ commit it is checking out, it wasn't careful enough not to follow
120
+ symbolic links, which has been corrected.
121
+ (merge fab78a0c3d mt/checkout-remove-nofollow later to maint).
122
+
118
123
* Other code cleanup, docfix, build fix, etc.
119
- (merge 486f4bd183 jc/calloc-fix later to maint).
120
- (merge 5f70859c15 jt/clone-unborn-head later to maint).
121
- (merge cfd409ed09 km/config-doc-typofix later to maint).
122
- (merge 8588aa8657 jk/slimmed-down later to maint).
123
- (merge 241b5d3ebe rs/xcalloc-takes-nelem-first later to maint).
124
124
(merge f451960708 dl/cat-file-doc-cleanup later to maint).
125
125
(merge 12604a8d0c sv/t9801-test-path-is-file-cleanup later to maint).
126
126
(merge ea7e63921c jr/doc-ignore-typofix later to maint).
127
127
(merge 23c781f173 ps/update-ref-trans-hook-doc later to maint).
128
128
(merge 42efa1231a jk/filter-branch-sha256 later to maint).
129
129
(merge 4c8e3dca6e tb/push-simple-uses-branch-merge-config later to maint).
130
+ (merge 6534d436a2 bs/asciidoctor-installation-hints later to maint).
131
+ (merge 47957485b3 ab/read-tree later to maint).
132
+ (merge 2be927f3d1 ab/diff-no-index-tests later to maint).
133
+ (merge 76593c09bb ab/detox-gettext-tests later to maint).
134
+ (merge 28e29ee38b jc/doc-format-patch-clarify later to maint).
0 commit comments