mirror of
https://github.com/git/git.git
synced 2026-03-22 22:50:08 +01:00
Merge branch 'master' into next
* master: git-pull: run repo-config with dash form.
This commit is contained in:
@@ -70,14 +70,14 @@ case "$merge_head" in
|
||||
exit 0
|
||||
;;
|
||||
?*' '?*)
|
||||
var=`git repo-config --get pull.octopus`
|
||||
var=`git-repo-config --get pull.octopus`
|
||||
if test -n "$var"
|
||||
then
|
||||
strategy_default_args="-s $var"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
var=`git repo-config --get pull.twohead`
|
||||
var=`git-repo-config --get pull.twohead`
|
||||
if test -n "$var"
|
||||
then
|
||||
strategy_default_args="-s $var"
|
||||
|
||||
Reference in New Issue
Block a user