Skip to content

Commit

Permalink
Third batch for 2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Aug 17, 2015
1 parent 1c09276 commit 44e0223
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Documentation/RelNotes/2.6.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ UI, Workflows & Features
refs hierarchy other than refs/replace/ for the object replacement
data.

* Allow untracked cache (experimental) to be used when sparse
checkout (experimental) is also in use.

* "git pull --rebase" has been taught to pay attention to
rebase.autostash configuration.


Performance, Internal Implementation, Development Support etc.

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

* An off-by-one error made "git remote" to mishandle a remote with a
single letter nickname.
(merge bc598c3 mh/get-remote-group-fix later to maint).

* Code cleanups and documentation updates.
(merge 1c601af es/doc-clean-outdated-tools later to maint).
(merge 3581304 kn/tag-doc-fix later to maint).
(merge 3a59e59 kb/i18n-doc later to maint).
(merge 45abdee sb/remove-unused-var-from-builtin-add later to maint).
(merge 14691e3 sb/parse-options-codeformat later to maint).
(merge 4a6ada3 ad/bisect-cleanup later to maint).
(merge da4c5ad ta/docfix-index-format-tech later to maint).

0 comments on commit 44e0223

Please sign in to comment.