diff options
author | Kirill Smelkov <kirr@mns.spb.ru> | 2014-02-03 16:47:20 +0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-24 14:46:11 -0800 |
commit | eeb3f32868862609b475122f3e0c2ef7c0dd3e79 (patch) | |
tree | fc1a1be46f79ce7bb062da5e51ad234113860dae /test-line-buffer.c | |
parent | 51af1886c73f12b1e020db1aa03525e2d74bed93 (diff) | |
download | git-eeb3f32868862609b475122f3e0c2ef7c0dd3e79.tar.gz |
combine-diff: move changed-paths scanning logic into its own function
Move code for finding paths for which diff(commit,parent_i) is not-empty
for all parents to separate function - at present we have generic (and
slow) code for this job, which translates 1 n-parent problem to n
1-parent problems and then intersect results, and will be adding another
limited, but faster, paths scanning implementation in the next patch.
Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'test-line-buffer.c')
0 files changed, 0 insertions, 0 deletions