Merge branch 'ab/pull-rebase-config'
* ab/pull-rebase-config: pull: introduce a pull.rebase option to enable --rebase
This commit is contained in:
@@ -44,6 +44,10 @@ merge_args=
|
||||
curr_branch=$(git symbolic-ref -q HEAD)
|
||||
curr_branch_short="${curr_branch#refs/heads/}"
|
||||
rebase=$(git config --bool branch.$curr_branch_short.rebase)
|
||||
if test -z "$rebase"
|
||||
then
|
||||
rebase=$(git config --bool pull.rebase)
|
||||
fi
|
||||
dry_run=
|
||||
while :
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user