diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-08-17 15:09:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-17 15:09:25 -0700 |
commit | 44e02239f41177b6a7567e86db2cd18f7949d941 (patch) | |
tree | 683af7b32db1bc40fcd6bee5c7c9996ac195665d /Documentation/RelNotes | |
parent | Merge branch 'dt/untracked-sparse' (diff) | |
download | tgif-44e02239f41177b6a7567e86db2cd18f7949d941.tar.xz |
Third batch for 2.6
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/2.6.0.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.6.0.txt b/Documentation/RelNotes/2.6.0.txt index 3f1b4cd551..4a0a589613 100644 --- a/Documentation/RelNotes/2.6.0.txt +++ b/Documentation/RelNotes/2.6.0.txt @@ -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. @@ -170,6 +176,10 @@ 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). @@ -177,3 +187,4 @@ notes for details). (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). |