diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-09-02 23:53:47 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-04 22:49:34 -0700 |
commit | b7fa51da9be3cee9e2ca31af4edfec18b8ecbce7 (patch) | |
tree | bcc610195356804b9d44bec58abaec07caaca9f4 /t/t4013/diff.format-patch_--inline_--stdout_initial..master^^ | |
parent | merge-recursive: move call_depth to struct merge_options (diff) | |
download | tgif-b7fa51da9be3cee9e2ca31af4edfec18b8ecbce7.tar.xz |
merge-recursive: get rid of the index_only global variable
struct merge_options already has a call_depth member, and index_only
global variable always equals to !!call_depth.
We always use index_only as a condition, so we can just
use call_depth instead of index_only.
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Diffstat (limited to 't/t4013/diff.format-patch_--inline_--stdout_initial..master^^')
0 files changed, 0 insertions, 0 deletions