Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2008-09-03 01:53:47 +0400
committerJunio C Hamano <gitster@pobox.com>2008-09-05 09:49:34 +0400
commitb7fa51da9be3cee9e2ca31af4edfec18b8ecbce7 (patch)
treebcc610195356804b9d44bec58abaec07caaca9f4 /merge-recursive.h
parent5033639c951da27fc4d4becbc3e46dc05096ce63 (diff)
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 'merge-recursive.h')
0 files changed, 0 insertions, 0 deletions