vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 62 forks source link

Don't always ask to refresh when a prefix argument is used #317

Closed tarsius closed 6 years ago

tarsius commented 6 years ago

Whenever a command is run that calls magit-refresh, then magit-refresh asks whether the user wants to refresh Magithub data. Instead of just consulting current-prefix-arg it should probably also check whether this-command is one of magit-refresh or magit-refresh-all.

vermiculus commented 6 years ago

Thanks for the report!