@@ -57,6 +57,15 @@ UI, Workflows & Features
57
57
* The "fetch.credentialsInUrl" configuration variable controls what
58
58
happens when a URL with embedded login credential is used.
59
59
60
+ * "git revert" learns "--reference" option to use more human-readable
61
+ reference to the commit it reverts in the message template it
62
+ prepares for the user.
63
+
64
+ * Various error messages that talk about the removal of
65
+ "--preserve-merges" in "rebase" have been strengthened, and "rebase
66
+ --abort" learned to get out of a state that was left by an earlier
67
+ use of the option.
68
+
60
69
61
70
Performance, Internal Implementation, Development Support etc.
62
71
@@ -80,14 +89,15 @@ Performance, Internal Implementation, Development Support etc.
80
89
81
90
* A workflow change for translators are being proposed. git.pot is
82
91
no longer version controlled and it is local responsibility of
83
- translaters to generate it.
92
+ translators to generate it.
84
93
85
94
* Plug the memory leaks from the trickiest API of all, the revision
86
95
walker.
87
96
88
97
* Rename .env_array member to .env in the child_process structure.
89
98
90
- * More fsmonitor--daemon.
99
+ * The fsmonitor--daemon handles even more corner cases when
100
+ watching filesystem events.
91
101
92
102
* A new bug() and BUG_if_bug() API is introduced to make it easier to
93
103
uniformly log "detect multiple bugs and abort in the end" pattern.
@@ -133,7 +143,7 @@ Fixes since v2.36
133
143
(merge 08bdd3a185 jc/cocci-xstrdup-or-null-fix later to maint).
134
144
135
145
* The path taken by "git multi-pack-index" command from the end user
136
- was compared with path internally prepared by the tool withut first
146
+ was compared with path internally prepared by the tool without first
137
147
normalizing, which lead to duplicated paths not being noticed,
138
148
which has been corrected.
139
149
(merge 11f9e8de3d ds/midx-normalize-pathname-before-comparison later to maint).
@@ -163,7 +173,7 @@ Fixes since v2.36
163
173
is given in "git status" not to use the break-rewrite heuristics.
164
174
(merge 84792322ed rs/commit-summary-wo-break-rewrite later to maint).
165
175
166
- * Update a few end-user facing messages around eol conversion.
176
+ * Update a few end-user facing messages around EOL conversion.
167
177
(merge c970d30c2c ah/convert-warning-message later to maint).
168
178
169
179
* Trace2 documentation updates.
@@ -256,7 +266,7 @@ Fixes since v2.36
256
266
has been corrected.
257
267
(merge b02fdbc80a jc/all-negative-pathspec later to maint).
258
268
259
- * With a more targetted workaround in http.c in another topic, we may
269
+ * With a more targeted workaround in http.c in another topic, we may
260
270
be able to lift this blanket "GCC12 dangling-pointer warning is
261
271
broken and unsalvageable" workaround.
262
272
(merge 419141e495 cb/buggy-gcc-12-workaround later to maint).
@@ -320,3 +330,4 @@ Fixes since v2.36
320
330
(merge 8c49d704ef fh/transport-push-leakfix later to maint).
321
331
(merge 1d232d38bd tl/ls-tree-oid-only later to maint).
322
332
(merge db7961e6a6 gc/document-config-worktree-scope later to maint).
333
+ (merge ce18a30bb7 fs/ssh-default-key-command-doc later to maint).
0 commit comments