]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitc3a02824cf938597bbbe7c2487db2c712adf5651
tree18dbea784f7efd61feeb6be49fe2e11d90149bfa
parent20514004ddf1a3528de8933bc32f284e175e1012
parentf32dde8c12d941065be848a9f66239df96bde216
Merge branch 'ds/line-log-on-bloom'

"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'
bloom.c
bloom.h
line-log.c
revision.c