File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,11 @@ UI, Workflows & Features
62
62
* The SubmittingPatches document has been converted to produce an
63
63
HTML version via AsciiDoc/Asciidoctor.
64
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.
67
70
68
71
* The "diff" family of commands learned to ignore differences in
69
72
carriage return at the end of line.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.16.0-rc2
4
+ DEF_VER=v2.16.0
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments