Skip to content

Commit 2ff7dff

Browse files
committed
Start preparing for 2.9.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent fda65fa commit 2ff7dff

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

Documentation/RelNotes/2.9.1.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Git v2.9.1 Release Notes
2+
========================
3+
4+
Fixes since v2.9
5+
----------------
6+
7+
* When "git daemon" is run without --[init-]timeout specified, a
8+
connection from a client that silently goes offline can hang around
9+
for a long time, wasting resources. The socket-level KEEPALIVE has
10+
been enabled to allow the OS to notice such failed connections.
11+
12+
* The commands in `git log` family take %C(auto) in a custom format
13+
string. This unconditionally turned the color on, ignoring
14+
--no-color or with --color=auto when the output is not connected to
15+
a tty; this was corrected to make the format truly behave as
16+
"auto".
17+
18+
* "git rev-list --count" whose walk-length is limited with "-n"
19+
option did not work well with the counting optimized to look at the
20+
bitmap index.
21+
22+
* "git show -W" (extend hunks to cover the entire function, delimited
23+
by lines that match the "funcname" pattern) used to show the entire
24+
file when a change added an entire function at the end of the file,
25+
which has been fixed.
26+
27+
28+
Also contains minor documentation updates and code clean-ups.

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.9.0.txt
1+
Documentation/RelNotes/2.9.1.txt

0 commit comments

Comments
 (0)