introduce a struct tracking_config
commitb22140a4fb55d7ea7151841ace72d377ece82bd7
authorPaolo Bonzini <bonzini@gnu.org>
Sun, 12 Jul 2009 12:17:30 +0000 (12 14:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 12 Jul 2009 20:48:33 +0000 (12 13:48 -0700)
tree861109fff098fb45d4797cfaa90dc83a1566be22
parent194cae86e8eebaafbc40286a3ae091d748beaad7
introduce a struct tracking_config

This struct groups together the settings for autosetupmerge and
autosetuprebase.

This refactoring will make it easier to add per-remote tracking
configuration, as well as making the addition of autosetuppush
more tidy.

Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
branch.c
builtin-branch.c
builtin-checkout.c
cache.h
config.c
environment.c