Git 2.16
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jan 17, 2018 at 13:06 UTC
2512f15446149235156528dafbe75930c712b29e
2 files changed
+6
-3
Documentation/RelNotes/2.16.0.txt
+5
-2
@@ -62,8 +62,11 @@ UI, Workflows & Features
62
* The SubmittingPatches document has been converted to produce an
63
HTML version via AsciiDoc/Asciidoctor.
64
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.
70
71
* The "diff" family of commands learned to ignore differences in
72
carriage return at the end of line.
GIT-VERSION-GEN
+1
-1
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.16.0-rc2
4
+DEF_VER=v2.16.0
5
6
LF='
7
'