Skip to content

Commit 73c4285

Browse files
committed
Sync with 'master'
2 parents 5cabe3d + d181b93 commit 73c4285

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ Thomas Ackermann <th.acker@arcor.de> <th.acker66@arcor.de>
283283
Thomas Rast <tr@thomasrast.ch> <trast@student.ethz.ch>
284284
Thomas Rast <tr@thomasrast.ch> <trast@inf.ethz.ch>
285285
Thomas Rast <tr@thomasrast.ch> <trast@google.com>
286+
Tian Yuchen <cat@malon.dev> <a3205153416@gmail.com>
286287
Timo Hirvonen <tihirvon@gmail.com> <tihirvon@ee.oulu.fi>
287288
Toby Allsopp <Toby.Allsopp@navman.co.nz> <toby.allsopp@navman.co.nz>
288289
Tom Grennan <tmgrennan@gmail.com> <tgrennan@redback.com>

Documentation/RelNotes/2.54.0.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ UI, Workflows & Features
6060
* "git config list" is taught to show the values interpreted for
6161
specific type with "--type=<X>" option.
6262

63+
* "git add <submodule>" has been taught to honor
64+
submodule.<name>.ignore that is set to "all" (and requires "git add
65+
-f" to override it).
66+
6367

6468
Performance, Internal Implementation, Development Support etc.
6569
--------------------------------------------------------------
@@ -143,6 +147,11 @@ Performance, Internal Implementation, Development Support etc.
143147
were kept track of by a single global variable in-core, which has
144148
been corrected by moving it to per-repository data structure.
145149
150+
* Use the hook API to replace ad-hoc invocation of hook scripts via
151+
the run_command() API.
152+
153+
* Code refactoring around refs-for-each-* API functions.
154+
146155
147156
Fixes since v2.53
148157
-----------------
@@ -234,6 +243,10 @@ Fixes since v2.53
234243
to access pack data by "fsck" has been updated to avoid this.
235244
(merge 13eb65d366 ps/fsck-stream-from-the-right-object-instance later to maint).
236245

246+
* "git log --graph --stat" did not count the display width of colored
247+
graph part of its own output correctly, which has been corrected.
248+
(merge 064b869efc lp/diff-stat-utf8-display-width-fix later to maint).
249+
237250
* Other code cleanup, docfix, build fix, etc.
238251
(merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
239252
(merge 7a747f972d dd/t5403-modernise later to maint).
@@ -264,3 +277,4 @@ Fixes since v2.53
264277
(merge ed84bc1c0d kh/doc-patch-id-4 later to maint).
265278
(merge 7451864bfa sc/pack-redundant-leakfix later to maint).
266279
(merge f87593ab1a cx/fetch-display-ubfix later to maint).
280+
(merge a66c8c7f91 jk/repo-structure-cleanup later to maint).

0 commit comments

Comments
 (0)