You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Helped-by: Paul Tan <[email protected]>
Helped-by: Eric Sunshine <[email protected]>
Signed-off-by: Mehul Jain <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
0 commit comments