Skip to content

Commit 2512f15

Browse files
committed
Git 2.16
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e0d5750 commit 2512f15

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Documentation/RelNotes/2.16.0.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,11 @@ UI, Workflows & Features
6262
* The SubmittingPatches document has been converted to produce an
6363
HTML version via AsciiDoc/Asciidoctor.
6464

65-
* We learned to talk to watchman to speed up "git status" and other
66-
operations that need to see which paths have been modified.
65+
* We learned to optionally talk to a file system monitor via new
66+
fsmonitor extension to speed up "git status" and other operations
67+
that need to see which paths have been modified. Currently we only
68+
support "watchman". See File System Monitor section of
69+
git-update-index(1) for more detail.
6770

6871
* The "diff" family of commands learned to ignore differences in
6972
carriage return at the end of line.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.16.0-rc2
4+
DEF_VER=v2.16.0
55

66
LF='
77
'

0 commit comments

Comments
 (0)