Skip to content

Commit 44e0223

Browse files
committed
Third batch for 2.6
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 1c09276 commit 44e0223

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Documentation/RelNotes/2.6.0.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ UI, Workflows & Features
4545
refs hierarchy other than refs/replace/ for the object replacement
4646
data.
4747

48+
* Allow untracked cache (experimental) to be used when sparse
49+
checkout (experimental) is also in use.
50+
51+
* "git pull --rebase" has been taught to pay attention to
52+
rebase.autostash configuration.
53+
4854

4955
Performance, Internal Implementation, Development Support etc.
5056

@@ -170,10 +176,15 @@ notes for details).
170176
transitioned to "git worktree add".
171177
(merge 114ff88 es/worktree-add later to maint).
172178

179+
* An off-by-one error made "git remote" to mishandle a remote with a
180+
single letter nickname.
181+
(merge bc598c3 mh/get-remote-group-fix later to maint).
182+
173183
* Code cleanups and documentation updates.
174184
(merge 1c601af es/doc-clean-outdated-tools later to maint).
175185
(merge 3581304 kn/tag-doc-fix later to maint).
176186
(merge 3a59e59 kb/i18n-doc later to maint).
177187
(merge 45abdee sb/remove-unused-var-from-builtin-add later to maint).
178188
(merge 14691e3 sb/parse-options-codeformat later to maint).
179189
(merge 4a6ada3 ad/bisect-cleanup later to maint).
190+
(merge da4c5ad ta/docfix-index-format-tech later to maint).

0 commit comments

Comments
 (0)