diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2018-07-20 16:33:02 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-20 15:38:54 -0700 |
commit | 5227c385667cadd3b34668329016755181fa98ea (patch) | |
tree | c6c414608bd5f050dd837be44444087d5ad20c16 /bisect.c | |
parent | commit-graph: add repo arg to graph readers (diff) | |
download | tgif-5227c385667cadd3b34668329016755181fa98ea.tar.xz |
commit-reach: move walk methods from commit.c
There are several commit walks in the codebase. Group them together into
a new commit-reach.c file and corresponding header. After we group these
walks into one place, we can reduce duplicate logic by calling
equivalent methods.
The method declarations in commit.h are not touched by this commit and
will be moved in a following commit. Many consumers need to point to
commit-reach.h and that would bloat this commit.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'bisect.c')
0 files changed, 0 insertions, 0 deletions