]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'nk/diff-files-vs-fsmonitor'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Nov 2020 22:06:25 +0000 (14:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Nov 2020 22:06:25 +0000 (14:06 -0800)
"git diff" and other commands that share the same machinery to
compare with working tree files have been taught to take advantage
of the fsmonitor data when available.

* nk/diff-files-vs-fsmonitor:
  p7519-fsmonitor: add a git add benchmark
  p7519-fsmonitor: refactor to avoid code duplication
  perf lint: add make test-lint to perf tests
  t/perf: add fsmonitor perf test for git diff
  t/perf/p7519-fsmonitor.sh: warm cache on first git status
  t/perf/README: elaborate on output format
  fsmonitor: use fsmonitor data in `git diff`

1  2 
diff-lib.c

diff --cc diff-lib.c
Simple merge