tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.9k stars 417 forks source link

update_plugin: clashes with git config pull.rebase #212

Open serl opened 3 years ago

serl commented 3 years ago

Hello, In my global git configuration, I set pull.rebase to interactive (more info in git documentation for git pull and for git config) While this might be a quite extravagant configuration, it breaks the updates for tpm, as it relies on the fact that git pull is a non-interactive command. Which is definitely not in my weird configuration.

Explicitly passing the --rebase=false should force the default behavior. It fixes the issue in my configuration and should have no impact on others.

Thanks! :)