]> git.ipfire.org Git - thirdparty/git.git/commit - git.c
git.c: treat RUN_SETUP_GENTLY and RUN_SETUP as mutually exclusive
authorLuis R. Rodriguez <mcgrof@suse.com>
Tue, 22 Apr 2014 00:47:56 +0000 (17:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Apr 2014 19:37:02 +0000 (12:37 -0700)
commit27bd38d4e5a44da233a9e7d01c6a518aba355297
treedb3caab918a29c5401383081b8e842ecef31512f
parent0bc85abb7aa9b24b093253018801a0fb43d01122
git.c: treat RUN_SETUP_GENTLY and RUN_SETUP as mutually exclusive

This saves us a few branches when RUN_SETUP is set up.

Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git.c