diff options
author | Mehul Jain <mehul.jain2029@gmail.com> | 2016-03-21 23:48:02 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-21 13:23:44 -0700 |
commit | c48d73bdececb38af237450724b1a67307d7a013 (patch) | |
tree | fa51704367996b075e43447c5a61a54d49767664 /git-svn.perl | |
parent | Git 2.8-rc1 (diff) | |
download | tgif-c48d73bdececb38af237450724b1a67307d7a013.tar.xz |
git-pull.c: introduce git_pull_config()
git-pull makes a seperate call to git_config_get_bool() to read the value
of "rebase.autostash". This can be reduced as a call to git_config() is
already there in the code.
Introduce a callback function git_pull_config() to read "rebase.autostash"
along with other variables.
Helped-by: Junio C Hamano <gitster@pobox.com>
Helped-by: Paul Tan <pyokagan@gmail.com>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Mehul Jain <mehul.jain2029@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-svn.perl')
0 files changed, 0 insertions, 0 deletions