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 <redacted> Helped-by: Paul Tan <redacted> Helped-by: Eric Sunshine <redacted> Signed-off-by: Mehul Jain <redacted> Signed-off-by: Junio C Hamano <redacted>