Skip to content

Commit 16da57c

Browse files
committed
Eighth batch for 2.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5c040f5 commit 16da57c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Documentation/RelNotes/2.5.0.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ UI, Workflows & Features
120120
behaves as if HEAD:Documentation/RelNotes/2.5.0.txt was given as
121121
input instead.
122122

123+
* "git send-email" learned the alias file format used by the sendmail
124+
program (in an abbreviated form).
125+
123126

124127
Performance, Internal Implementation, Development Support etc.
125128

@@ -197,7 +200,7 @@ notes for details).
197200

198201
* Memory usage of "git index-pack" has been trimmed by tens of
199202
per-cent.
200-
(merge c6458e6 nd/slim-index-pack-memory-usage later to maint).
203+
(merge a78c5b3 nd/slim-index-pack-memory-usage later to maint).
201204

202205
* "git rev-list --objects $old --not --all" to see if everything that
203206
is reachable from $old is already connected to the existing refs
@@ -415,6 +418,10 @@ notes for details).
415418
a more logical synonym.
416419
(merge 8dbf3eb jk/color-diff-plain-is-context later to maint).
417420

421+
* The setup code used to die when core.bare and core.worktree are set
422+
inconsistently, even for commands that do not need working tree.
423+
(merge fada767 jk/die-on-bogus-worktree-late later to maint).
424+
418425
* Code cleanups and documentation updates.
419426
(merge 0269f96 mm/usage-log-l-can-take-regex later to maint).
420427
(merge 64f2589 nd/t1509-chroot-test later to maint).
@@ -433,3 +440,6 @@ notes for details).
433440
(merge e6a268c sb/glossary-submodule later to maint).
434441
(merge ec48a76 sb/submodule-doc-intro later to maint).
435442
(merge 14f8b9b jk/clone-dissociate later to maint).
443+
(merge 055c7e9 sb/pack-protocol-mention-smart-http later to maint).
444+
(merge 7c37a5d jk/make-fix-dependencies later to maint).
445+
(merge fc0aa39 sg/merge-summary-config later to maint).

0 commit comments

Comments
 (0)