Skip to content

Commit 2d2118b

Browse files
committed
The seventh batch for 2.26
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 325eb66 commit 2d2118b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/RelNotes/2.26.0.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ UI, Workflows & Features
3535
* "git config" learned to show in which "scope", in addition to in
3636
which file, each config setting comes from.
3737

38+
* The basic 7 colors learned the brighter counterparts
39+
(e.g. "brightred").
40+
3841

3942
Performance, Internal Implementation, Development Support etc.
4043

@@ -212,6 +215,10 @@ Fixes since v2.25
212215
thing.
213216
(merge a7df60cac8 tb/commit-graph-object-dir later to maint).
214217

218+
* "git remote rename X Y" needs to adjust configuration variables
219+
(e.g. branch.<name>.remote) whose value used to be X to Y.
220+
branch.<name>.pushRemote is now also updated.
221+
215222
* Other code cleanup, docfix, build fix, etc.
216223
(merge 26f924d50e en/simplify-check-updates-in-unpack-trees later to maint).
217224
(merge d0d0a357a1 am/update-pathspec-f-f-tests later to maint).
@@ -230,3 +237,4 @@ Fixes since v2.25
230237
(merge 08809c09aa js/mingw-open-in-gdb later to maint).
231238
(merge cc4f2eb828 jk/doc-credential-helper later to maint).
232239
(merge e0020b2f82 es/outside-repo-errmsg-hints later to maint).
240+
(merge a2dc43414c es/doc-mentoring later to maint).

0 commit comments

Comments
 (0)