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
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.
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v2.16.0-rc2
4+ DEF_VER=v2.16.0
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments