Git 2.16
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
e0d575025a
commit
2512f15446
@ -62,8 +62,11 @@ UI, Workflows & Features
|
|||||||
* The SubmittingPatches document has been converted to produce an
|
* The SubmittingPatches document has been converted to produce an
|
||||||
HTML version via AsciiDoc/Asciidoctor.
|
HTML version via AsciiDoc/Asciidoctor.
|
||||||
|
|
||||||
* We learned to talk to watchman to speed up "git status" and other
|
* We learned to optionally talk to a file system monitor via new
|
||||||
operations that need to see which paths have been modified.
|
fsmonitor extension to speed up "git status" and other operations
|
||||||
|
that need to see which paths have been modified. Currently we only
|
||||||
|
support "watchman". See File System Monitor section of
|
||||||
|
git-update-index(1) for more detail.
|
||||||
|
|
||||||
* The "diff" family of commands learned to ignore differences in
|
* The "diff" family of commands learned to ignore differences in
|
||||||
carriage return at the end of line.
|
carriage return at the end of line.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
GVF=GIT-VERSION-FILE
|
GVF=GIT-VERSION-FILE
|
||||||
DEF_VER=v2.16.0-rc2
|
DEF_VER=v2.16.0
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user