]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/line-log-on-bloom'
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Jun 2020 01:06:26 +0000 (18:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Jun 2020 01:06:26 +0000 (18:06 -0700)
"git log -L..." now takes advantage of the "which paths are touched
by this commit?" info stored in the commit-graph system.

* ds/line-log-on-bloom:
  line-log: integrate with changed-path Bloom filters
  line-log: try to use generation number-based topo-ordering
  line-log: more responsive, incremental 'git log -L'
  t4211-line-log: add tests for parent oids
  line-log: remove unused fields from 'struct line_log_data'

1  2 
bloom.c
bloom.h
line-log.c
revision.c

diff --cc bloom.c
Simple merge
diff --cc bloom.h
Simple merge
diff --cc line-log.c
Simple merge
diff --cc revision.c
Simple merge