Skip to content

Commit

Permalink
Git 2.16
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Jan 17, 2018
1 parent e0d5750 commit 2512f15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Documentation/RelNotes/2.16.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ UI, Workflows & Features
* The SubmittingPatches document has been converted to produce an
HTML version via AsciiDoc/Asciidoctor.

* We learned to talk to watchman to speed up "git status" and other
operations that need to see which paths have been modified.
* We learned to optionally talk to a file system monitor via new
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
carriage return at the end of line.
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.16.0-rc2
DEF_VER=v2.16.0

LF='
'
Expand Down

0 comments on commit 2512f15

Please sign in to comment.